Click or drag to resize

MzCartographyXy2Geo Method

Convert coordinates from model x-y coordinates to geographical coordinates

Namespace:  DHI.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Xy2Geo(
	double x,
	double y,
	out double lon,
	out double lat
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
lon
Type: SystemDouble
lat
Type: SystemDouble
See Also