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



Class representing the NAD27 (Canada NW Territory) datum.
Inheritance Hierarchy
SystemObject
  DotNetCoords.DatumDatum
    DotNetCoords.DatumDatumNAD27CanadaNWTerritoryDatum
      DotNetCoords.Datum.NAD27NAD27CanadaNWTerritoryDatum

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

The NAD27CanadaNWTerritoryDatum type exposes the following members.

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