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

Represents the Bing Birds Eye Projection class.

Definition

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)