ICoordTransform3 Interface

Uses

GeoCalcCOM.ICoordTransform2

 

Used By

GeoCalcCOM.CoordTransform

 

Public Properties

Property

Description

DatumShifts

The collection of DatumShifts that describe the datum shift from the SourceCoordSys to the TargetCoordSys

HasValidVerticalTransform

Indicates whether the ICoordTransform3 is equipped to perform a vertical transformation

Identifiers

The IdentifierCollection that stores all identifiers for this object

Name

The name of this object

Remarks

Additional remarks about this object

SourceCoordSys

The ICoordSys that from which the points are converted

TargetCoordSys

The ICoordSys to which the points are converted

 

Public Methods

Method

Description

ConvertAhead

Converts a ICoordPoint in the SourceCoordSys to a ICoordPoint in the TargetCoordSys

ConvertBack

Converts a ICoordPoint in the TargetCoordSys to a ICoordPoint in the SourceCoordSys

ConvertListAhead

Converts a set of ICoordPoints in the SourceCoordSys to a set of ICoordPoints in the TargetCoordSys

ConvertListBack

Converts a set of ICoordPoints in the TargetCoordSys to a set of ICoordPoints in the SourceCoordSys

DeepCopy

Produces a deep-copy of a ICoordTransform3

HasIdentifiersIn

Indicates if this object has an identifier that is also present in the specified object

InitializeVerticalTransform

Prepares the ICoordTransform3 to perform a vertical transformation

SetDatumShifts

Sets the DatumShifts property

ValueEquals

Compares the value of two ICoordTransform3 instances