Click or drag to resize

MapLatLontoXY Method

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

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

Parameters

x
Type: SystemInt32
x co-ordinate.
y
Type: SystemInt32
y co-ordinate.
loc
Type: Telogis.GeoBaseLatLon
LatLon to convert from.

Implements

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