java.lang.Object | |
↳ | com.microstrategy.web.app.maps.GeoDataByteSerializer |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | LAT_LNG_OUTPUT | ||||||||||
int | LNG_LAT_OUTPUT |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected int | serializationSequence |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GeoDataByteSerializer(int sequence) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GeoDataOutput |
serialize(MultiGeoPolyline polylines)
Serialize the
MultiGeoPolyline object into a formatted string. | ||||||||||
GeoDataOutput |
serialize(MultiGeoPolygon multiPolygon)
Serialize the
MultiGeoPolygon object into a formatted string. | ||||||||||
GeoDataOutput |
serialize(GeoPolygon polygon)
Serialize the
GeoPolygon object into a formatted string. | ||||||||||
GeoDataOutput |
serialize(ComboGeoData comboGeoData)
Serialize the
ComboGeoData object into a formatted string. | ||||||||||
GeoDataOutput |
serialize(GeoPoint point)
Serialize the object into a formated string
| ||||||||||
GeoDataOutput |
serialize(GeoPath path)
Serialize the the
GeoPath object into formatted string. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Serialize the MultiGeoPolyline
object into a formatted string.
polylines | a MultiGeoPolyline object |
---|
Serialize the MultiGeoPolygon
object into a formatted string.
multiPolygon | a MultiGeoPolygon object |
---|
Serialize the GeoPolygon
object into a formatted string.
polygon | a GeoPolygon object |
---|
Serialize the ComboGeoData
object into a formatted string.
comboGeoData | a ComboGeoData object |
---|
GeoData
object.
Serialize the object into a formated string
point | a object |
---|