ParametricTransform Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordTransform

 

Description

The ParametricTransform class represents a direct transformation between two coordinate systems in which the input point data is not converted to a geodetic base during the transformation process. Instead it is directly converted from the source CoordSys to the target using a parameterized transformation routine.

 

Public Enumerations

Enum

Description

ClassType

Contains elements that correspond to the various types of ParametricTransforms

 

Public Constructors

Constructor

Description

CreateParametricTransform

Creates a new instance of the ParametricTransform class

ParametricTransform

Creates a new instance of the ParametricTransform class

 

Public Methods

Method

Description

DeepCopy

Produces a deep-copy of a ParametricTransform

get_Class

Indicates the type of this ParametricTransform, according to the ClassType enumeration

ValueEquals

Compares the value of two ParametricTransforms

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this ParametricTransform

operator==

Compares the value of two ParametricTransforms

operator!=

Compares the value of two ParametricTransforms