DK11 for .NET | TatukGIS.NDK.TGIS_CSFactory.ByWKTFile | Methods
Create (or find existing) definition from provided file with WKT (like .prj file).
// C# public static TGIS_CSCoordinateSystem ByWKTFile( string _path );
' VisualBasic Public Shared Function ByWKTFile( ByVal _path As String ) As TGIS_CSCoordinateSystem
// Oxygene public class function ByWKTFile( _path : String ) : TGIS_CSCoordinateSystem;
Name | Type | Description |
---|---|---|
_path | string String | path to file with WKT string |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition, newly created one or nil. |