ClassOSGB36Converter
Class
Convert co-ordinates between WGS-84 and OSGB36.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class OSGB36Converter : ICoordinateConverter
Inheritance: objectOSGB36Converter
Implements:
Constructors
OSGB36Converter()
Declaration
cs-api-definition
public OSGB36Converter()
Methods
ConvertBack(List<PointG>)
Convert from the collection of coordinates are given in the form specific for the coordinate system other than WGS 1984 to the collection of the WGS 1984 coordinates.
ConvertTo(List<PointG>)
Convert from the collection of coordinates are given in the WGS 1984 coordinates to the form specific for the coordinate system other than WGS 1984.
FromLocation(PointG)
Converts from the latitude/longitude to the representation specific for the coordinate system other than WGS 1984.
ToLocation(object)
Convert OS grid reference to the WGS 1984 latitude/longitude.
ToString(PointG)
Converts Location to Coordinate system specific string.