New to Telerik ReportingStart a free 30-day trial

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: IProjection

Constructors

TODO: Add documentation.

C#
public MercatorProjection()

Properties

TODO: Add documentation.

C#
public double LatitudeMax { get; }

Implements: IProjection.LatitudeMax

TODO: Add documentation.

C#
public double LatitudeMin { get; }

Implements: IProjection.LatitudeMin

TODO: Add documentation.

C#
public double LongitudeMax { get; }

Implements: IProjection.LongitudeMax

TODO: Add documentation.

C#
public double LongitudeMin { get; }

Implements: IProjection.LongitudeMin

Methods

TODO: Add documentation.

C#
public Location Invert(ProjectedLocation pt)
Parameters:ptProjectedLocationReturns:

Location

Implements: IProjection.Invert(ProjectedLocation)

TODO: Add documentation.

C#
public ProjectedLocation Project(Location location)
Parameters:locationLocationReturns:

ProjectedLocation

Implements: IProjection.Project(Location)

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()