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



Class representing the NAD27 (Central America) datum.
Inheritance Hierarchy
SystemObject
  DotNetCoords.DatumDatum
    DotNetCoords.DatumDatumNAD27CentralAmericaDatum
      DotNetCoords.Datum.NAD27NAD27CentralAmericaDatum

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

The NAD27CentralAmericaDatum type exposes the following members.

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