Class GeoJsonPolygon

java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
All Implemented Interfaces:
GeoJson<Iterable<GeoJsonLineString>>

public class GeoJsonPolygon extends Object implements GeoJson<Iterable<GeoJsonLineString>>
GeoJson representation of a polygon.
Copied from Spring Data Mongodb
Since:
4.1
Author:
Christoph Strobl, Mark Paluch, Peter-Josef Meisch
See Also: