| DouglasPeuckerGeometrySimplifier | An implementation of Ramer-Douglas-Peucker algorithm for geometry simplification. |
| Feature | A feature consisting of geometry and properties. |
| FeatureBuilder | A feature builder for constructing individual features. |
| FeatureCollection | A collection of features. |
| FeatureVector | |
| GeoJSONGeometryReader | A GeoJSON parser. |
| GeoJSONGeometryWriter | A GeoJSON writer. |
| Geometry | A base class for all geometry types. |
| GeometrySimplifier | Base class for geometry simplifiers. |
| GeometryVector | |
| LineGeometry | Line geometry defined by a list of map positions. |
| LineGeometryVector | |
| MultiGeometry | A generic multi geometry container. |
| MultiLineGeometry | A multiline container. |
| MultiPointGeometry | A multipoint container. |
| MultiPolygonGeometry | A multipolygon container. |
| PointGeometry | Point geometry. |
| PointGeometryVector | |
| PolygonGeometry | Polygon geometry defined by an outer ring and optional multiple inner rings (holes). |
| PolygonGeometryVector | |
| VectorTileFeature | A vector tile feature consisting of id, layer, geometry and properties. |
| VectorTileFeatureBuilder | A vector tile feature consisting of id, layer, geometry and properties. |
| VectorTileFeatureCollection | A collection of vector tile features. |
| VectorTileFeatureVector | |
| WKBGeometryReader | A WKB reader. |
| WKBGeometryWriter | A WKB writer. |
| WKTGeometryReader | A reader for Well Known Text representation of the geometry. |
| WKTGeometryWriter | Generates Well Known Text (WKT) representation of the geometry. |