DatumShiftInfo Class

Uses

GeoCalcPBW::GeoBase

 

Description

The DatumShiftInfo class provides a summary of a DatumShift.  It gives the name of the DatumShift, the direction of the DatumShift, and the code used to identify the DatumShift in the DataSource.  

 

Public Constructors

Constructor

Description

CreateDatumShiftInfo

Creates a new instance of the DatumShiftInfo class

DatumShiftInfo

Creates a new instance of the DatumShiftInfo class

 

Public Methods

Method

Description

get_Code

Returns the code used to identify the DatumShift in the DataSource

get_Name

Returns the name of the DatumShift

get_ReverseUsage

Returns the direction of the DatumShift

set_Code

Sets the code used to identify the DatumShift in the DataSource

set_Name

Sets the name of the DatumShift

set_ReverseUsage

Sets the direction of the DatumShift

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this DatumShiftInfo

operator==

Compares the value of two DatumShiftInfos

operator!=

Compares the value of two DatumShiftInfos