java.lang.Object | |
↳ | com.microstrategy.web.app.maps.ComboGeoData |
The ComboGeoData contains a heterogeneous GeoData objects. It normally represents a collection of different types of geo objects inside the map.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected List<GeoData> | objectList |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ComboGeoData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | addGeoData(GeoData obj) | ||||||||||
List<GeoData> | getAll() | ||||||||||
GeoData | getGeoDataAt(int index) | ||||||||||
int |
getGeoType()
Returns the map object type.
| ||||||||||
GeoDataOutput |
serialize(GeoDataSerializer serializer)
Use
GeoDataSerializer visitor to parse and serialize the data content. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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. |
---|