| 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.getType in interface GeoJson<Iterable<GeoJson<?>>>public Iterable<GeoJson<?>> getCoordinates()
GeoJsonIterable. The structure for the elements within is
determined by GeoJson.getType() of geometry.getCoordinates in interface GeoJson<Iterable<GeoJson<?>>>Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.