Classes | |
| class | DataSource |
| Implementation of the data source for the WCS driver. More... | |
| class | Module |
| class | Transactor |
| Implementation of the transactor for the WCS driver. More... | |
| struct | WCSLayerInfo |
| Informations about WCS Layers. More... | |
Functions | |
| te::da::DataSource * | Build (const te::core::URI &uri) |
| std::string | BuildRequest (const std::string &serviceURL, const std::string &coverageName, const te::gm::Envelope *e=0) |
| te::da::DataSource * te::wcs::Build | ( | const te::core::URI & | uri | ) |
Definition at line 29 of file attic/src/wcs/DataSourceFactory.cpp.
References DataSource(), and ds.
Referenced by te::wcs::Module::startup().
| std::string te::wcs::BuildRequest | ( | const std::string & | serviceURL, |
| const std::string & | coverageName, | ||
| const te::gm::Envelope * | e = 0 |
||
| ) |
Definition at line 34 of file attic/src/wcs/Utils.cpp.
References request.
Referenced by te::wcs::Transactor::getDataSet(), te::wcs::Transactor::getDataSetType(), and te::wcs::DataSource::open().