Implementation of the transactor for WS OGC WCS driver. More...
#include <vector>#include "Transactor.h"#include "Exception.h"#include "../../wcs/dataaccess/DataSource.h"#include "../../../../core/translator/Translator.h"#include "../../../../geometry/Envelope.h"#include "../../../../raster/Grid.h"#include "../../../../dataaccess/datasource/DataSourceFactory.h"#include "../../../../dataaccess/dataset/DataSet.h"#include "../../../../ws/ogc/wcs/client/WCSClient.h"#include "../../../../datatype.h"#include "../../../../raster/RasterProperty.h"#include "../../../../raster/BandProperty.h"#include "../../../../common/StringUtils.h"Go to the source code of this file.
Implementation of the transactor for WS OGC WCS driver.
Definition in file src/terralib/ws/ogc/wcs/dataaccess/Transactor.cpp.