| 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(Object objectSimpleExtension) |
Orientation |
Orientation.addToOrientationObjectExtension(AbstractObject orientationObjectExtension)
add a value to the orientationObjectExtension property collection
|
Orientation |
Orientation.addToOrientationSimpleExtension(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(String id) |
Orientation |
Orientation.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
Orientation |
Orientation.withOrientationObjectExtension(List<AbstractObject> orientationObjectExtension)
fluent setter
|
Orientation |
Orientation.withOrientationSimpleExtension(List<Object> orientationSimpleExtension)
fluent setter
|
Orientation |
Orientation.withRoll(double roll)
fluent setter
|
Orientation |
Orientation.withTargetId(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.