DK11 for Java | tatukgis.jdk.TGIS_Layer.SetCSByWKTFile | Constructors | Fields | Methods | Properties | Events
Sets up Coordinate System to a coordinate system provided by a file which contains a WKT string (GEOGCS or PROJCS). If file does not exist or provided WKT string is empty then coordinate system will be turned off.
// Java public void SetCSByWKTFile( java.lang.String _path );
// Oxygene public procedure SetCSByWKTFile( _path : String ); virtual;
Name | Type | Description |
---|---|---|
_path | java.lang.String String | path with WKT string (for example shapefile .PRJ) |