DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromWKB | Constructors | Fields | Methods | Properties
Create the shape from Well Known Binary (see: www.opengis.org).
// Delphi public function CreateFromWKB( const _wkb : OleVariant ) : TGIS_Shape; virtual;
// C++ Builder public: virtual TGIS_Shape* CreateFromWKB( OleVariant* const _wkb );
Name | Type | Description |
---|---|---|
_wkb | OleVariant | WKB array |
Type | Description |
---|---|
TGIS_Shape | Newly constructed object or nil. |