Parameters giving detailed control of the perspective view.
More...
#include <CartoTypeWrapper.h>
|
|
Result | ReadFromXml (String^ aText) |
| | Reads a perspective parameter object from its XML form.
|
| |
|
String ^ | ToXml () |
| | Creates a string representing a perspective parameter object in XML.
|
| |
|
|
double | PositionDegreesX |
| | The longitude of the position of the point on the terrain below the camera, in degrees longitude (x) and latitude (y).
|
| |
|
double | PositionDegreesY |
| | The latitude of the position of the point on the terrain below the camera, in degrees longitude (x) and latitude (y).
|
| |
|
bool | AutoPosition |
| | If true, ignore PositionDegreesX and PositionDegreesY, and set the camera position so that the location in the center of the display is shown.
|
| |
|
double | HeightMeters |
| | The height of the camera above the terrain. The value 0 causes a default value to be used which preserves the scale at the centre of a square ten centimetres wide.
|
| |
|
double | AzimuthDegrees |
| | The azimuth of the camera in degrees going clockwise, where 0 is N, 90 is E, etc.
|
| |
|
bool | AutoAzimuth |
| | If true, ignore AzimuthDegrees and use the current map orientation.
|
| |
|
double | DeclinationDegrees |
| | The declination of the camera downward from the horizontal plane. Values are clamped to the range -90...90.
|
| |
|
double | RotationDegrees |
| | The amount by which the camera is rotated about its axis, after applying the declination, in degrees going clockwise.
|
| |
|
double | FieldOfViewDegrees |
| | The camera's field of view in degrees.
|
| |
Parameters giving detailed control of the perspective view.
The documentation for this class was generated from the following file: