DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromEWKT | Constructors | Fields | Methods | Properties
Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org).
// C# public virtual void ImportFromEWKT( string _ewkt );
' VisualBasic Public Overridable Sub ImportFromEWKT( ByVal _ewkt As String )
// Oxygene public procedure ImportFromEWKT( _ewkt : String ); virtual;
Name | Type | Description |
---|---|---|
_ewkt | string String | EWKT text |
Internally it uses CreateFromEWKT method. If WKT is a different type, the shape will be reset.