New to Telerik UI for WPFStart a free 30-day trial

The Proportional Projection. It is used for internal purposes for the OSGB1936 and EPSG900913 Projections only.

Definition

Constructors

C#
protected ProportionalProjection()

Methods

Converts a geographical coordinate (Longitude, Latitude) to a logical Point (0->1).

C#
public override Point GeographicToLogical(Location geographicPoint)
Parameters:geographicPointLocation

The geographical coordinate (Longitude, Latitude).

Returns:

Point

The logical Point.

Overrides: SpatialReference.GeographicToLogical(Location)

Converts a logical Point (0->1) to a geographical coordinate (Longitude, Latitude).

C#
public override Location LogicalToGeographic(Point logicalPoint)
Parameters:logicalPointPoint

The logical Point.

Returns:

Location

The geographical coordinate (Longitude, Latitude).

Overrides: SpatialReference.LogicalToGeographic(Point)