java.lang.Object | ||
↳ | com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData> | |
↳ | com.microstrategy.web.app.maps.GeoPolygon |
A GeoPolygon object represent a polygon object that can contains holes. A GeoPolygon object contains multiple rings (represented as GeoPath
objects).
The first ring is always represent the outer ring. All the other rings followed represent the holes of the polygon.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GeoPolygon() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | addRing(List<GeoPoint> points) | ||||||||||
void | addRing(GeoPath path) | ||||||||||
int | getGeoType() | ||||||||||
List<GeoPath> | getRings() | ||||||||||
GeoDataOutput | serialize(GeoDataSerializer serializer) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |