[]
        
(Showing Draft Content)

C1.FlexMap.MercatorProjection

MercatorProjection Class

A IMapProjection implementation for the Mercator projection.

Inheritance
MercatorProjection
Implements
Namespace: C1.FlexMap
Assembly: C1.Win.Map.4.8.dll
Syntax
public class MercatorProjection : IMapProjection

Constructors

Name Description
MercatorProjection()

Initializes a new MercatorProjection.

MercatorProjection(double, double, double, double)

Initializes a new MercatorProjection.

Methods

Name Description
IsMeridianCurved()

Indicates whether the meridian lines are curved.

IsParallelCurved()

Indicates whether the parallel lines are curved.

Project(Point)

Projects a geographic coordinate to logical coordinate.

Unproject(Point)

Inverse of Project(Point). Unprojects a logical coordinate to a geographic coordinate.