The CoordTransform class represents a map from coordinates given in one coordinate system to coordinate given in another coordinate system. Each CoordTransform has exactly one CoordSys that acts as the source for the transformation that can be accessed through the SourceCoordSys property, and one CoordSys that acts as the target for the transformation that can be accessed through the TargetCoordSys property. A CoordTransform is capable of performing a forward conversion, which converts a point in the SourceCoordSys to a point in the target TargetCoordSys, or a reverse conversion, which converts a point in the TargetCoordSys to a point in the SourceCoordSys
|
Constructor |
Description |
|
Creates a new instance of CoordTransform |
|
Property |
Description |
|
The collection of DatumShifts that describe the datum shift from the SourceCoordSys to the TargetCoordSys | |
|
Indicates whether the CoordTransform is equipped to perform a vertical transformation | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
The CoordSys that from which the points are converted | |
|
The CoordSys to which the points are converted |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Converts a CoordPoint in the SourceCoordSys to a CoordPoint in the TargetCoordSys | |
|
Converts a CoordPoint in the TargetCoordSys to a CoordPoint in the SourceCoordSys | |
|
Converts a set of CoordPoints in the SourceCoordSys to a set of CoordPoints in the TargetCoordSys | |
|
Converts a set of CoordPoints in the TargetCoordSys to a set of CoordPoints in the SourceCoordSys | |
|
Produces a deep-copy of a CoordTransform | |
|
Releases the resources used by the current instance | |
|
Inherited from GeoCalcNET.Serializable | |
|
Prepares the CoordTransform to perform a vertical transformation | |
|
Compares the value of two CoordTransform objects |