Class to represent an Irish National Grid reference.

Irish National Grid

  • Projection: Transverse Mercator
  • Reference ellipsoid: Modified Airy
  • Units: metres
  • Origin: 53°30'N, 8°W
  • False co-ordinates of origin: 200000m east, 250000m north

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)

Collapse imageSyntax

C#
public class IrishRef : CoordinateSystem
Visual Basic (Declaration)
Public Class IrishRef _
	Inherits CoordinateSystem
Visual C++
public ref class IrishRef : public CoordinateSystem

Collapse imageInheritance Hierarchy

System..::.Object
  DotNetCoords..::.CoordinateSystem
    DotNetCoords..::.IrishRef

Collapse imageSee Also