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 GeoCalcCOM, and they are outlined in the DatumShiftType enumeration.
|
Property |
Description |
|
Indicates the type of datum shift represented by this DatumShift | |
|
The area over which this datum shift is valid | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
The name of this object | |
|
Contains parameters used to customize the DatumShift | |
|
Additional remarks about this object | |
|
Indicates the direction of this shift | |
|
The HorizontalDatum from which the shift is performed | |
|
The HorizontalDatum to which the shift is performed |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a DatumShift | |
|
Indicates if this object has an identifier that is also present in the specified object | |
|
Converts a point in the TargetDatum to a point in the SourceDatum | |
|
Converts a point in the SourceDatum to a point in the TargetDatum | |
|
Indicates if two DatumShifts have the same value |