Click or drag to resize

MapXYtoLatLon Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Convert from map X,Y co-ordinates to a LatLon.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon XYtoLatLon(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
x coordinate.
y
Type: SystemInt32
y coordinate.

Return Value

Type: LatLon
A LatLon for the given X,Y coordinates.

Implements

IMapXYtoLatLon(Int32, Int32)
Remarks
Because the projection is curved, this function should be used when translating from X,Y to a LatLon.
See Also