ClassProportionalProjection
Class
The Proportional Projection. It is used for internal purposes for the OSGB1936 and EPSG900913 Projections only.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public abstract class ProportionalProjection : SpatialReference, ISpatialReference
Inheritance: objectSpatialReferenceProportionalProjection
Derived Classes:
Implements:
Inherited Members
Constructors
ProportionalProjection()
Declaration
cs-api-definition
protected ProportionalProjection()
Methods
GeographicToLogical(PointG)
Converts a geographical coordinate (Longitude, Latitude) to a logical Point (0->1).
LogicalToGeographic(PointG)
Converts a logical Point (0->1) to a geographical coordinate (Longitude, Latitude).