DK11 for Java | tatukgis.jdk.TGIS_Shape.CreateFromWKB | Constructors | Fields | Methods | Properties
Create the shape from Well Known Binary (see: www.opengis.org).
// Java public TGIS_Shape CreateFromWKB( OleVariant _wkb );
// Oxygene public function CreateFromWKB( _wkb : OleVariant ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_wkb | OleVariant | WKB array |
Type | Description |
---|---|
TGIS_Shape | Newly constructed object or nil. |