This file contains the headers for ViewportParams.
Enumerations |
<anonymous> | { Q_X, Q_Y, Q_Z, Q_W } |
<anonymous> | { Q_X, Q_Y, Q_Z, Q_W } |
AltitudeMode | { ClampToGround, RelativeToGround, Absolute } |
AngleUnit | { DMSDegree, DecimalDegree, UTM } |
Dimension | { Latitude, Longitude } |
DistanceUnit | { NoDistanceUnit, Meter, MilesFeet } |
DownloadUsage | { DownloadBulk, DownloadBrowse } |
DragLocation | { KeepAxisVertically, FollowMousePointer } |
GraphicsSystem | { NativeGraphics, RasterGraphics, OpenGLGraphics } |
LabelLocalization | { CustomAndNative, Custom, Native } |
LabelPositionFlag | { NoLabel, LineStart, LineCenter, LineEnd, IgnoreXMargin, IgnoreYMargin } |
MapQuality | { OutlineQuality, LowQuality, NormalQuality, HighQuality, PrintQuality } |
MeasureSystem | { Metric, Imperial } |
OnStartup | { ShowHomeLocation, LastLocationVisited } |
Pole | { AnyPole, NorthPole, SouthPole } |
Projection | { Spherical, Equirectangular, Mercator } |
ProxyType | { HttpProxy, Socks5Proxy } |
TessellationFlag | { NoTessellation, Tessellate, RespectLatitudeCircle, FollowGround, RotationIndicatesFill, SkipLatLonNormalization } |
ViewContext | { Still, Animation } |
Functions |
bool | operator == (Marble.GeoDataLatLonAltBox lhs, Marble.GeoDataLatLonAltBox rhs) |
A class that defines a 3D bounding box for geographic data.
GeoDataLatLonAltBox is a 3D bounding box that describes a geographic area
in terms of latitude, longitude and altitude.
The bounding box gets described by assigning the northern, southern,
eastern and western boundary.
So usually the value of the eastern boundary is bigger than the
value of the western boundary. Only if the bounding box crosses the
date line then the eastern boundary has got a smaller value than
the western one.