Classes | |
| class | Plugin |
| class | PostGISConnector |
| PostGIS connector implementation for the Qt data source widget. More... | |
| class | PostGISConnectorDialog |
| A dialog window for showing the PostGIS connector widget. More... | |
| class | PostGISDataSetSelectorDialog |
| .... More... | |
| struct | PostGISRasterInfo |
| class | PostGISType |
| class | RasterPropertiesInfo |
Typedefs | |
| typedef std::vector< PostGISRasterInfo > | PostGISRasterInfoVec |
Functions | |
| void | CreateLayers (PostGISRasterInfoVec &vec) |
| typedef std::vector<PostGISRasterInfo> te::qt::plugins::pgisRaster::PostGISRasterInfoVec |
Definition at line 50 of file src/terralib/qt/plugins/datasource/pgisRaster/Utils.h.
| void te::qt::plugins::pgisRaster::CreateLayers | ( | PostGISRasterInfoVec & | vec | ) |
Definition at line 53 of file src/terralib/qt/plugins/datasource/pgisRaster/Utils.cpp.
References ds, te::common::Singleton< DataSourceInfoManager >::getInstance(), te::common::Singleton< DataSourceManager >::getInstance(), te::common::Singleton< ApplicationController >::getInstance(), te::qt::plugins::pgisRaster::PostGISRasterInfo::m_tableName, te::qt::plugins::pgisRaster::PostGISRasterInfo::m_uri, and TE_TR.
Referenced by te::qt::plugins::pgisRaster::Plugin::openDataSourceSelector().