DK11 for .NET | TatukGIS.NDK.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.
// C# public virtual void SetCSByWKTFile( string _path );
' VisualBasic Public Overridable Sub SetCSByWKTFile( ByVal _path As String )
// Oxygene public procedure SetCSByWKTFile( _path : String ); virtual;
Name | Type | Description |
---|---|---|
_path | string String | path with WKT string (for example shapefile .PRJ) |