DatumShift Class

Uses

GeoCalcNET.Serializable

 

Description

The DatumShift class represents a transformation that will convert coordinates given in one HorizontalDatum to coordinates in another.  There are several types of datum shifts supported by GeoCalcNET, and they are outlined in the ClassType enumeration.  

 

Public Enumerations

Enum

Description

ClassType

Contains elements that correspond to the various types of datum shifts

 

Public Constructors

Constructor

Description

DatumShift

Creates a new instance of the DatumShift class

 

Public Properties

Property

Description

Class

Indicates the type of datum shift represented by this DatumShift

Envelope

The area over which this datum shift is valid

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

Parameters

Contains parameters used to customize the DatumShift

Remarks

Inherited from GeoCalcNET.Serializable

ReverseUsage

Indicates the direction of this shift

SourceDatum

The HorizontalDatum from which the shift is performed

TargetDatum

The HorizontalDatum to which the shift is performed

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of a DatumShift

Dispose

Releases the resources used by the current instance

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

ShiftBack

Converts a point in the TargetDatum to a point in the SourceDatum

ShiftForward

Converts a point in the SourceDatum to a point in the TargetDatum

ValueEquals

Indicates if two DatumShifts have the same value