MercatorProjection
Class
A cylindrical map projection known also as Normal Mercator.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class MercatorProjection : IProjection
Inheritance: objectMercatorProjection
Implements:
Constructors
TODO: Add documentation.
C#
public MercatorProjection()
Properties
LatitudeMax
double
TODO: Add documentation.
C#
public double LatitudeMax { get; }
Implements:
LatitudeMin
double
TODO: Add documentation.
C#
public double LatitudeMin { get; }
Implements:
LongitudeMax
double
TODO: Add documentation.
C#
public double LongitudeMax { get; }
Implements:
LongitudeMin
double
TODO: Add documentation.
C#
public double LongitudeMin { get; }
Implements:
Methods
TODO: Add documentation.
TODO: Add documentation.
C#
public ProjectedLocation Project(Location location)
Implements:
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: