Interface GeoJson<T extends Iterable<?>>

All Known Implementing Classes:
GeoJsonGeometryCollection, GeoJsonLineString, GeoJsonMultiLineString, GeoJsonMultiPoint, GeoJsonMultiPolygon, GeoJsonPoint, GeoJsonPolygon

public interface GeoJson<T extends Iterable<?>>
Interface definition for structures defined in GeoJSON format. copied from Spring Data Mongodb
Since:
1.7
Author:
Christoph Strobl