DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableSetGeometry | Overloads | Constructors | Fields | Methods | Properties | Events
Set a geometry to the table.
// Delphi public procedure sqlTableSetGeometry( const _id : Integer; const _name : String; const _data : OleVariant; const _blob : TGIS_MemoryStream ); overload; virtual; abstract;
// C++ Builder public: virtual void sqlTableSetGeometry( const int _id, const UnicodeString _name, OleVariant* const _data, TGIS_MemoryStream* const _blob ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
_data | OleVariant | shape data |
_blob | TGIS_MemoryStream | data stream for pixelstore |