Interface IProjection
Interface describing the representation model used to project the globe or celestial sphere on a surface
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IProjection
Properties
LatitudeMax
Declaration
double LatitudeMax { get; }
Property Value
System.Double
|
LatitudeMin
Declaration
double LatitudeMin { get; }
Property Value
System.Double
|
LongitudeMax
Declaration
double LongitudeMax { get; }
Property Value
System.Double
|
LongitudeMin
Declaration
double LongitudeMin { get; }
Property Value
System.Double
|
Methods
Invert(ProjectedLocation)
Project(Location)
Declaration
ProjectedLocation Project(Location location)
Parameters
Location
location
|
Returns
ProjectedLocation
|