calculate the distance between camera and centerpoint based on the resolution and latitude value
Number of map units per pixel.
Latitude in radians.
The calculated distance.
calculate the resolution based on a distance(camera to position) and latitude value
The calculated resolution.
Check if the underlying camera state has changed and ensure synchronization.
Do not synchronize the view.
Altitude in meters.
Shortcut for ol.View.getCenter().
Same projection as the ol.View.
Distance in meters.
Heading in radians.
Calculates position under the camera.
Same projection as the ol.View.
Tilt in radians.
Calculates the values of the properties from the current ol.View state.
In meters.
Shortcut for ol.View.setCenter().
Same projection as the ol.View.
In meters.
In radians.
Sets the position of the camera.
Same projection as the ol.View.
In radians.
New view to use.
Updates the state of the underlying Cesium.Camera according to the current values of the properties.
Calculates the values of the properties from the current Cesium.Camera state. Modifies the center, resolution and rotation properties of the view.
Input coordinate array.
Output array of coordinate values.
Dimension.
Input coordinate array (same array as input).
Generated using TypeDoc
This object takes care of additional 3d-specific properties of the view and ensures proper synchronization with the underlying raw Cesium.Camera object.