EarlyBoundCoordSys Class

Inherits from

GEOCALCPBW_NAMESPACE::HorizontalCoordSys

 

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

CloneCoordSys

Produces a clone of this FittedCoordSys

DeepCopy

Produces a deep-copy of this FittedCoordSys

get_BaseCoordSys

Returns the HorizontalCoordSys from which this FittedCoordSys was constructed

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

set_BaseCoordSys

Sets the HorizontalCoordSys from which this FittedCoordSys is constructed

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

ValueEquals

Compares the value of two FittedCoordSys instances

get_BaseObject

Derived from GEOCALCPBW_NAMESPACE::CoordSys

set_BaseObject

Derived from GEOCALCPBW_NAMESPACE::CoordSys

get_Class

Derived from GEOCALCPBW_NAMESPACE::CoordSys

 

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