IFittedCoordSys Interface

Uses

GeoCalcCOM.ICoordSys

 

Used By

GeoCalcCOM.FittedCoordSys

 

Properties

Property

Description

BaseCoordSys

The ICoordSys from which this IFittedCoordSys 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 IFittedCoordSys 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 IFittedCoordSys

TransformBack

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

 

Public Methods

Method

Description

DeepCopy

Produces a deep-copy of an IFittedCoordSys

FromGeodeticBase

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

HasIdentifierIn

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

ToGeodeticBase

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

ValueEquals

Compares the value of two IFittedCoordSys instances