| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
Polygon.addToGeometryObjectExtension(AbstractObject geometryObjectExtension) |
Polygon |
Polygon.addToGeometrySimpleExtension(Object geometrySimpleExtension) |
Polygon |
Polygon.addToInnerBoundaryIs(Boundary innerBoundaryIs)
add a value to the innerBoundaryIs property collection
|
Polygon |
Polygon.addToObjectSimpleExtension(Object objectSimpleExtension) |
Polygon |
Polygon.addToPolygonObjectExtension(AbstractObject polygonObjectExtension)
add a value to the polygonObjectExtension property collection
|
Polygon |
Polygon.addToPolygonSimpleExtension(Object polygonSimpleExtension)
add a value to the polygonSimpleExtension property collection
|
Polygon |
Polygon.clone() |
Polygon |
MultiGeometry.createAndAddPolygon()
Creates a new instance of
Polygon and adds it to geometry. |
Polygon |
Placemark.createAndSetPolygon()
Creates a new instance of
Polygon and set it to geometry. |
static Polygon |
KmlFactory.createPolygon()
Create an instance of
Polygon |
Polygon |
Polygon.withAltitudeMode(AltitudeMode altitudeMode)
fluent setter
|
Polygon |
Polygon.withExtrude(Boolean extrude)
fluent setter
|
Polygon |
Polygon.withGeometryObjectExtension(List<AbstractObject> geometryObjectExtension) |
Polygon |
Polygon.withGeometrySimpleExtension(List<Object> geometrySimpleExtension) |
Polygon |
Polygon.withId(String id) |
Polygon |
Polygon.withInnerBoundaryIs(List<Boundary> innerBoundaryIs)
fluent setter
|
Polygon |
Polygon.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
Polygon |
Polygon.withOuterBoundaryIs(Boundary outerBoundaryIs)
fluent setter
|
Polygon |
Polygon.withPolygonObjectExtension(List<AbstractObject> polygonObjectExtension)
fluent setter
|
Polygon |
Polygon.withPolygonSimpleExtension(List<Object> polygonSimpleExtension)
fluent setter
|
Polygon |
Polygon.withTargetId(String targetId) |
Polygon |
Polygon.withTessellate(Boolean tessellate)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.