DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.SetCSByWKTFile | Constructors | Fields | Methods | Properties | Events
Setup Coordinate System to a coordinate system provided by file which contains WKT string (GEOGCS or PROJCS). If file does not exist or provided WKT string is empty then coordinate system will be turned off.
Available also on: Delphi FMX | Java | ActiveX.
Implements IGIS_Viewer.SetCSByWKTFile.
// C# public void SetCSByWKTFile( string _path );
' VisualBasic Public Sub SetCSByWKTFile( ByVal _path As String )
// Oxygene public procedure SetCSByWKTFile( _path : String );
Name | Type | Description |
---|---|---|
_path | string String | path with WKT string (for example shapefile .PRJ) |