Package com.microstrategy.web.app.maps
Class GeoPoint
- java.lang.Object
-
- com.microstrategy.web.app.maps.GeoPoint
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGeoType()Returns the map object type.LatLnggetPoint()GeoDataOutputserialize(GeoDataSerializer serializer)UseGeoDataSerializervisitor to parse and serialize the data content.voidsetPoint(LatLng latLng)
-
-
-
Field Detail
-
point
protected LatLng point
-
-
Constructor Detail
-
GeoPoint
public GeoPoint()
-
GeoPoint
public GeoPoint(LatLng latLng)
-
-
Method Detail
-
setPoint
public void setPoint(LatLng latLng)
-
getPoint
public LatLng getPoint()
-
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.
-
-