Click or drag to resize

SphericalMercatorProject Method

Projects the given coordinates onto the xy-coordinate system.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public Point Project(
	GeoCoordinate coordinate
)
View Source

Parameters

coordinate  GeoCoordinate
The geographical coordinates to be projected.

Return Value

Point
The given coordinates projected onto the xy-coordinate system.

Implements

IProjectionProject(GeoCoordinate)
See Also