Class ShapeConfigInfo
- java.lang.Object
-
- com.microstrategy.web.app.maps.config.ShapeConfigInfo
-
public class ShapeConfigInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShapeConfigInfo(MSTRShapeConfigurationInfo shapeConfig, java.lang.String shapeId, java.lang.String pluginPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGeoRoleId()Returns the geo role Id string inMSTRShapeConfigurationInfoobjectjava.util.Map<java.lang.String,java.lang.String>getNamePathConfig()Returns thepair stored in AreaLayerInfo.java.lang.StringgetPath()java.lang.StringgetQueryField()Returns the query field string inMSTRShapeConfigurationInfoobjectjava.lang.StringgetSecondaryField()Returns the secondary Field string inMSTRShapeConfigurationInfoobject
-
-
-
Constructor Detail
-
ShapeConfigInfo
public ShapeConfigInfo(MSTRShapeConfigurationInfo shapeConfig, java.lang.String shapeId, java.lang.String pluginPath)
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getNamePathConfig
public java.util.Map<java.lang.String,java.lang.String> getNamePathConfig()
Returns thepair stored in AreaLayerInfo.- Returns:
- A Map object with query field name and xpath string pairs.
-
getQueryField
public java.lang.String getQueryField()
Returns the query field string inMSTRShapeConfigurationInfoobject- Returns:
- The query field name.
-
getSecondaryField
public java.lang.String getSecondaryField()
Returns the secondary Field string inMSTRShapeConfigurationInfoobject- Returns:
- The secondary field name.
-
getGeoRoleId
public java.lang.String getGeoRoleId()
Returns the geo role Id string inMSTRShapeConfigurationInfoobject- Returns:
- The geo role Id.
-
-