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



Class representing the Ordnance Survey of Great Britain 1936 (OSGB36) datum.
Inheritance Hierarchy
SystemObject
  DotNetCoords.DatumDatum
    DotNetCoords.DatumDatumOSGB36Datum
      DotNetCoords.DatumOSGB36Datum

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

The OSGB36Datum type exposes the following members.

Constructors
  NameDescription
Public methodOSGB36Datum
Initializes a new instance of the OSGB36Datum 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