public class

GeoPath

extends MultiGeoData<E extends GeoData>
java.lang.Object
   ↳ com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData>
     ↳ com.microstrategy.web.app.maps.GeoPath

Class Overview

The GeoPath object represents a path/line object in the map. The GeoPath object contains a list of objects that represent the points of the path.

See Also

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.MultiGeoData
Public Constructors
GeoPath()
GeoPath(List<GeoPoint> points)
Public Methods
void addPoint(GeoPoint point)
void addPoint(LatLng latLng)
int getGeoType()
GeoPoint getPointAt(int index)
List<GeoPoint> getPoints()
GeoDataOutput serialize(GeoDataSerializer serializer)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.MultiGeoData
From class java.lang.Object
From interface com.microstrategy.web.app.maps.GeoData

Public Constructors

public GeoPath ()

public GeoPath (List<GeoPoint> points)

Public Methods

public void addPoint (GeoPoint point)

public void addPoint (LatLng latLng)

public int getGeoType ()

public GeoPoint getPointAt (int index)

public List<GeoPoint> getPoints ()

public GeoDataOutput serialize (GeoDataSerializer serializer)