Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Packages that use GeoJsonPolygon
Package
Description
-
Uses of GeoJsonPolygon in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return GeoJsonPolygonModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoJsonPolygonModifier and TypeMethodDescriptionGeoConverters.GeoJsonPolygonToMapConverter.convert(GeoJsonPolygon source) -
Uses of GeoJsonPolygon in org.springframework.data.elasticsearch.core.geo
Methods in org.springframework.data.elasticsearch.core.geo that return GeoJsonPolygonModifier and TypeMethodDescriptionstatic GeoJsonPolygonCreates newGeoJsonPolygonfrom the givenPoints.static GeoJsonPolygonGeoJsonPolygon.of(GeoJsonLineString geoJsonLineString) Creates newGeoJsonPolygonfrom the givenGeoJsonLineString.static GeoJsonPolygonGeoJsonPolygon.of(GeoPoint first, GeoPoint second, GeoPoint third, GeoPoint fourth, GeoPoint... others) Creates newGeoJsonPolygonfrom the givenGeoPoints.static GeoJsonPolygonCreates newGeoJsonPolygonfrom the givenPoints.static GeoJsonPolygonGeoJsonPolygon.ofGeoPoints(List<GeoPoint> geoPoints) Creates newGeoJsonPolygonfrom the givenGeoPoints.GeoJsonPolygon.withInnerRing(List<Point> points) GeoJsonPolygon.withInnerRing(GeoJsonLineString lineString) Creates a newGeoJsonPolygonwith an inner ring defined be the givenGeoJsonLineString.GeoJsonPolygon.withInnerRing(GeoPoint first, GeoPoint second, GeoPoint third, GeoPoint fourth, GeoPoint... others) Creates a newGeoJsonPolygonwith an inner ring defined be the givenGeoPoints.Creates a newGeoJsonPolygonwith an inner ring defined be the givenPoints.GeoJsonPolygon.withInnerRingOfGeoPoints(List<GeoPoint> geoPoints) Methods in org.springframework.data.elasticsearch.core.geo that return types with arguments of type GeoJsonPolygonMethod parameters in org.springframework.data.elasticsearch.core.geo with type arguments of type GeoJsonPolygonModifier and TypeMethodDescriptionstatic GeoJsonMultiPolygonGeoJsonMultiPolygon.of(List<GeoJsonPolygon> polygons) Creates a newGeoJsonMultiPolygonfor the givenGeoJsonPolygons.