Click or drag to resize

MzMapProjection.ProjectionOrigin Method

Returns the geographical origin of the projection defined by the projstring

If the projection string is not a valid WKT string, an exception is thrown.

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 static void ProjectionOrigin(
	string projstring,
	out double lon,
	out double lat
)

Parameters

projstring
Type: System.String
A string the the WKT format for a spatial reference system
lon
Type: System.Double
Longitude coordinate of the projection origin
lat
Type: System.Double
Latitude coordinate of the projection origin
See Also