New to Telerik ReportingStart a free 30-day trial

IProjection

Interface

Interface describing the representation model used to project the globe or celestial sphere on a surface

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public interface IProjection

Derived Classes: MercatorProjection

Properties

TODO: Add documentation.

C#
double LatitudeMax { get; }

TODO: Add documentation.

C#
double LatitudeMin { get; }

TODO: Add documentation.

C#
double LongitudeMax { get; }

TODO: Add documentation.

C#
double LongitudeMin { get; }

Methods

TODO: Add documentation.

C#
Location Invert(ProjectedLocation pt)
Parameters:ptProjectedLocationReturns:

Location

TODO: Add documentation.

C#
ProjectedLocation Project(Location location)
Parameters:locationLocationReturns:

ProjectedLocation