DK11 for Java | tatukgis.jdk.TGIS_Shape.ImportFromWKB | Constructors | Fields | Methods | Properties
Import the Well Known Binary (see: www.opengis.org) into the current shape.
// Java public void ImportFromWKB( /* ref */ @ValueTypeParameter VarParameter<OleVariant> _wkb );
// Oxygene public procedure ImportFromWKB( var _wkb : OleVariant ); virtual;
Name | Type | Description |
---|---|---|
_wkb | OleVariant | WKB array |
Internally it uses CreateFromWKT method. If WKB is a different type, the shape will be reset.