GEOCALCPBW_NAMESPACE::Serializable
GEOCALCPBW_NAMESPACE::DatumTransform
GEOCALCPBW_NAMESPACE::ParametricTransform
GEOCALCPBW_NAMESPACE::VerticalTransform
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.
Enum |
Description |
Contains elements that correspond to classes that use CoordTransform |
Method |
Description |
Returns the accuracy of the Transform, if one has been specified |
|
Returns the AreaOfUse where the Transform is valid. |
|
Retrieves the ParameterCollection that defines the specific Transformation |
|
Gets the Source CoordSys for the Transform. Depending on the type of specific Transform, this may be limited to certain types. For example, DatumTransforms must be between a source and a target GeodeticCoordSys. |
|
Gets the Target CoordSys for the Transform. Depending on the type of specific Transform, this may be limited to certain types. For example, DatumTransforms must be between a source and a target GeodeticCoordSys. |
|
Sets the accuracy of the Transform. |
|
Returns the Usage where the Transform is valid. |
|
Sets the Source CoordSys for the Transform. Depending on the type of specific Transform, this may be limited to certain types. For example, DatumTransforms must be between a source and a target GeodeticCoordSys. |
|
Sets the Target CoordSys for the Transform. Depending on the type of specific Transform, this may be limited to certain types. For example, DatumTransforms must be between a source and a target GeodeticCoordSys. |
|
A method to convert a CoordPoint in the SourceCoordSys to a CoordPoint in the TargetCoordSys. |
|
A method to convert a CoordPoint in the TargetCoordSys to a CoordPoint in the SourceCoordSys. |