DK11 for .NET | TatukGIS.NDK.TGIS_Layer.SetCSByWKT | Constructors | Fields | Methods | Properties | Events
Sets up Coordinate System to a coordinate system provided by a WKT string (GEOGCS or PROJCS). If provided WKT string is empty then coordinate system will be turned off.
// C# public virtual void SetCSByWKT( string _wkt );
' VisualBasic Public Overridable Sub SetCSByWKT( ByVal _wkt As String )
// Oxygene public procedure SetCSByWKT( _wkt : String ); virtual;
Name | Type | Description |
---|---|---|
_wkt | string String | WKT string |