com.microstrategy.web.app.maps.GeoData |
![]()
ComboGeoData,
GeoPath,
GeoPoint,
GeoPolygon,
MultiGeoData<E extends GeoData>,
MultiGeoPolygon,
MultiGeoPolyline
|
GeoData interface. The interface is designed to interact with GeoDataSerializer
to get formatted geo data string.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getGeoType()
Returns the map object type.
| ||||||||||
abstract GeoDataOutput |
serialize(GeoDataSerializer serializer)
Use
GeoDataSerializer visitor to parse and serialize the data content. |
Returns the map object type. The value of the object type is from EnumMapFeatures
map object types.
EnumMapFeatures
map object type.
Use GeoDataSerializer
visitor to parse and serialize the data content.
serializer | a GeoDataSerializer object. |
---|