Viewpoint
Create a viewpoint with a bounding extent and a Camera. The spatial reference of the target extent cannot be null.
Since
200.1.0
See also
Creates a viewpoint with center point, scale, and Camera. The spatial reference of the center point cannot be null.
Since
200.1.0
See also
Create a viewpoint with latitude, longitude, scale, and Camera. The spatial reference for the defined point is WGS84.
Since
200.1.0
See also
Parameters
The latitude coordinate for the viewpoint. Negative values are south of the equator.
The longitude coordinate for the viewpoint. Negative values are west of the prime meridian.
The ratio between a distance on the map and the corresponding distance on the ground.
A Camera object that defines the observer for the scene.
Create a viewpoint with a bounding Geometry, rotation, and Camera.
Since
200.1.0
See also
Parameters
The geometry to use as the visible area.
The rotation angle in degrees between 0 and 360.
A Camera object that defines the observer for the scene.
Create a viewpoint with center point, scale, rotation, and Camera.
Since
200.1.0
See also
Parameters
The center of the visible area.
The ratio between a distance on the map and the corresponding distance on the ground.
The rotation angle in degrees between 0 and 360.
A Camera object that defines the observer for the scene.