CartoType .NET API 8.8-7-gb35e4dc71
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Properties | List of all members
CartoType::PerspectiveParam Class Reference

Parameters giving detailed control of the perspective view. More...

#include <CartoTypeWrapper.h>

Public Member Functions

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.
 

Properties

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 is the width of the display.
 
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.
 

Detailed Description

Parameters giving detailed control of the perspective view.


The documentation for this class was generated from the following file: