Classes | |
| class | GeoFileDragAndDropHandler |
| A class used to handle geofile drag and drop events. More... | |
| class | OGRConnector |
| OGR connector implementation for the Qt data source widget. More... | |
| class | OGRConnectorDialog |
| A dialog window for showing the OGR connector widget. More... | |
| class | OGRType |
| class | Plugin |
Functions | |
| void | CreateLayers (QStringList fileNames, std::list< te::map::AbstractLayerPtr > &layers) |
| bool | HasShapeFileSpatialIndex (const QString &path) |
| bool | IsShapeFile (const QString &path) |
| void te::qt::plugins::ogr::CreateLayers | ( | QStringList | fileNames, |
| std::list< te::map::AbstractLayerPtr > & | layers | ||
| ) |
Definition at line 118 of file src/terralib/qt/plugins/datasource/ogr/Utils.cpp.
References ds, te::da::GetDataSource(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), te::common::Singleton< ApplicationController >::getInstance(), GetLayers(), HasShapeFileSpatialIndex(), IsShapeFile(), and TE_UNKNOWN_SRS.
Referenced by te::qt::plugins::ogr::GeoFileDragAndDropHandler::eventFilter(), and te::qt::plugins::ogr::Plugin::showWindow().
| bool te::qt::plugins::ogr::HasShapeFileSpatialIndex | ( | const QString & | path | ) |
Definition at line 91 of file src/terralib/qt/plugins/datasource/ogr/Utils.cpp.
References IsShapeFile().
Referenced by CreateLayers(), and te::qt::plugins::ogr::OGRConnectorDialog::openPushButtonPressed().
| bool te::qt::plugins::ogr::IsShapeFile | ( | const QString & | path | ) |
Definition at line 78 of file src/terralib/qt/plugins/datasource/ogr/Utils.cpp.
Referenced by CreateLayers(), HasShapeFileSpatialIndex(), and te::qt::plugins::ogr::OGRConnectorDialog::openPushButtonPressed().