DfsFactoryCreateProjection Method |
Create an
IDfsProjection based on the
wktProjectionString.
The reference coordinates are set to the origin of the projected coordinate system.
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 CreateProjection(
string wktProjectionString
)
Public Function CreateProjection (
wktProjectionString As String
) As IDfsProjection
public:
IDfsProjection^ CreateProjection(
String^ wktProjectionString
)
member CreateProjection :
wktProjectionString : string -> IDfsProjection
Parameters
- wktProjectionString
- Type: SystemString
Return Value
Type:
IDfsProjection
See Also