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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic IDfsProjection CreateProjectionGeoOrigin(
string wktProjectionString,
double lon0,
double lat0,
double orientation
)
Public Function CreateProjectionGeoOrigin (
wktProjectionString As String,
lon0 As Double,
lat0 As Double,
orientation As Double
) As IDfsProjection
public:
IDfsProjection^ CreateProjectionGeoOrigin(
String^ wktProjectionString,
double lon0,
double lat0,
double orientation
)
member CreateProjectionGeoOrigin :
wktProjectionString : string *
lon0 : float *
lat0 : float *
orientation : float -> IDfsProjection
Parameters
- wktProjectionString
- Type: SystemString
- lon0
- Type: SystemDouble
- lat0
- Type: SystemDouble
- orientation
- Type: SystemDouble
Return Value
Type:
IDfsProjection
See Also