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.
|
Constructor |
Description |
|
Creates a new instance of the FittedCoordSys class |
|
Property |
Description |
|
The CoordSys from which this FittedCoordSys was constructed | |
|
Inherited from GeoCalcNET.CoordSys | |
|
Inherited from GeoCalcNET.CoordSys | |
|
Inherited from GeoCalcNET.CoordSys | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.CoordSys | |
|
Inherited from GeoCalcNET.Serializable | |
|
The MathTransform that will convert a CoordPoint given in the BaseCoordSys to one in this FittedCoordSys | |
|
The MathTransform that will convert a CoordPoint 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 | |
|
Releases the resources used by the current instance | |
|
Converts a point given in the base GeodeticCoordSys to one in this FittedCoordSys | |
|
Inherited from GeoCalcNET.Serializable | |
|
Converts a point given in this FittedCoordSys to one in the base GeodeticCoordSys | |
|
Compares the value of two FittedCoordSys instances |