MathUtilLatLonToEPSG3857 Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Convert from a LatLon point to x and y in EPSG:3857 co-ordinate space.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void LatLonToEPSG3857(
LatLon pt,
out double x,
out double y
)
Public Shared Sub LatLonToEPSG3857 (
pt As LatLon,
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double
)
Parameters
- pt
- Type: Telogis.GeoBaseLatLon
The LatLon point to convert. - x
- Type: SystemDouble
The x value in EPSG:3857. - y
- Type: SystemDouble
The y value in EPSG:3857.
Remarks GeoBase LatLons use an EPSG:4326 (WGS84) co-ordinate space, regardless of map projection.
See Also