DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlTableSetGeometry | Overloads | Constructors | Fields | Methods | Properties | Events
Set a geometry to the table.
// Java public abstract void sqlTableSetGeometry( int _id, java.lang.String _name, TObject _data );
// Oxygene public procedure sqlTableSetGeometry( _id : Integer; _name : String; _data : TObject ); virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | java.lang.String String | name of the field |
_data | TObject | shape data object |