| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.clone() |
Geometry |
Feature.getGeometry()
The geometry member of this Feature.
|
Geometry |
Geometry.set(String fieldName,
Object value) |
Geometry |
Geometry.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<Geometry> |
GeometryCollection.getGeometries()
The geometry objects that are contained within this geometry collection.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.setGeometry(Geometry geometry)
The geometry member of this Feature.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollection.setGeometries(List<Geometry> geometries)
The geometry objects that are contained within this geometry collection.
|