[]
        
(Showing Draft Content)

C1.FlexMap.IMapProjection

IMapProjection Interface

Represents the projection used for C1.FlexMap.C1FlexMap.

Namespace: C1.FlexMap
Assembly: C1.Win.Map.4.8.dll
Syntax
public interface IMapProjection

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.