The Proportional Projection. It is used for internal purposes for the OSGB1936 and EPSG900913 Projections only.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class ProportionalProjection : SpatialReference, ISpatialReference
Inheritance: objectSpatialReferenceProportionalProjection
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ProportionalProjection()
Methods
Converts a geographical coordinate (Longitude, Latitude) to a logical Point (0->1).
C#
public override Point GeographicToLogical(Location geographicPoint)
The geographical coordinate (Longitude, Latitude).
Returns:Point
The logical Point.
Overrides:
Converts a logical Point (0->1) to a geographical coordinate (Longitude, Latitude).
C#
public override Location LogicalToGeographic(Point logicalPoint)
The logical Point.
Returns:The geographical coordinate (Longitude, Latitude).
Overrides: