Base class for all single transformations from one CoordSys to another. The CoordTransform class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all coordinate transform objects in GeoCalc.
Constructor |
Description |
Creates a new instance of the CoordTransform class |
Property |
Description |
Gets or sets the accuracy (within meters) of the operation. |
|
Gets the base coordinate transform type. |
|
Gets or sets whether the operation affects the height. |
|
Gets or sets the coordinate operation associated with this coordinate transformation. |
|
Gets or sets the parameters required for this transform. |
|
Gets or sets the reversiblity of the operation. |
|
Gets or sets the source coordsys associated with this coordinate transformation. |
|
Gets or sets the target coordsys associated with this coordinate transformation. |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Enclosure. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
Method |
Description |
Convert a point in the source coordinate system to a point in the target coordinate system, via this transformation. |
|
Convert a point in the target coordinate system to a point in the source coordinate system, via this transformation. |
|
Value equals comparison. (Overrides Enclosure.Equals()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides Enclosure.Equivalent()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides Serializable.EquivalentDiffs()). |
|
Serves as a hash function for a particular type. (Overrides Enclosure.GetHashCode()). |
|
Gets this object description (Overrides Serializable.GetObjectDescription()). |
|
Comparison to see if the object obj is nearly equal to this. (Overrides Serializable.IsNearlyEqual()). |
|
Is this a time-dependent transformation? |
|
Comparison to see if the object obj is exactly equal to this. (Overrides Enclosure.StrictlyEquals()). |
|
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
GetType |
Inherited from Object. |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |
|
Inherited from Enclosure. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Enclosure. |