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.String
getGeoRoleId()
Returns the geo role Id string inMSTRShapeConfigurationInfo
objectjava.util.Map<java.lang.String,java.lang.String>
getNamePathConfig()
Returns thepair stored in AreaLayerInfo
.java.lang.String
getPath()
java.lang.String
getQueryField()
Returns the query field string inMSTRShapeConfigurationInfo
objectjava.lang.String
getSecondaryField()
Returns the secondary Field string inMSTRShapeConfigurationInfo
object
-
-
-
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 inMSTRShapeConfigurationInfo
object- Returns:
- The query field name.
-
getSecondaryField
public java.lang.String getSecondaryField()
Returns the secondary Field string inMSTRShapeConfigurationInfo
object- Returns:
- The secondary field name.
-
getGeoRoleId
public java.lang.String getGeoRoleId()
Returns the geo role Id string inMSTRShapeConfigurationInfo
object- Returns:
- The geo role Id.
-
-