LatLonHeight
Public / Constructors
LatLonHeight
Creates a new instance of LatLonHeight.
With the default value for vertical opt, the LatLonHeight value will be relative to the triangle mesh of the terrain in its current state of tessellation, so computation results may vary. For invariant results, please use VerticalType.Height.
Public / Methods
ToVariance
Swaps VerticalType.Height and VerticalType.HeightMesh, according to the given variance in setting.
If Vertical is neither VerticalType.Height nor VerticalType.HeightMesh, this method returns this LatLonHeight value.
Public / Attributes
Height
The height value, given in the length unit of geocentric coordinates (see Geocentric.Unit).
- See also