Uses of Class
org.springframework.data.mongodb.core.geo.GeoJsonLineString
Package
Description
Support for MongoDB geo-spatial queries.
-
Uses of GeoJsonLineString in org.springframework.data.mongodb.core.geo
Modifier and TypeMethodDescriptionGeoJsonMultiLineString.getCoordinates()
GeoJsonPolygon.getCoordinates()
Modifier and TypeMethodDescriptionGeoJsonPolygon.withInnerRing
(GeoJsonLineString lineString) Creates a newGeoJsonPolygon
with an inner ring defined be the givenGeoJsonLineString
.ModifierConstructorDescriptionCreates newGeoJsonMultiLineString
for the givenGeoJsonLineString
s.