Interface | Description |
---|---|
GeoJson<T extends Iterable<?>> |
Interface definition for structures defined in GeoJSON format.
|
Class | Description |
---|---|
GeoJsonLineString |
GeoJsonLineString is defined as list of at least 2 Point s. |
GeoJsonMultiLineString |
GeoJsonMultiLineString is defined as list of GeoJsonLineString s. |
GeoJsonMultiPoint |
GeoJsonMultiPoint is defined as list of Point s. |
GeoJsonMultiPolygon |
GeoJsonMultiPolygon is defined as a list of GeoJsonPolygon s. |
GeoJsonPoint | |
GeoJsonPolygon |
Copyright © 2017–2021 ArangoDB GmbH. All rights reserved.