|
CoordinateReferenceSystemTranslate(GeoCoordinate, Double) Method
|
Translates the given geographical coordinate
to a cartesian point at the given zoom level.
Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.207.0 (2.4.207.0)
Syntax function Translate(coordinate, zoom);
View SourceParameters
- coordinate GeoCoordinate
- The coordinate to be translated.
- zoom Double
- The zoom level.
Return Value
PointThe cartesian point corresponding to the given coordinate.
See Also