| NAD27AleutianEastDatum Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetCoords.Datum.NAD27
 Syntax
SyntaxThe NAD27AleutianEastDatum type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NAD27AleutianEastDatum | 
            Initializes a new instance of the NAD27AleutianEastDatum class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DS | 
            Gets the scaling factor used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
|  | DX | 
            Gets the x parameter of the translation vector used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
|  | DY | 
            Gets the y parameter of the translation vector used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
|  | DZ | 
            Gets the z parameter of the translation vector used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
|  | Name | 
            Get the name of this Datum.
            (Inherited from Datum.) | 
|  | ReferenceEllipsoid | 
            Get the reference ellipsoid associated with this Datum.
            (Inherited from Datum.) | 
|  | RX | 
            Gets the x parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
|  | RY | 
            Gets the y parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
|  | RZ | 
            Gets the z parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
            (Inherited from Datum.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified Object is equal to the current Object.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | 
            Returns a String that represents the parameters of the current Datum object.
            (Inherited from Datum.) | 
 See Also
See Also