Class GeoJsonGeometryCollection

java.lang.Object
org.springframework.data.mongodb.core.geo.GeoJsonGeometryCollection
All Implemented Interfaces:
GeoJson<Iterable<GeoJson<?>>>

public class GeoJsonGeometryCollection extends Object implements GeoJson<Iterable<GeoJson<?>>>
Defines a GeoJsonGeometryCollection that consists of a List of GeoJson objects.
Since:
1.7
Author:
Christoph Strobl
See Also: