@JsType(isNative=true, namespace="<global>", name="Object") public class ViewOptions extends Object
Modifier and Type | Field and Description |
---|---|
Cartesian3 |
destinationPos
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
|
Rectangle |
destinationRec
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
|
Matrix4 |
endTransform
Transform matrix representing the reference frame of the camera.
|
HeadingPitchRoll |
orientation
An object that contains either direction and up properties or heading, pith and roll properties.
|
Constructor and Description |
---|
ViewOptions() |
@JsProperty(name="destination") public Cartesian3 destinationPos
@JsProperty(name="destination") public Rectangle destinationRec
@JsProperty public HeadingPitchRoll orientation
@JsProperty public Matrix4 endTransform
Copyright © 2019. All rights reserved.