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
Classes in org.springframework.data.mongodb.core.geo that implement interfaces with type arguments of type GeoJsonLineStringModifier and TypeClassDescriptionclassGeoJsonMultiLineStringis defined as list ofGeoJsonLineStrings.classMethods 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.