The FittedCoordSys class represents a coordinate system that has been transformed by a MathTransform. The TransformAhead and TransformBack properties provide access to the MathTransforms used to convert points between this FittedCoordSys and the BaseCoordSys.
|
Property |
Description |
|
The ICoordSys from which this FittedCoordSys was constructed | |
|
Indicates the type of this ICoordSys, according to the CoordSysType enumeration | |
|
The HorizontalDatum used to approximate the Earth | |
|
The area in which this FittedCoordSys is intended to be used | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
Indicates the type of the MathTransforms, according to the MathTransformType enumeration | |
|
The name of this object | |
|
An ICoordPoint that provides a template for points in this system | |
|
Various remarks about this object | |
|
The MathTransform that will convert an ICoordPoint given in the BaseCoordSys to one in this FittedCoordSys | |
|
The MathTransform that will convert an ICoordPoint given in this FittedCoordSys to one in the BaseCoordSys |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a FittedCoordSys | |
|
Converts a point given in the base GeodeticCoordSys to one in this FittedCoordSys | |
|
Indicates if this object has an identifier that is also present in the specified object | |
|
Converts a point given in this FittedCoordSys to one in the base GeodeticCoordSys | |
|
Compares the value of two FittedCoordSys instances |