T
- the type of Polygon - GeoJsonPolygon or KmlPolygonpublic interface DataPolygon<T> extends Geometry
GeoJsonPolygon
and
KmlPolygon
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<LatLng>> |
getInnerBoundaryCoordinates()
Gets an array of arrays of inner boundary coordinates
|
java.util.List<LatLng> |
getOuterBoundaryCoordinates()
Gets an array of outer boundary coordinates
|
getGeometryObject, getGeometryType
java.util.List<LatLng> getOuterBoundaryCoordinates()
java.util.List<java.util.List<LatLng>> getInnerBoundaryCoordinates()