DatumTransform Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordTransform

 

Description

The DatumTransform class represents a transformation that will convert coordinates given in one HorizontalDatum to coordinates in another. There are several types of datum transforms supported by GeoCalc, and they are outlined in the ClassType enumeration.  

 

Public Enumerations

Enum

Description

ClassType

Contains elements that correspond to the various types of DatumTransforms

 

Public Constructors

Constructor

Description

CreateDatumTransform

Creates a new instance of the DatumTransform class

DatumTransform

Creates a new instance of the DatumTransform class

 

Public Methods

Method

Description

get_Class

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

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this DatumTransform

operator==

Compares the value of two DatumTransforms

operator!=

Compares the value of two DatumTransforms