VerticalReference Class

Uses

GeoCalcPBW::Serializable

 

Description

The VerticalReference class is a complete definition for the vertical components of a coordinate system. With the exception of Ellipsoidal Heights, a VerticalReference consist of a VerticalDatum and an optional HeightModel. The Ellipsoidal Height is a special case which bases heights relative to the horizontal coordinate system's ellipsoid, and thus specifies neither a HeightModel nor a VerticalDatum.

 

Public Constructors

Constructor

Description

CreateVerticalReference

Creates a new instance of the VerticalReference class

VerticalReference

Creates a new instance of the VerticalReference class

 

Public Methods

Method

Description

Clone

Inherited from GeoCalcPBW::Serializable

DeepCopy

Produces a deep-copy of a VerticalReference

get_HeightModel

Returns the HeightModel that relates ellipsoidal height measurements to the VerticalDatum

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_Name

Inherited from GeoCalcPBW::Serializable

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_Remarks

Inherited from GeoCalcPBW::Serializable

get_VerticalDatum

Returns the VerticalDatum that provides a frame of reference for making height measurements

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_HeightModel

Sets the HeightModel that relates ellipsoidal height measurements to the VerticalDatum

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_Name

Inherited from GeoCalcPBW::Serializable

set_Remarks

Inherited from GeoCalcPBW::Serializable

set_VerticalDatum

Sets the VerticalDatum that provides a frame of reference for making height measurements

ValueEquals

Compares the value of two VerticalReferences

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this VerticalReference

operator==

Compares the value of two VerticalReferences

operator!=

Compares the value of two VerticalReferences