IrishRef Class |
Irish National Grid
Namespace: DotNetCoords
The IrishRef type exposes the following members.
Name | Description | |
---|---|---|
IrishRef(String) |
Take a string formatted as a six-figure Irish grid reference (e.g. "N514131")
and create a new IrishRef object that represents that grid reference.
| |
IrishRef(LatLng) |
Create an IrishRef object from the given latitude and longitude.
| |
IrishRef(Double, Double) |
Create a new Irish grid reference using a given easting and
northing. The easting and northing must be in metres and must be relative
to the origin of the Irish National Grid.
|
Name | Description | |
---|---|---|
Datum |
Gets the datum.
(Inherited from CoordinateSystem.) | |
Easting |
Gets the easting in metres relative to the origin of the Irish Grid.
| |
Northing |
Gets the northing in metres relative to the origin of the Irish
Grid.
|
Name | Description | |
---|---|---|
Equals | (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.) | |
ToITMRef |
Convert this Irish grid reference to an Irish Transverse Mercator (ITM) reference
| |
ToLatLng |
Convert this Irish grid reference to a latitude/longitude pair using the
Ireland 1965 datum. Note that, the LatLng object may need to be converted to the
WGS84 datum depending on the application.
(Overrides CoordinateSystemToLatLng.) | |
ToSixFigureString |
Return a String representation of this Irish grid reference using the
six-figure notation in the form X123456
| |
ToString |
Return a String representation of this Irish grid reference showing the
easting and northing in metres.
(Overrides ObjectToString.) |