Click or drag to resize
OSRef Methods
doogal.co.uk Home



The OSRef type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToLatLng
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.)
Public methodToSixFigureString
Return a string representation of this OSGB grid reference using the six-figure notation in the form XY123456.
Public methodToString
Return a string representation of this OSGB grid reference showing the easting and northing.
(Overrides ObjectToString.)
Public methodToTenFigureString
Return a string representation of this OSGB grid reference using the ten-figure notation in the form XY 12345 67890.
Top
See Also