Click or drag to resize

DfsFactoryCreateProjectionGeoOrigin Method

Create an IDfsProjection based on the wktProjectionString, and set the origin (in geo (lon-lat) coordinates) and orientation of the model coordinate system.

See IDfsProjection for details on the lon-lat origin and orientation.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IDfsProjection CreateProjectionGeoOrigin(
	string wktProjectionString,
	double lon0,
	double lat0,
	double orientation
)

Parameters

wktProjectionString
Type: SystemString
lon0
Type: SystemDouble
lat0
Type: SystemDouble
orientation
Type: SystemDouble

Return Value

Type: IDfsProjection
See Also