OSRef Methods |
The OSRef type exposes the following members.
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.) | |
ToLatLng |
Convert this OSGB grid reference to a latitude/longitude pair using the
OSGB36 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 OSGB grid reference using the
six-figure notation in the form XY123456.
| |
ToString |
Return a string representation of this OSGB grid reference showing the
easting and northing.
(Overrides ObjectToString.) | |
ToTenFigureString |
Return a string representation of this OSGB grid reference using the
ten-figure notation in the form XY 12345 67890.
|