Geometries are descriptions of a geographic object
| Class | Description | |
|---|---|---|
| Collection | A Collection is exactly what it sounds like: A collection of different Geometries. | |
| Geometry | A Geometry is a description of a geographic object. | |
| LinearRing | A Linear Ring is a special LineString which is closed. | |
| LineString | A LineString is a is a MultiPoint (2 vertices min), whose points are assumed to be connected. | |
| MultiLineString | A MultiLineString is a geometry with multiple LineString components. | |
| MultiPoint | MultiPoint is a collection of Points. | |
| MultiPolygon | MultiPolygon is a geometry with multiple Polygon components | |
| Point | Class to represent a point geometry. | |
| Polygon | A Polygon is a collection of Geometry LinearRings defining a Mathematical Polygon (the first LinearRing) with holes (the potential others LinearRings). |