Uses of Class
org.springframework.data.mongodb.core.geo.GeoJsonPolygon
Packages that use GeoJsonPolygon
Package
Description
Support for MongoDB geo-spatial queries.
-
Uses of GeoJsonPolygon in org.springframework.data.mongodb.core.geo
Methods in org.springframework.data.mongodb.core.geo that return GeoJsonPolygonModifier and TypeMethodDescriptionGeoJsonPolygon.withInnerRing(List<Point> points) Creates a newGeoJsonPolygonwith an inner ring defined be the givenPoints.GeoJsonPolygon.withInnerRing(GeoJsonLineString lineString) Creates a newGeoJsonPolygonwith an inner ring defined be the givenGeoJsonLineString.Methods in org.springframework.data.mongodb.core.geo that return types with arguments of type GeoJsonPolygonConstructor parameters in org.springframework.data.mongodb.core.geo with type arguments of type GeoJsonPolygonModifierConstructorDescriptionGeoJsonMultiPolygon(List<GeoJsonPolygon> polygons) Creates a newGeoJsonMultiPolygonfor the givenGeoJsonPolygons.