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 GeoCalcNET, and they are outlined in the ClassType enumeration.
|
Enum |
Description |
|
Contains elements that correspond to the various types of datum shifts |
|
Constructor |
Description |
|
Creates a new instance of the DatumShift class |
|
Property |
Description |
|
Indicates the type of datum shift represented by this DatumShift | |
|
The area over which this datum shift is valid | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
Contains parameters used to customize the DatumShift | |
|
Inherited from GeoCalcNET.Serializable | |
|
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 | |
|
Releases the resources used by the current instance | |
|
Inherited from GeoCalcNET.Serializable | |
|
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 |