Create a new Ordnance Survey 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 British National Grid.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
easting As Double, _
northing As Double _
) |
| Visual C++ |
|---|
public:
IrishRef(
double easting,
double northing
) |
Parameters
- easting
- Type: System..::.Double
the easting in metres. Must be greater than or equal to 0.0 and
less than 800000.0.
- northing
- Type: System..::.Double
the northing in metres. Must be greater than or equal to 0.0 and
less than 1400000.0.
See Also