DK11 for Delphi | GisLayerVectorSql.TGIS_LayerVectorSqlAbstract.ReadMasterTable | Constructors | Fields | Methods | Properties | Events
Read layer entry from master table.
// Delphi public function ReadMasterTable( const _layerName : String; const _storage : String; var _geometryColumn : String; var _indexColumn : String; var _geometryType : TGIS_ShapeType; var _dim : Integer; var _srid : Integer; var _extent : TGIS_Extent ) : Boolean;
// C++ Builder public: bool ReadMasterTable( const UnicodeString _layerName, const UnicodeString _storage, UnicodeString &_geometryColumn, UnicodeString &_indexColumn, TGIS_ShapeType* &_geometryType, int &_dim, int &_srid, TGIS_Extent* &_extent );
Name | Type | Description |
---|---|---|
_layerName | String | layer name |
_storage | String | storage type |
_geometryColumn | String | geometry column name |
_indexColumn | String | index column name |
_geometryType | TGIS_ShapeType | geometry type |
_dim | Integer | dimension |
_srid | Integer | CS id |
_extent | TGIS_Extent | layer extent |
Type | Description |
---|---|
Boolean | True if succeeded |