Class GeoJsonMultiPolygon

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

public class GeoJsonMultiPolygon extends Object implements GeoJson<Iterable<GeoJsonPolygon>>
GeoJsonMultiPolygon is defined as a list of GeoJsonPolygons.
Copied fro Spring Data Mongodb.
Since:
4.1
Author:
Christoph Strobl, Peter-Josef Meisch