[]
        
(Showing Draft Content)

C1.WPF.Maps.MercatorProjection

MercatorProjection Class

A IMapProjection implementation for the Mercator projection.

Inheritance
MercatorProjection
Implements
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public class MercatorProjection : IMapProjection

Constructors

Name Description
MercatorProjection(double, double, double, double)

Initializes a new MercatorProjection.

Methods

Name Description
Project(Point)

Projects a geographic coordinate to logical coordinate.

Unproject(Point)

Inverse of Project(Point).