FittedCoordSys Class

Uses

GeoCalcCOM.IFittedCoordSys

GeoCalcCOM.ICloneable

 

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 Properties

Property

Description

BaseCoordSys

The ICoordSys from which this FittedCoordSys was constructed

ClassType

Indicates the type of this ICoordSys, according to the CoordSysType enumeration

Datum

The HorizontalDatum used to approximate the Earth

Envelope

The area in which this FittedCoordSys is intended to be used

Identifiers

The IdentifierCollection that stores all identifiers for this object

MathTransformClass

Indicates the type of the MathTransforms, according to the MathTransformType enumeration

Name

The name of this object

PointStyle

An ICoordPoint that provides a template for points in this system

Remarks

Various remarks about this object

TransformAhead

The MathTransform that will convert an ICoordPoint given in the BaseCoordSys to one in this FittedCoordSys

TransformBack

The MathTransform that will convert an ICoordPoint given in this FittedCoordSys to one in the BaseCoordSys

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of a FittedCoordSys

FromGeodeticBase

Converts a point given in the base GeodeticCoordSys  to one in this FittedCoordSys

HasIdentifierIn

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

ToGeodeticBase

Converts a point given in this FittedCoordSys to one in the base GeodeticCoordSys

ValueEquals

Compares the value of two FittedCoordSys instances