public class

GeoPoint

extends Object
implements GeoData
java.lang.Object
   ↳ com.microstrategy.web.app.maps.GeoPoint

Class Overview

The GeoPoint object represent a point in the map. The object contains a LatLng object that represents the latitude and longitude coorindate.

Summary

Fields
protected LatLng point
Public Constructors
GeoPoint()
GeoPoint(LatLng latLng)
Public Methods
int getGeoType()
Returns the map object type.
LatLng getPoint()
GeoDataOutput serialize(GeoDataSerializer serializer)
Use GeoDataSerializer visitor to parse and serialize the data content.
void setPoint(LatLng latLng)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.app.maps.GeoData

Fields

protected LatLng point

Public Constructors

public GeoPoint ()

public GeoPoint (LatLng latLng)

Public Methods

public int getGeoType ()

Returns the map object type. The value of the object type is from EnumMapFeatures map object types.

Returns

public LatLng getPoint ()

public GeoDataOutput serialize (GeoDataSerializer serializer)

Use GeoDataSerializer visitor to parse and serialize the data content.

Parameters
serializer a GeoDataSerializer object.
Returns
  • a formatted string represents the geo data content.

public void setPoint (LatLng latLng)