Class
BingBirdsEyeProjection

Represents the Bing Birds Eye Projection class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingBirdsEyeProjection : MercatorProjection, ISpatialReference

Inheritance: objectSpatialReferenceMercatorProjectionBingBirdsEyeProjection

Implements: ISpatialReference

Inherited Members SpatialReference.HalfPISpatialReference.RadiansToDegreesSpatialReference.GetSizeInReferenceUnits(Location, Size)SpatialReference.GetSizeInKilometers(Location, Size)SpatialReference.AngularUnitOfMeasurementSpatialReference.AuthoritySpatialReference.CentralMeridianSpatialReference.DatumSpatialReference.DatumAuthoritySpatialReference.FalseEastingSpatialReference.FalseNorthingSpatialReference.GeoGcsSpatialReference.LatitudeOfOriginSpatialReference.OffsetXSpatialReference.OffsetYSpatialReference.PrimemSpatialReference.PrimemAuthoritySpatialReference.ProjectionAuthoritySpatialReference.ScaleXSpatialReference.ScaleYSpatialReference.SpheroidRadiusSpatialReference.SpheroidFlatteningSpatialReference.SpheroidAuthoritySpatialReference.StandardParallelSpatialReference.UnitAuthoritySpatialReference.MinLatitudeSpatialReference.MaxLatitudeSpatialReference.MinLongitudeSpatialReference.MaxLongitude

Methods

GeographicToLogical(Location)

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

Declaration

cs-api-definition
public override Point GeographicToLogical(Location geographicPoint)

Parameters

geographicPoint

Location

The geographical coordinate (Longitude, Latitude).

Returns

Point

The logical Point.

Overrides SpatialReference.GeographicToLogical(Location)

LogicalToGeographic(Point)

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

Declaration

cs-api-definition
public override Location LogicalToGeographic(Point logicalPoint)

Parameters

logicalPoint

Point

The logical Point.

Returns

Location

The geographical coordinate (Longitude, Latitude).

Overrides SpatialReference.LogicalToGeographic(Point)