DK11 for Delphi | GisLayerSqlDb2Dbx.TGIS_LayerSqlDb2Dbx.sqlTableSetGeometry | Constructors | Fields | Methods | Properties
Set a geometry to the table.
Overrides TGIS_LayerSqlDb2Abstract.sqlTableSetGeometry.
// Delphi protected procedure sqlTableSetGeometry( const _id : Integer; const _name : String; const _shp : TGIS_Shape ); override;
// C++ Builder protected: virtual void sqlTableSetGeometry( const int _id, const UnicodeString _name, TGIS_Shape* const _shp );
Name | Type | Description |
---|---|---|
_id | Integer | ID of the table |
_name | String | name of the field |
_shp | TGIS_Shape | shape geometry |