[]
        
(Showing Draft Content)

C1.WPF.Maps.IMapProjection

IMapProjection Interface

Interface for projections between geographic coordinates and logical coordinates.

Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public interface IMapProjection

Methods

Name Description
Project(Point)

Projects a geographic coordinate to logical coordinate.

Unproject(Point)

Inverse of Project(Point).