| Class | Description |
|---|---|
| Geometry |
An alternative to the API-generated
GeoJsonGeometry class that provides native
construction and manipulation without needing to manipulate multi-dimensional lists of
decimals. |
| GeometryCollection |
A collection of
Geometrys. |
| LineString |
A collection of points representing a line.
|
| MultiLineString |
A collection of line strings.
|
| MultiPoint |
A collection of points.
|
| MultiPolygon |
A collection of
Polygons. |
| Point |
A co-ordinate point on the surface of Earth.
|
| Polygon |
A 3 or more sided shape with straight sides.
|