Class GeoJsonMultiPolygon

java.lang.Object
org.springframework.data.mongodb.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.
Since:
1.7
Author:
Christoph Strobl