[]
A IMapProjection implementation for the Mercator projection.
public class MercatorProjection : IMapProjection
Name | Description |
---|---|
MercatorProjection() | Initializes a new MercatorProjection. |
MercatorProjection(double, double, double, double) | Initializes a new MercatorProjection. |
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. |