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.
Since:
1.7
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    The value of the coordinates member is always an Iterable.
    String value representing the type of the GeoJson object.