The DatumShift class represents a transformation that will convert coordinates given in one HorizontalDatum to coordinates in another. There are several types of datum shifts supported by GeoCalc, and they are outlined in the ClassType enumeration.
Enum |
Description |
Contains elements that correspond to the various types of DatumShifts | |
Contains elements that correspond to the various types of DatumShifts |
Constructor |
Description |
Creates a new instance of the DatumShift class | |
Creates a new instance of the DatumShift class |
Method |
Description |
Inherited from GeoCalcPBW::Serializable | |
Indicates the type of this DatumShift, according to the ClassType enumeration | |
Returns the Envelope that defines the area in which this DatumShift is valid | |
Inherited from GeoCalcPBW::Serializable | |
Inherited from GeoCalcPBW::Serializable | |
Inherited from GeoCalcPBW::Serializable | |
Returns the ParameterCollection that customizes this DatumShift | |
Inherited from GeoCalcPBW::Serializable | |
Indicates if this DatumShift shifts from source to target or target to source | |
Returns the HorizontalDatum that is the source of this DatumShift | |
Returns the HorizontalDatum that is the target of this DatumShift | |
Inherited from GeoCalcPBW::Serializable | |
Sets the Envelope that defines the area in which this DatumShift is valid | |
Inherited from GeoCalcPBW::Serializable | |
Inherited from GeoCalcPBW::Serializable | |
Inherited from GeoCalcPBW::Serializable | |
Sets whether this Datum shift shifts from source to target or target to source | |
Sets the HorizontalDatum that is the source of this DatumShift | |
Sets the HorizontalDatum that is the target of this DatumShift | |
Converts a GeodeticPoint on the TargetDatum to one on the SourceDatum | |
Converts a GeodeticPoint on the SourceDatum to one on the TargetDatum |
Operator |
Description |
Assigns a new value to this DatumShift | |
Compares the value of two DatumShifts | |
Compares the value of two DatumShifts |