public class

GeoPolygon

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.GeoPolygon

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.MultiGeoData
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
From class com.microstrategy.web.app.maps.MultiGeoData
From class java.lang.Object
From interface com.microstrategy.web.app.maps.GeoData

Public Constructors

public GeoPolygon ()

Public Methods

public void addRing (List<GeoPoint> points)

public void addRing (GeoPath path)

public int getGeoType ()

public List<GeoPath> getRings ()

public GeoDataOutput serialize (GeoDataSerializer serializer)