| ITMRef Class |
Namespace: DotNetCoords
The ITMRef type exposes the following members.
| Name | Description | |
|---|---|---|
| ITMRef(LatLng) | Initializes a new instance of the ITMRef class | |
| ITMRef(Double, Double) | Initializes a new instance of the ITMRef class |
| Name | Description | |
|---|---|---|
| Datum |
Gets the datum.
(Inherited from CoordinateSystem.) | |
| Easting |
Gets the easting in metres relative to the origin
| |
| Northing |
Gets the northing in metres relative to the origin
|
| 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.) | |
| ToIrishRef |
Convert this Irish Transverse Mercator (ITM) reference to an Irish grid reference
| |
| ToLatLng |
Convert this Irish Transverse Mercator (ITM) reference to a latitude/longitude pair using the
IRENET95 datum. Note that, the LatLng object may need to be converted to the
WGS84 datum depending on the application.
(Overrides CoordinateSystemToLatLng.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |