Class MercatorProjection
A cylindrical map projection known also as Normal Mercator.
Inheritance
System.Object
MercatorProjection
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class MercatorProjection : IProjection
Constructors
MercatorProjection()
Declaration
public MercatorProjection()
Properties
LatitudeMax
Declaration
public double LatitudeMax { get; }
Property Value
System.Double
|
Implements
LatitudeMin
Declaration
public double LatitudeMin { get; }
Property Value
System.Double
|
Implements
LongitudeMax
Declaration
public double LongitudeMax { get; }
Property Value
System.Double
|
Implements
LongitudeMin
Declaration
public double LongitudeMin { get; }
Property Value
System.Double
|
Implements
Methods
Invert(ProjectedLocation)
Declaration
public Location Invert(ProjectedLocation pt)
Parameters
ProjectedLocation
pt
|
Returns
Location
|
Implements
Project(Location)
Declaration
public ProjectedLocation Project(Location location)
Parameters
Location
location
|
Returns
ProjectedLocation
|
Implements
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()