DK for Java | tatukgis.jdk.TGIS_CSFactory.ByWKTFile | Methods
Create (or find existing) definition from provided file with WKT (like .prj file).
// Java public static TGIS_CSCoordinateSystem ByWKTFile( java.lang.String _path );
// Oxygene public class function ByWKTFile( _path : String ) : TGIS_CSCoordinateSystem;
Name | Type | Description |
---|---|---|
_path | java.lang.String String | path to file with WKT string |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition, newly created one or nil. |