Package com.arangodb.springframework.core.geo
package com.arangodb.springframework.core.geo
-
ClassDescriptionInterface definition for structures defined in GeoJSON format.
GeoJsonLineString
is defined as list of at least 2Point
s.GeoJsonMultiLineString
is defined as list ofGeoJsonLineString
s.GeoJsonMultiPoint
is defined as list ofPoint
s.GeoJsonMultiPolygon
is defined as a list ofGeoJsonPolygon
s.