Click or drag to resize

MzCartographyGeo2Xy Method

Convert coordinates from geographical coordinates to model x-y 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 Geo2Xy(
	double lon,
	double lat,
	out double x,
	out double y
)

Parameters

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