ClassOSGB1936Projection
Class
The OSGB-1936 projection. Also known as EPSG:27700.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class OSGB1936Projection : ProportionalProjection, ISpatialReference
Inheritance: objectSpatialReferenceProportionalProjectionOSGB1936Projection
Implements:
Inherited Members
Constructors
OSGB1936Projection()
Initializes a new instance of the OSGB1936Projection class.
Declaration
cs-api-definition
public OSGB1936Projection()
Methods
GetSizeInKilometers(Location, Size)
Calculate size of rectangle from base point.
Declaration
cs-api-definition
public override Size GetSizeInKilometers(Location basePoint, Size size)
Parameters
basePoint
Base point (left-top).
size
Size
Size in meters.
Returns
Size
Size of rectangle in kilometers.
Overrides
GetSizeInReferenceUnits(Location, Size)
Calculate size of rectangle from base point.
Declaration
cs-api-definition
public override Size GetSizeInReferenceUnits(Location basePoint, Size size)
Parameters
basePoint
Base point (left-top).
size
Size
Size in kilometers.
Returns
Size
Size of rectangle in meters.
Overrides