DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromEWKT | 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 void ImportFromEWKT( WideString _ewkt );
' VisualBasic Public Sub ImportFromEWKT( ByVal _ewkt As WideString )
// Oxygene public procedure ImportFromEWKT( _ewkt : WideString );
Name | Type | Description |
---|---|---|
_ewkt | WideString | EWKT text |
Internally it uses CreateFromEWKT method. If WKT is a different type, the shape will be reset.