Click or drag to resize

MathUtilLatLonToEPSG3395 Method

Verizon Connect Logo
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:3395 co-ordinate space.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static void LatLonToEPSG3395(
	LatLon pt,
	out double x,
	out double y
)

Parameters

pt
Type: Telogis.GeoBaseLatLon
The LatLon point to convert.
x
Type: SystemDouble
The x value in EPSG:3395 co-ordinate space.
y
Type: SystemDouble
The y value in EPSG:3395 co-ordinate space.
Remarks
GeoBase LatLons use an EPSG:4326 (WGS84) co-ordinate space, regardless of map projection.
See Also