FittedCoordSys Class

Uses

GeoCalcPBW::CoordSys

 

Description

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.

 

Public Constructors

Constructor

Description

CreateFittedCoordSys

Creates a new instance of the FittedCoordSys class

FittedCoordSys

Creates a new instance of the FittedCoordSys class

 

Public Methods

Method

Description

Clone

Inherited from GeoCalcPBW::Serializable

CloneCoordSys

Inherited from GeoCalcPBW::CoordSys

DeepCopy

Produces a deep-copy of a FittedCoordSys

FromGeodeticBase

Inherited from GeoCalcPBW::CoordSys

get_BaseCoordSys

Returns the CoordSys from which this FittedCoordSys was constructed

get_Class

Inherited from GeoCalcPBW::CoordSys

get_Datum

Inherited from GeoCalcPBW::CoordSys

get_Envelope

Inherited from GeoCalcPBW::CoordSys

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_Name

Inherited from GeoCalcPBW::Serializable

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_PointStyle

Inherited from GeoCalcPBW::CoordSys

get_Remarks

Inherited from GeoCalcPBW::Serializable

get_TransformAhead

Returns the MathTransform that converts points from the BaseCoordSys to this FittedCoordSys

get_TransformBack

Returns the MathTransform that converts points form this FittedCoordSys to the BaseCoordSys

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_BaseCoordSys

Sets the CoordSys from which this FittedCoordSys is constructed

set_Datum

Inherited from GeoCalcPBW::CoordSys

set_Envelope

Inherited from GeoCalcPBW::CoordSys

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_Name

Inherited from GeoCalcPBW::Serializable

set_PointStyle

Inherited from GeoCalcPBW::CoordSys

set_Remarks

Inherited from GeoCalcPBW::Serializable

set_TransformAhead

Sets the MathTransform that converts points from the BaseCoordSys to this FittedCoordSys

set_TransformBack

Sets the MathTransform that converts points form this FittedCoordSys to the BaseCoordSys

ToGeodeticBase

Inherited from GeoCalcPBW::CoordSys

ValueEquals

Compares the value of two CoordSys instances

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this FittedCoordSys

operator==

Compares the value of two FittedCoordSys instances

operator!=

Compares the value of two FittedCoordSys instances