FittedCoordSys Class

Uses

GeoCalcNET.CoordSys

 

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

FittedCoordSys

Creates a new instance of the FittedCoordSys class

 

Public Properties

Property

Description

BaseCoordSys

The CoordSys from which this FittedCoordSys was constructed

Class

Inherited from GeoCalcNET.CoordSys

Datum

Inherited from GeoCalcNET.CoordSys

Envelope

Inherited from GeoCalcNET.CoordSys

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

PointStyle

Inherited from GeoCalcNET.CoordSys

Remarks

Inherited from GeoCalcNET.Serializable

TransformAhead

The MathTransform that will convert a CoordPoint given in the BaseCoordSys to one in this FittedCoordSys

TransformBack

The MathTransform that will convert a CoordPoint 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

Dispose

Releases the resources used by the current instance

FromGeodeticBase

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

HasIdentifierIn

Inherited from GeoCalcNET.Serializable

ToGeodeticBase

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

ValueEquals

Compares the value of two FittedCoordSys instances