Utility functions for the OGR data source widget plugin. More...
Go to the source code of this file.
Namespaces | |
| te | |
| TerraLib. | |
| te::qt | |
| Namespace for the Qt module of TerraLib. | |
| te::qt::plugins | |
| te::qt::plugins::ogr | |
Functions | |
| void | te::qt::plugins::ogr::CreateLayers (QStringList fileNames, std::list< te::map::AbstractLayerPtr > &layers) |
| void | te::qt::plugins::ogr::CreateSelectedLayers (const te::da::DataSourceInfoPtr &dataSourceInfoPtr, const std::vector< std::string > &selectedDataSetNames, std::list< te::map::AbstractLayerPtr > &layers) |
| void | te::qt::plugins::ogr::GetLayers (const te::da::DataSourceInfoPtr &info, std::list< te::map::AbstractLayerPtr > &layers) |
| void | te::qt::plugins::ogr::GetSelectedLayers (const te::da::DataSourceInfoPtr &info, const std::vector< std::string > &selectedDataSetNames, std::list< te::map::AbstractLayerPtr > &layers) |
| bool | te::qt::plugins::ogr::HasShapeFileSpatialIndex (const QString &path) |
| bool | te::qt::plugins::ogr::IsShapeFile (const QString &path) |
Utility functions for the OGR data source widget plugin.
Definition in file Utils.h.