DK for .NET | TatukGIS.NDK.IGIS_Viewer.SetCSByWKT | Methods | Properties
Setup Coordinate System to a coordinate system provided by WKT string (GEOGCS or PROJCS). If provided WKT string is empty then coordinate system will be turn off.
// C# public void SetCSByWKT( string _wkt );
' VisualBasic Public Sub SetCSByWKT( ByVal _wkt As String )
// Oxygene public procedure SetCSByWKT( _wkt : String );
Name | Type | Description |
---|---|---|
_wkt | string String | WKT string |