| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonGeometryCollection
A heterogenous collection of GeoJsonGeometry objects.
|
class |
GeoJsonLineString
Model definition for GeoJsonLineString.
|
class |
GeoJsonMultiLineString
Multi Line String
|
class |
GeoJsonMultiPoint
Model definition for GeoJsonMultiPoint.
|
class |
GeoJsonMultiPolygon
Model definition for GeoJsonMultiPolygon.
|
class |
GeoJsonPoint
Model definition for GeoJsonPoint.
|
class |
GeoJsonPolygon
Model definition for GeoJsonPolygon.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJsonGeometry |
GeoJsonGeometry.clone() |
GeoJsonGeometry |
Feature.getGeometry()
The geometry member of this Feature.
|
GeoJsonGeometry |
GeoJsonGeometry.set(java.lang.String fieldName,
java.lang.Object value) |
GeoJsonGeometry |
GeoJsonGeometry.setType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GeoJsonGeometry> |
GeoJsonGeometryCollection.getGeometries()
An array of geometry objects.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.setGeometry(GeoJsonGeometry geometry)
The geometry member of this Feature.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJsonGeometryCollection |
GeoJsonGeometryCollection.setGeometries(java.util.List<GeoJsonGeometry> geometries)
An array of geometry objects.
|