java.lang.Object | ||
↳ | com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData> | |
↳ | com.microstrategy.web.app.maps.MultiGeoPolyline |
A MultiGeoPolyline can contain multiple paths. Each path is a GeoPath
object.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MultiGeoPolyline() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addGeoPolyline(GeoPath path)
Add
GeoPath object into list. | ||||||||||
int | getGeoType() | ||||||||||
List<GeoPath> |
getPolylines()
Return all the path objects.
| ||||||||||
GeoDataOutput | serialize(GeoDataSerializer serializer) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |