-
- All Implemented Interfaces:
-
java.io.Serializable
public class AreaGeometry implements Serializable
Data class that represents the geometry of an area.
-
-
Method Summary
Modifier and Type Method Description GeometryType
getGeometryType()
Gets the area's geometry type. List<GeoPoint>
getCoordinates()
Gets the coordinates collection of the area's geometry in sequence. -
-
Method Detail
-
getGeometryType
GeometryType getGeometryType()
Gets the area's geometry type.
-
getCoordinates
List<GeoPoint> getCoordinates()
Gets the coordinates collection of the area's geometry in sequence.
-
-
-
-