CoordinateReferenceSystemTranslate(Point, Double) Method

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

Definition

Namespace: Gemstone.Numeric.Geo
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public virtual GeoCoordinate Translate(
	Point point,
	double zoom
)

Parameters

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

Return Value

GeoCoordinate
The geographical location of the point.

See Also