Click or drag to resize

IProjection Interface

Defines a map projection to translate geographical coordinates to points in an xy-coordinate system.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public interface IProjection
View Source

The IProjection type exposes the following members.

Methods
 NameDescription
Public methodProject Projects the given coordinates onto the xy-coordinate system.
Public methodUnproject Unprojects the given point to the geographical coordinate system.
Top
See Also