| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected Orientation |
Model.orientation
|
| Modifier and Type | Method and Description |
|---|---|
Orientation |
Orientation.addToObjectSimpleExtension(java.lang.Object objectSimpleExtension) |
Orientation |
Orientation.addToOrientationObjectExtension(AbstractObject orientationObjectExtension)
add a value to the orientationObjectExtension property collection
|
Orientation |
Orientation.addToOrientationSimpleExtension(java.lang.Object orientationSimpleExtension)
add a value to the orientationSimpleExtension property collection
|
Orientation |
Orientation.clone() |
Orientation |
Model.createAndSetOrientation()
Creates a new instance of
Orientation and set it to orientation. |
static Orientation |
KmlFactory.createOrientation()
Create an instance of
Orientation |
Orientation |
Model.getOrientation() |
Orientation |
Orientation.withHeading(double heading)
fluent setter
|
Orientation |
Orientation.withId(java.lang.String id) |
Orientation |
Orientation.withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension) |
Orientation |
Orientation.withOrientationObjectExtension(java.util.List<AbstractObject> orientationObjectExtension)
fluent setter
|
Orientation |
Orientation.withOrientationSimpleExtension(java.util.List<java.lang.Object> orientationSimpleExtension)
fluent setter
|
Orientation |
Orientation.withRoll(double roll)
fluent setter
|
Orientation |
Orientation.withTargetId(java.lang.String targetId) |
Orientation |
Orientation.withTilt(double tilt)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setOrientation(Orientation value) |
Model |
Model.withOrientation(Orientation orientation)
fluent setter
|
Copyright © 2014 Micromata GmbH. All Rights Reserved.