Click or drag to resize
DatumT Class
doogal.co.uk Home



Generic datum class represents a set of parameters for describing a particular datum, including a name, the reference ellipsoid used and the seven parameters required to translate co-ordinates in this datum to the WGS84 datum.
Inheritance Hierarchy
SystemObject
  DotNetCoords.DatumDatum
    DotNetCoords.DatumDatumT
      More...

Namespace:  DotNetCoords.Datum
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public abstract class Datum<T> : Datum
where T : new(), Datum

Type Parameters

T
The type of the datum

The DatumT type exposes the following members.

Constructors
  NameDescription
Protected methodDatumT
Initializes a new instance of the DatumT class
Top
Properties
  NameDescription
Public propertyDS
Gets the scaling factor used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Public propertyDX
Gets the x parameter of the translation vector used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Public propertyDY
Gets the y parameter of the translation vector used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Public propertyDZ
Gets the z parameter of the translation vector used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Public propertyStatic memberInstance
Get the static instance of this datum.
Public propertyName
Get the name of this Datum.
(Inherited from Datum.)
Public propertyReferenceEllipsoid
Get the reference ellipsoid associated with this Datum.
(Inherited from Datum.)
Public propertyRX
Gets the x parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Public propertyRY
Gets the y parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Public propertyRZ
Gets the z parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
(Inherited from Datum.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the parameters of the current Datum object.
(Inherited from Datum.)
Top
See Also
Inheritance Hierarchy
SystemObject
  DotNetCoords.DatumDatum
    DotNetCoords.DatumDatumT
      DotNetCoords.DatumED50Datum
      DotNetCoords.DatumETRF89Datum
      DotNetCoords.DatumIreland1965Datum
      DotNetCoords.DatumIRENET95Datum
      DotNetCoords.Datum.NAD27NAD27AlaskaDatum
      DotNetCoords.Datum.NAD27NAD27AlbertaBritishColumbiaDatum
      DotNetCoords.Datum.NAD27NAD27AleutianEastDatum
      DotNetCoords.Datum.NAD27NAD27AleutianWestDatum
      DotNetCoords.Datum.NAD27NAD27BahamasDatum
      DotNetCoords.Datum.NAD27NAD27CanadaDatum
      DotNetCoords.Datum.NAD27NAD27CanadaEastDatum
      DotNetCoords.Datum.NAD27NAD27CanadaManitobaOntarioDatum
      DotNetCoords.Datum.NAD27NAD27CanadaNWTerritoryDatum
      DotNetCoords.Datum.NAD27NAD27CanadaYukonDatum
      DotNetCoords.Datum.NAD27NAD27CanalZoneDatum
      DotNetCoords.Datum.NAD27NAD27CaribbeanDatum
      DotNetCoords.Datum.NAD27NAD27CentralAmericaDatum
      DotNetCoords.Datum.NAD27NAD27ContiguousUSDatum
      DotNetCoords.Datum.NAD27NAD27CubaDatum
      DotNetCoords.Datum.NAD27NAD27EasternUSDatum
      DotNetCoords.Datum.NAD27NAD27GreenlandDatum
      DotNetCoords.Datum.NAD27NAD27MexicoDatum
      DotNetCoords.Datum.NAD27NAD27SanSalvadorDatum
      DotNetCoords.Datum.NAD27NAD27WesternUSDatum
      DotNetCoords.DatumOSGB36Datum
      DotNetCoords.DatumWGS84Datum