public class

ShapeConfigInfo

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.config.ShapeConfigInfo

Summary

Public Constructors
ShapeConfigInfo(MSTRShapeConfigurationInfo shapeConfig, String shapeId, String pluginPath)
Public Methods
String getGeoRoleId()
Returns the geo role Id string in MSTRShapeConfigurationInfo object
Map<String, String> getNamePathConfig()
Returns the pair stored in AreaLayerInfo.
String getPath()
String getQueryField()
Returns the query field string in MSTRShapeConfigurationInfo object
String getSecondaryField()
Returns the secondary Field string in MSTRShapeConfigurationInfo object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ShapeConfigInfo (MSTRShapeConfigurationInfo shapeConfig, String shapeId, String pluginPath)

Public Methods

public String getGeoRoleId ()

Returns the geo role Id string in MSTRShapeConfigurationInfo object

Returns
  • The geo role Id.

public Map<String, String> getNamePathConfig ()

Returns the pair stored in AreaLayerInfo.

Returns
  • A Map object with query field name and xpath string pairs.

public String getPath ()

public String getQueryField ()

Returns the query field string in MSTRShapeConfigurationInfo object

Returns
  • The query field name.

public String getSecondaryField ()

Returns the secondary Field string in MSTRShapeConfigurationInfo object

Returns
  • The secondary field name.