Interface
IProjection

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:

cs-api-definition
public interface IProjection

Properties

LatitudeMax

TODO: Add documentation.

Declaration

cs-api-definition
double LatitudeMax { get; }

Property Value

double

LatitudeMin

TODO: Add documentation.

Declaration

cs-api-definition
double LatitudeMin { get; }

Property Value

double

LongitudeMax

TODO: Add documentation.

Declaration

cs-api-definition
double LongitudeMax { get; }

Property Value

double

LongitudeMin

TODO: Add documentation.

Declaration

cs-api-definition
double LongitudeMin { get; }

Property Value

double

Methods

Invert(ProjectedLocation)

TODO: Add documentation.

Declaration

cs-api-definition
Location Invert(ProjectedLocation pt)

Parameters

pt

ProjectedLocation

Returns

Location

Project(Location)

TODO: Add documentation.

Declaration

cs-api-definition
ProjectedLocation Project(Location location)

Parameters

location

Location

Returns

ProjectedLocation