| Constructor and Description |
|---|
GeoJsonGeometryCollection(List<GeoJson<?>> geometries)
Creates a new
GeoJsonGeometryCollection for the given GeoJson instances. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Iterable<GeoJson<?>> |
getCoordinates()
The value of the coordinates member is always an
Iterable. |
String |
getType()
String value representing the type of the
GeoJson object. |
int |
hashCode() |
public GeoJsonGeometryCollection(List<GeoJson<?>> geometries)
GeoJsonGeometryCollection for the given GeoJson instances.geometries - public String getType()
GeoJsonGeoJson object.public Iterable<GeoJson<?>> getCoordinates()
GeoJsonIterable. The structure for the elements within is
determined by GeoJson.getType() of geometry.getCoordinates in interface GeoJson<Iterable<GeoJson<?>>>http://geojson.org/geojson-spec.html#geometry-objectsCopyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.