Class GeoJsonGeometryCollection

java.lang.Object
org.springframework.data.elasticsearch.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.
Copied from Spring Data Mongodb
Since:
4.1
Author:
Christoph Strobl, Peter-Josef Meisch
See Also: