Click or drag to resize

CoordinateReferenceSystemTranslate(Point, Double) Method

Translates the given cartesian point to a geographical coordinate at the given zoom level.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public virtual GeoCoordinate Translate(
	Point point,
	double zoom
)
View Source

Parameters

point  Point
The point to be translated.
zoom  Double
The zoom level.

Return Value

GeoCoordinate
The geographical location of the point.
See Also