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