[]
        
(Showing Draft Content)

C1.FlexMap.GeographicCoordinateSystem

GeographicCoordinateSystem Class

A ICoordinateSystem implementation for the geographic coordinate system.

Inheritance
GeographicCoordinateSystem
Namespace: C1.FlexMap
Assembly: C1.Win.Map.8.dll
Syntax
public class GeographicCoordinateSystem : ICoordinateSystem, IMapProjection

Constructors

Name Description
GeographicCoordinateSystem()

Properties

Name Description
LimitBounds

Gets the limit bounds that this coordinate system supports.

Projection

Gets or sets the IMapProjection used for this coordinate system.

Methods

Name Description
Distance(Point, Point)

Returns the distance, in meters, between two geographic coordinates.

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.

Events

Name Description
ValueChanged

Occurs when the Projection property is changed.