Click or drag to resize

MzCartography Constructor (String, Double, 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, rotated orientation.

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,
	double orientation
)

Parameters

wktString
Type: SystemString
A string the the WKT format for a spatial reference system, or one of the abbreviations
lonOrigin
Type: SystemDouble
Longitude coordinate of the projection origin
latOrigin
Type: SystemDouble
Latitude coordinate of the projection origin
orientation
Type: SystemDouble
Orientation of the cartography class grid, rotation in degreesn clockwise from geographical north
See Also