Package com.microstrategy.web.app.maps
Class ComboGeoData
- java.lang.Object
-
- com.microstrategy.web.app.maps.ComboGeoData
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<GeoData>objectList
-
Constructor Summary
Constructors Constructor Description ComboGeoData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGeoData(GeoData obj)java.util.List<GeoData>getAll()GeoDatagetGeoDataAt(int index)intgetGeoType()Returns the map object type.GeoDataOutputserialize(GeoDataSerializer serializer)UseGeoDataSerializervisitor to parse and serialize the data content.
-
-
-
Field Detail
-
objectList
protected java.util.List<GeoData> objectList
-
-
Method Detail
-
addGeoData
public void addGeoData(GeoData obj)
-
getAll
public java.util.List<GeoData> getAll()
-
getGeoDataAt
public GeoData getGeoDataAt(int index)
-
serialize
public GeoDataOutput serialize(GeoDataSerializer serializer)
Description copied from interface:GeoDataUseGeoDataSerializervisitor to parse and serialize the data content.- Specified by:
serializein interfaceGeoData- Parameters:
serializer- aGeoDataSerializerobject.- Returns:
- a formatted string represents the geo data content.
-
getGeoType
public int getGeoType()
Description copied from interface:GeoDataReturns the map object type. The value of the object type is fromEnumMapFeaturesmap object types.- Specified by:
getGeoTypein interfaceGeoData- Returns:
- a
EnumMapFeaturesmap object type.
-
-