public final class GeoJsonGeometryCollection extends GeoJsonGeometry
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GeoJsonGeometryCollection()
Constructs GeoJsonGeometryCollection.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJsonGeometryCollection |
clone() |
java.util.List<GeoJsonGeometry> |
getGeometries()
An array of geometry objects.
|
GeoJsonGeometryCollection |
set(java.lang.String fieldName,
java.lang.Object value) |
GeoJsonGeometryCollection |
setGeometries(java.util.List<GeoJsonGeometry> geometries)
An array of geometry objects.
|
getType, setTypegetFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic GeoJsonGeometryCollection()
public java.util.List<GeoJsonGeometry> getGeometries()
null for nonepublic GeoJsonGeometryCollection setGeometries(java.util.List<GeoJsonGeometry> geometries)
geometries - geometries or null for nonepublic GeoJsonGeometryCollection set(java.lang.String fieldName, java.lang.Object value)
set in class GeoJsonGeometrypublic GeoJsonGeometryCollection clone()
clone in class GeoJsonGeometry