Uses of Class
org.springframework.data.mongodb.core.geo.GeoJsonLineString
Packages that use GeoJsonLineString
Package
Description
Support for MongoDB geo-spatial queries.
-
Uses of GeoJsonLineString in org.springframework.data.mongodb.core.geo
Methods in org.springframework.data.mongodb.core.geo that return types with arguments of type GeoJsonLineStringModifier and TypeMethodDescriptionGeoJsonMultiLineString.getCoordinates()GeoJsonPolygon.getCoordinates()Methods in org.springframework.data.mongodb.core.geo with parameters of type GeoJsonLineStringModifier and TypeMethodDescriptionGeoJsonPolygon.withInnerRing(GeoJsonLineString lineString) Creates a newGeoJsonPolygonwith an inner ring defined be the givenGeoJsonLineString.Constructor parameters in org.springframework.data.mongodb.core.geo with type arguments of type GeoJsonLineStringModifierConstructorDescriptionCreates newGeoJsonMultiLineStringfor the givenGeoJsonLineStrings.