CoordinateReferenceSystemTranslate(GeoCoordinate, Double) Method

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

Definition

Namespace: Gemstone.Numeric.Geo
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.171 -- Release Build+20915b5e5c2b832e94890ea4187a61c474a2582a
public virtual Point Translate(
	GeoCoordinate coordinate,
	double zoom
)

Parameters

coordinate  GeoCoordinate
The coordinate to be translated.
zoom  Double
The zoom level.

Return Value

Point
The cartesian point corresponding to the given coordinate.

See Also