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



Class representing the Ireland 1965 datum.
Inheritance Hierarchy
SystemObject
  DotNetCoords.DatumDatum
    DotNetCoords.DatumDatumIreland1965Datum
      DotNetCoords.DatumIreland1965Datum

Namespace:  DotNetCoords.Datum
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public sealed class Ireland1965Datum : Datum<Ireland1965Datum>

The Ireland1965Datum type exposes the following members.

Constructors
  NameDescription
Public methodIreland1965Datum
Initializes a new instance of the Ireland1965Datum 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 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.)
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.)
Public methodToString
Returns a String that represents the parameters of the current Datum object.
(Inherited from Datum.)
Top
See Also