#include "RasterExamples.h"#include <terralib/dataaccess.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/raster.h>#include <terralib/geometry.h>#include <iostream>#include <map>#include <string>Go to the source code of this file.
Functions | |
| void | DataSet () |
| void | DataSetPersistence () |
| void | DataSetTypePersistence () |
| void | DataSource () |
| void | ExemplifyDataAccess () |
| A set of examples using GDAL/raster/dataaccess support. More... | |
| void DataSet | ( | ) |
Definition at line 58 of file ExemplifyDataacces.cpp.
References te::da::DataSetType::add(), b, ds, te::common::FORWARDONLY, te::da::GetFirstPropertyPos(), te::sa::Grid, te::da::DataSourceFactory::make(), te::dt::RASTER_TYPE, mixture::rst, te::rst::Grid::setGeoreference(), and te::dt::UCHAR_TYPE.
Referenced by te::stmem::DataSet::clone(), create_ds_memory(), te::cellspace::CellularSpacesOperations::createCellSpace(), te::mem::DataSource::createDataSet(), CreatingDataSetInMemory(), CreatingDataSetInMemoryGivingDt(), te::map::DataSet2Memory(), te::vp::Merge::executeMemory(), ExemplifyDataAccess(), te::qt::plugins::terramobile::fillExtraColumns(), te::ws::ogc::wms::WMSLayer::getData(), te::ogr::Transactor::getDataSet(), te::gpkg::Transactor::getDataSet(), te::wcs::Transactor::getDataSet(), te::wms::Transactor::getDataSet(), te::wfs::Transactor::getDataSet(), te::stmem::Transactor::getDataSet(), te::mem::DataSource::getDataSet(), te::gdal::Transactor::getDataSet(), te::pgis::Transactor::getDataSet(), te::cl::ROISet::getDataSet(), te::qt::widgets::DataSetTableModel::getEditions(), te::st::STDataLoaderFromMemDS::loadDataSet(), Exemplo2::main(), te::qt::plugins::edit::ToolBar::onSaveActivated(), te::vp::IntersectionMemory::pairwiseIntersection(), te::gpkg::Transactor::query(), te::ogr::Transactor::query(), te::pgis::PreparedQuery::query(), te::wfs::Transactor::query(), te::ado::Transactor::query(), te::gdal::Transactor::query(), te::pgis::Transactor::query(), GAP::SavePol(), te::qt::plugins::terramobile::GeoPackageSynchronizer::synchronize(), terralib4::TableDataSet::TableDataSet(), te::vp::IntersectionQuery::updateGeomType(), and te::vp::Intersection::updateGeomType().
| void DataSetPersistence | ( | ) |
Definition at line 119 of file ExemplifyDataacces.cpp.
References ds, te::da::DataSourceFactory::make(), and te::dt::Property::setName().
Referenced by te::tools::dscopy::DSCopy::copyDataSets(), and ExemplifyDataAccess().
| void DataSetTypePersistence | ( | ) |
Definition at line 13 of file ExemplifyDataacces.cpp.
References te::da::DataSetType::add(), ds, te::dt::Property::getName(), te::sa::Grid, te::da::DataSourceFactory::make(), te::rst::Grid::setGeoreference(), and te::dt::UCHAR_TYPE.
Referenced by ExemplifyDataAccess().
| void DataSource | ( | ) |
Definition at line 158 of file ExemplifyDataacces.cpp.
References ds, te::da::DataSourceFactory::make(), and mixture::rst.
Referenced by terralib4::Build(), te::wcs::Build(), te::wms::Build(), te::gdal::Build(), te::sqlite::Build(), te::wfs::Build(), te::mem::Build(), te::ado::Build(), te::pgis::Build(), te::stmem::Build(), te::ws::ogc::wcs::da::Build(), te::ws::ogc::wms::da::Build(), ExemplifyDataAccess(), Exemplo1::GetLayers(), and Exemplo2::main().
| void ExemplifyDataAccess | ( | ) |
A set of examples using GDAL/raster/dataaccess support.
Definition at line 193 of file ExemplifyDataacces.cpp.
References DataSet(), DataSetPersistence(), DataSetTypePersistence(), and DataSource().
Referenced by main().