DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory.ByWKTFile | Methods
Create (or find existing) definition from provided file with WKT (like .prj file).
// C# public ITGIS_CSCoordinateSystem ByWKTFile( WideString _path );
' VisualBasic Public Function ByWKTFile( ByVal _path As WideString ) As ITGIS_CSCoordinateSystem
// Oxygene public function ByWKTFile( _path : WideString ) : ITGIS_CSCoordinateSystem;
Name | Type | Description |
---|---|---|
_path | WideString | path to file with WKT string |
Type | Description |
---|---|
ITGIS_CSCoordinateSystem | Found definition, newly created one or nil. |