| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonGeometryCollection
Geometry Collection
|
class |
GeoJsonLineString
Line String
|
class |
GeoJsonMultiLineString
Multi Line String
|
class |
GeoJsonMultiPoint
Model definition for GeoJsonMultiPoint.
|
class |
GeoJsonMultiPolygon
Multi Polygon
|
class |
GeoJsonPoint
Model definition for GeoJsonPoint.
|
class |
GeoJsonPolygon
Polygon
|
| Modifier and Type | Method and Description |
|---|---|
GeoJsonGeometry |
GeoJsonGeometry.clone() |
GeoJsonGeometry |
Feature.getGeometry()
The geometry member of this Feature.
|
GeoJsonGeometry |
GeoJsonGeometry.set(String fieldName,
Object value) |
GeoJsonGeometry |
GeoJsonGeometry.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoJsonGeometry> |
GeoJsonGeometryCollection.getGeometries()
The geometry objects that are contained within this geometry collection.
|
| 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(List<GeoJsonGeometry> geometries)
The geometry objects that are contained within this geometry collection.
|