| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected Boundary |
Polygon.outerBoundaryIs
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Boundary> |
Polygon.innerBoundaryIs
|
| Modifier and Type | Method and Description |
|---|---|
Boundary |
Boundary.addToBoundaryObjectExtension(AbstractObject boundaryObjectExtension)
add a value to the boundaryObjectExtension property collection
|
Boundary |
Boundary.addToBoundarySimpleExtension(Object boundarySimpleExtension)
add a value to the boundarySimpleExtension property collection
|
Boundary |
Boundary.clone() |
Boundary |
Polygon.createAndAddInnerBoundaryIs()
Creates a new instance of
Boundary and adds it to innerBoundaryIs. |
Boundary |
Polygon.createAndSetOuterBoundaryIs()
Creates a new instance of
Boundary and set it to outerBoundaryIs. |
static Boundary |
KmlFactory.createBoundary()
Create an instance of
Boundary |
Boundary |
Polygon.getOuterBoundaryIs() |
Boundary |
Boundary.withBoundaryObjectExtension(List<AbstractObject> boundaryObjectExtension)
fluent setter
|
Boundary |
Boundary.withBoundarySimpleExtension(List<Object> boundarySimpleExtension)
fluent setter
|
Boundary |
Boundary.withLinearRing(LinearRing linearRing)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
List<Boundary> |
Polygon.getInnerBoundaryIs() |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
Polygon.addToInnerBoundaryIs(Boundary innerBoundaryIs)
add a value to the innerBoundaryIs property collection
|
void |
Polygon.setOuterBoundaryIs(Boundary value) |
Polygon |
Polygon.withOuterBoundaryIs(Boundary outerBoundaryIs)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.setInnerBoundaryIs(List<Boundary> innerBoundaryIs) |
Polygon |
Polygon.withInnerBoundaryIs(List<Boundary> innerBoundaryIs)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.