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
TODO: Add documentation.
Declaration
double LatitudeMax { get; }
Property Value
|
System.Double
|
LatitudeMin
TODO: Add documentation.
Declaration
double LatitudeMin { get; }
Property Value
|
System.Double
|
LongitudeMax
TODO: Add documentation.
Declaration
double LongitudeMax { get; }
Property Value
|
System.Double
|
LongitudeMin
TODO: Add documentation.
Declaration
double LongitudeMin { get; }
Property Value
|
System.Double
|
Methods
Invert(ProjectedLocation)
TODO: Add documentation.
Declaration
Location Invert(ProjectedLocation pt)
Parameters
|
ProjectedLocation
pt
|
Returns
|
Location
|
Project(Location)
TODO: Add documentation.
Declaration
ProjectedLocation Project(Location location)
Parameters
|
Location
location
|
Returns
|
ProjectedLocation
|