DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromEWKB | 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 ImportFromEWKB( ref OleVariant _ewkb );
' VisualBasic Public Overridable Sub ImportFromEWKB( ByRef _ewkb As OleVariant )
// Oxygene public procedure ImportFromEWKB( var _ewkb : OleVariant ); virtual;
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | EWKB array |
Internally it uses CreateFromEWKB method. If WKB is a different type, the shape will be reset.