See: Description
| Interface | Description |
|---|---|
| GeoJSON |
Interface implemented by all GeoJSON objects, contains common fields.
|
| Geometry<T> |
Interface implemented by all Geometry objects, contains common fields.
|
| Class | Description |
|---|---|
| BaseFeatureCollection |
Shared by FeatureCollection and CarmenFeatureCollection
|
| Feature |
A GeoJSON object with the type "Feature" is a feature object.
|
| FeatureCollection |
A GeoJSON object with the type "FeatureCollection" is a feature object which represents a
collection of feature objects.
|
| GeometryCollection |
A GeoJSON object with the type "GeometryCollection" is a geometry object which represents a
collection of geometry objects.
|
| LineString |
A LineString is a type of
Geometry. |
| MultiLineString |
A MultiLineString is a type of
Geometry. |
| MultiPoint |
A MultiPoint is a type of
Geometry. |
| MultiPolygon |
A MultiPolygon is a type of
Geometry. |
| Point |
A Point is a type of
Geometry. |
| Polygon |
A Polygon is a type of
Geometry. |