HeightModel Class

Uses

GeoCalcPBW::Serializable

 

Description

The HeightModel class represents a geoid model that is used to relate ellipsoidal height measurements to a VerticalDatum.  The HeightModel is one component of a VerticalReference.

 

Public Enumerations

Enum

Description

ClassType

Contains elements that correspond to the various types of HeightModels

 

Public Constructors

Constructor

Description

CreateHeightModel

Creates a new instance of the HeightModel class

HeightModel

Creates a new instance of the HeightModel class

 

Public Methods

Method

Description

Clone

Inherited from GeoCalcPBW::Serializable

DeepCopy

Produces a deep-copy of a HeightModel

get_Class

Indicates the type of this HeightModel, according to the ClassType enumeration

get_Envelope

Returns the Envelope that describes the area in which this HeightModel is valid

get_HorizontalDatum

Returns the HorizontalDatum used by this HeightModel

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_Name

Inherited from GeoCalcPBW::Serializable

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_Parameters

Returns the ParameterCollection that contains values used to define this HeightModel

get_Remarks

Inherited from GeoCalcPBW::Serializable

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_Envelope

Sets the Envelope that describes the area in which this HeightModel is valid

set_HorizontalDatum

Sets the HorizontalDatum used by this HeightModel

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_Name

Inherited from GeoCalcPBW::Serializable

set_Remarks

Inherited from GeoCalcPBW::Serializable

ValueEquals

Compares the value of two HeightModels

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this HeightModel

operator==

Compares the value of two HeightModels

operator!=

Compares the value of two HeightModels