Click or drag to resize

MzCartography Constructor (String, Double, Double)

Create and initialize a cartography object using the specified projection string, setting the origin of the user defined model coordinates to the lonOrigin, latOrigin

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 MzCartography(
	string wktString,
	double lonOrigin,
	double latOrigin
)

Parameters

wktString
Type: SystemString
lonOrigin
Type: SystemDouble
latOrigin
Type: SystemDouble
See Also