This object takes care of additional 3d-specific properties of the view and ensures proper synchronization with the underlying raw Cesium.Camera object.
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.
Optional
Do not synchronize the view.
Altitude in meters.
Same projection as the ol.View.
Shortcut for ol.View.getCenter().
Distance in meters.
Heading in radians.
Calculates position under the camera.
Coordinates in 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().
In radians.
Sets the position of the camera.
Calculates the values of the properties from the current Cesium.Camera state. Modifies the center, resolution and rotation properties of the view.
This object takes care of additional 3d-specific properties of the view and ensures proper synchronization with the underlying raw Cesium.Camera object.