Translator.h File Reference

This class is designed for dealing with multi-language text translation in TerraLib. More...

#include "../Config.h"
#include <string>
#include <map>
#include <vector>

Go to the source code of this file.

Classes

class  te::core::Translator
 This singleton is designed to deal with multi-language text translation in TerraLib. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::core
 

Macros

#define TE_ADD_TEXT_DOMAIN(domain, dir)   ((void)0)
 It adds the given text domain and its directory to the multilingual system. More...
 
#define TE_TR(message)   te::core::Translator::instance().translate(message).c_str()
 It marks a string in order to get translated. More...
 
#define TE_TR_LANGUAGE(locale)   te::core::Translator::instance().setLocale(locale)
 It sets the locale for the Translator. More...
 
#define TE_TR_PLURAL(message1, message2, n)   te::core::Translator::instance().translate(message1, message2, n).c_str()
 It marks a string in order to get translated according to plural form. More...
 

Detailed Description

This class is designed for dealing with multi-language text translation in TerraLib.

Author
Matheus Cavassan Zaglia
Gilberto Ribeiro de Queiroz

Definition in file Translator.h.

Macro Definition Documentation

#define TE_ADD_TEXT_DOMAIN (   domain,
  dir 
)    ((void)0)

It adds the given text domain and its directory to the multilingual system.

Parameters
domainA given message domain (just a name). A text domain is the name of the catalog used to translate the message.
dirWhere the text domain is located.

Definition at line 225 of file Translator.h.

Referenced by BOOST_AUTO_TEST_SUITE(), te::grib::Platform::initialize(), main(), te::v8::common::Module::Module(), te::v8::jsi::Module::Module(), te::qt::plugins::mysql::Plugin::startup(), te::qt::plugins::sqlite::Plugin::startup(), te::qt::plugins::geofile::Plugin::startup(), and te::v8::plugin::Module::startup().

#define TE_TR (   message)    te::core::Translator::instance().translate(message).c_str()

It marks a string in order to get translated.

Parameters
messageThe text to be translated.

Example of usage:

1 std::cout << TE_TR("My message!");
2 
3 throw Exception(TE_TR("My other message!"));

Definition at line 242 of file Translator.h.

Referenced by te::rst::RasterSynchronizer::acquireBlock(), te::da::DataSourceInfoManager::add(), te::dt::DataConverterManager::add(), te::qt::widgets::DataSourceTypeManager::add(), te::da::DataSourceFactory::add(), te::dt::DataTypeManager::add(), te::map::MarkRendererManager::add(), te::mem::DataSource::add(), te::srs::SpatialReferenceSystemManager::add(), te::da::DataSourceCatalog::add(), te::ogr::Transactor::add(), te::gpkg::Transactor::add(), te::wfs::Transactor::add(), te::wcs::Transactor::add(), te::wms::Transactor::add(), te::ws::ogc::wms::da::Transactor::add(), terralib4::Transactor::add(), te::ado::Transactor::add(), te::ws::ogc::wcs::da::Transactor::add(), te::pgis::Transactor::add(), te::wfs::Transactor::addCheckConstraint(), te::wcs::Transactor::addCheckConstraint(), te::wms::Transactor::addCheckConstraint(), te::ws::ogc::wms::da::Transactor::addCheckConstraint(), terralib4::Transactor::addCheckConstraint(), te::ado::Transactor::addCheckConstraint(), te::ws::ogc::wcs::da::Transactor::addCheckConstraint(), te::da::AttributeConverterManager::addConverter(), te::qt::widgets::DataSourceSelectorWidget::addDataSourcePushButtonPressed(), te::graph::DataSourceGraphMetadata::addEdgeProperty(), te::wfs::Transactor::addForeignKey(), te::wcs::Transactor::addForeignKey(), te::wms::Transactor::addForeignKey(), te::ws::ogc::wms::da::Transactor::addForeignKey(), terralib4::Transactor::addForeignKey(), te::ws::ogc::wcs::da::Transactor::addForeignKey(), te::wfs::Transactor::addIndex(), te::wcs::Transactor::addIndex(), te::wms::Transactor::addIndex(), te::ws::ogc::wms::da::Transactor::addIndex(), terralib4::Transactor::addIndex(), te::ws::ogc::wcs::da::Transactor::addIndex(), te::pgis::Transactor::addIndex(), te::gm::AddIntersectionPoints(), te::qt::widgets::LayerItemModel::addLayers(), te::gm::AddLineString(), te::core::Logger::addLogger(), te::core::Logger::addLoggerFromFile(), te::plugin::DefaultFinder::addPluginsDir(), te::gm::AddPolygon(), te::wfs::Transactor::addPrimaryKey(), te::wcs::Transactor::addPrimaryKey(), te::wms::Transactor::addPrimaryKey(), te::ws::ogc::wms::da::Transactor::addPrimaryKey(), terralib4::Transactor::addPrimaryKey(), te::ws::ogc::wcs::da::Transactor::addPrimaryKey(), te::mem::DataSource::addProperty(), te::ogr::Transactor::addProperty(), te::gpkg::Transactor::addProperty(), te::wfs::Transactor::addProperty(), te::wcs::Transactor::addProperty(), te::wms::Transactor::addProperty(), te::ado::Transactor::addProperty(), terralib4::Transactor::addProperty(), te::ws::ogc::wms::da::Transactor::addProperty(), te::ws::ogc::wcs::da::Transactor::addProperty(), te::da::DataSourceCatalog::addRef(), te::core::Library::addSearchDir(), te::wfs::Transactor::addSequence(), te::wcs::Transactor::addSequence(), te::wms::Transactor::addSequence(), te::ws::ogc::wms::da::Transactor::addSequence(), terralib4::Transactor::addSequence(), te::ado::Transactor::addSequence(), te::ws::ogc::wcs::da::Transactor::addSequence(), te::da::SpatialRestrictionVisitor::addSpatialRestriction(), te::xerces::Writer::addText(), te::core::Translator::addTextDomain(), te::wfs::Transactor::addUniqueKey(), te::wcs::Transactor::addUniqueKey(), te::wms::Transactor::addUniqueKey(), te::ws::ogc::wms::da::Transactor::addUniqueKey(), terralib4::Transactor::addUniqueKey(), te::ws::ogc::wcs::da::Transactor::addUniqueKey(), te::qt::plugins::ado::ADOConnectorDialog::ADOConnectorDialog(), te::qt::plugins::ado::ADOCreatorDialog::applyPushButtonPressed(), te::qt::widgets::applyRasterMultiResolution(), te::qt::widgets::SegmenterAdvancedOptionsWizardPage::applyVectorization(), te::dt::AssertBoolean(), te::dt::AssertInt32(), te::dt::AssertString(), te::dt::AssertUInt32(), te::sa::SpatialWeightsExchanger::associateGeometry(), te::wcs::Transactor::begin(), te::wms::Transactor::begin(), te::wfs::Transactor::begin(), te::ws::ogc::wms::da::Transactor::begin(), te::ws::ogc::wcs::da::Transactor::begin(), te::pgis::PreparedQuery::bind(), te::da::PreparedQuery::bind(), te::pgis::BindValue(), BOOST_AUTO_TEST_SUITE(), te::sa::BoxMap(), te::gm::Geometry::buffer(), te::graph::QueryGraphBuilder::build(), te::graph::LDDGraphBuilder::build(), te::wfs::DataSource::buildLayersInfo(), te::gm::ByteArrayToGeometryConverter(), te::mem::CachedRaster::CachedRaster(), te::wfs::Transactor::cancel(), te::wcs::Transactor::cancel(), te::wms::Transactor::cancel(), te::ws::ogc::wms::da::Transactor::cancel(), te::ws::ogc::wcs::da::Transactor::cancel(), te::gm::CascadedPolygonUnion(), te::gdal::DataSetUseCounter::changeAccessType(), te::ogr::Transactor::changePropertyDefinition(), te::gpkg::Transactor::changePropertyDefinition(), te::wfs::Transactor::checkConstraintExists(), te::wcs::Transactor::checkConstraintExists(), te::wms::Transactor::checkConstraintExists(), te::ws::ogc::wms::da::Transactor::checkConstraintExists(), terralib4::Transactor::checkConstraintExists(), te::ws::ogc::wcs::da::Transactor::checkConstraintExists(), te::da::DataSourceCatalog::checkFKsDependency(), te::attributefill::VectorToVectorMemory::checkGeometries(), te::da::DataSourceCatalog::checkSequenceDependency(), te::vp::Merge::checkStrategy(), te::gm::CheckValidity(), te::cl::KMeans< TTRAIN, TCLASSIFY >::classify(), terralib4::Raster::clone(), te::mem::DataSource::cloneDataSet(), te::gdal::Transactor::cloneDataSet(), te::ogr::Transactor::cloneDataSet(), te::gpkg::Transactor::cloneDataSet(), te::wfs::Transactor::cloneDataSet(), te::wcs::Transactor::cloneDataSet(), te::wms::Transactor::cloneDataSet(), te::ws::ogc::wms::da::Transactor::cloneDataSet(), terralib4::Transactor::cloneDataSet(), te::ado::Transactor::cloneDataSet(), te::ws::ogc::wcs::da::Transactor::cloneDataSet(), te::pgis::Transactor::cloneDataSet(), te::gm::FixGeometryTopology::closeGeometryRing(), te::gm::ClosestPoints(), te::wcs::Transactor::commit(), te::wms::Transactor::commit(), te::wfs::Transactor::commit(), te::ws::ogc::wms::da::Transactor::commit(), te::ws::ogc::wcs::da::Transactor::commit(), te::qt::plugins::terralib4::TL4ConverterWizard::commit(), te::ado::Connection::Connection(), te::pgis::Connection::Connection(), te::sa::GPMConstructorDistanceStrategy::constructStrategy(), te::sa::GPMConstructorAdjacencyStrategy::constructStrategy(), te::gm::Geometry::contains(), te::srs::Converter::convert(), te::ado::Convert2Ado(), te::gpkg::Convert2OGR(), te::ogr::Convert2OGR(), te::gpkg::Convert2OGRProjection(), te::ogr::Convert2OGRProjection(), terralib4::Convert2T5(), te::ado::Convert2Terralib(), te::gpkg::Convert2TerraLib(), te::ogr::Convert2TerraLib(), te::rst::ConvertColorInterpTypeToString(), te::dt::ConvertDataTypeToString(), te::srs::Converter::Converter(), te::rst::ConvertPalleteInterpTypeToString(), te::srs::Converter::convertToGeographic(), te::srs::Converter::convertToProjected(), te::gm::Geometry::convexHull(), te::mem::DataSet::copy(), te::gm::Geometry::coveredBy(), te::gm::Geometry::covers(), te::mem::ExpansibleRasterFactory::create(), te::wcs::DataSource::create(), te::da::DataSourceCatalogManager::create(), te::mem::Raster::create(), te::wms::DataSource::create(), terralib4::DataSource::create(), te::wfs::DataSource::create(), te::graph::UndirectedGraphFactory::create(), te::graph::GraphFactory::create(), te::graph::BidirectionalGraphFactory::create(), te::ws::ogc::wcs::da::DataSource::create(), te::graph::DirectedGraphFactory::create(), te::ws::ogc::wms::da::DataSource::create(), te::gdal::Raster::create(), te::pgis::DataSource::create(), te::gdal::DataSource::create(), te::da::DataSource::create(), te::cellspace::CellularSpacesOperations::createCellSpace(), te::gpkg::DataSource::createDataSet(), te::mem::DataSource::createDataSet(), te::gdal::Transactor::createDataSet(), te::ogr::Transactor::createDataSet(), te::gpkg::Transactor::createDataSet(), te::wfs::Transactor::createDataSet(), te::wcs::Transactor::createDataSet(), te::wms::Transactor::createDataSet(), te::ws::ogc::wms::da::Transactor::createDataSet(), terralib4::Transactor::createDataSet(), te::ado::Transactor::createDataSet(), te::ws::ogc::wcs::da::Transactor::createDataSet(), te::qt::widgets::DataSourceSelectorWidget::createDataSourcePushButtonPressed(), te::graph::DataSourceGraphMetadata::createEdgeAttrTable(), te::graph::DataSourceGraphMetadata::createGraphTableVertexModel(), te::qt::plugins::pgisRaster::CreateLayers(), te::ogr::DataSource::createOGRDataSource(), te::edit::CreateShapeFileLayer(), te::sa::GPMConstructorAbstractStrategy::createVertexObjects(), te::gm::Geometry::crosses(), te::map::DataSet2Memory(), te::sa::DataSetAdaptRadiusKernel(), te::sa::DataSetKernelNormalize(), te::sa::DataSetRatioKernel(), te::sa::DataSetStatRadiusKernel(), te::gdal::DataSetUseCounter::DataSetUseCounter(), te::ws::ogc::WCSClient::describeCoverage(), te::da::DataSourceCatalogManager::detach(), te::da::DataSourceManager::detach(), te::plugin::PluginManager::detach(), te::rst::Vectorizer::detectEdge(), te::gm::Geometry::difference(), te::rp::Filter::DilationFilter(), te::color::ColorSchemeCatalogManager::disconnect(), te::gm::Geometry::disjoint(), te::gm::Geometry::distance(), te::ws::core::CurlWrapper::downloadFile(), te::ws::core::CurlWrapper::downloadFile_(), DownloadProgress(), te::ws::ogc::wms::WMSLayerRenderer::draw(), te::wms::WMSLayerRenderer::draw(), te::map::QueryLayerRenderer::draw(), te::map::AbstractLayerRenderer::draw(), te::wms::WMSLayer::draw(), te::map::DataSetAdapterLayer::draw(), te::map::QueryLayer::draw(), te::map::DataSetLayer::draw(), te::ws::ogc::wms::WMSLayer::draw(), te::map::RasterLayer::draw(), te::st::ObservationDataSetLayer::draw(), te::st::TimeSeriesDataSetLayer::draw(), te::st::TrajectoryDataSetLayer::draw(), te::map::DrawGeometries(), te::map::QueryLayerRenderer::drawLayerGeometries(), te::map::AbstractLayerRenderer::drawLayerGeometries(), te::map::AbstractLayerRenderer::drawLayerGrouping(), te::map::QueryLayerRenderer::drawLayerGroupingMem(), te::map::AbstractLayerRenderer::drawLayerGroupingMem(), te::map::QueryLayerRenderer::drawLayerLinkedGroupingMem(), te::mnt::ImageGenerationDialog::drawPreview(), te::wms::WMSLayerRenderer::drawRaster(), te::map::DrawRaster(), te::wcs::DataSource::drop(), te::wms::DataSource::drop(), terralib4::DataSource::drop(), te::gpkg::DataSource::drop(), te::wfs::DataSource::drop(), te::ogr::DataSource::drop(), te::ws::ogc::wcs::da::DataSource::drop(), te::ado::DataSource::drop(), te::ws::ogc::wms::da::DataSource::drop(), te::pgis::DataSource::drop(), te::da::DataSource::drop(), te::wfs::Transactor::dropCheckConstraint(), te::wcs::Transactor::dropCheckConstraint(), te::wms::Transactor::dropCheckConstraint(), te::ws::ogc::wms::da::Transactor::dropCheckConstraint(), terralib4::Transactor::dropCheckConstraint(), te::ado::Transactor::dropCheckConstraint(), te::ws::ogc::wcs::da::Transactor::dropCheckConstraint(), te::mem::DataSource::dropDataSet(), te::gdal::Transactor::dropDataSet(), te::ogr::Transactor::dropDataSet(), te::gpkg::Transactor::dropDataSet(), te::wfs::Transactor::dropDataSet(), te::wcs::Transactor::dropDataSet(), te::wms::Transactor::dropDataSet(), te::ws::ogc::wms::da::Transactor::dropDataSet(), terralib4::Transactor::dropDataSet(), te::ws::ogc::wcs::da::Transactor::dropDataSet(), te::da::DataSourceCatalog::dropDependentSequenceEntry(), te::wfs::Transactor::dropForeignKey(), te::wcs::Transactor::dropForeignKey(), te::wms::Transactor::dropForeignKey(), te::ws::ogc::wms::da::Transactor::dropForeignKey(), terralib4::Transactor::dropForeignKey(), te::ws::ogc::wcs::da::Transactor::dropForeignKey(), te::wfs::Transactor::dropIndex(), te::wcs::Transactor::dropIndex(), te::wms::Transactor::dropIndex(), te::ws::ogc::wms::da::Transactor::dropIndex(), terralib4::Transactor::dropIndex(), te::ado::Transactor::dropIndex(), te::ws::ogc::wcs::da::Transactor::dropIndex(), te::wfs::Transactor::dropPrimaryKey(), te::wcs::Transactor::dropPrimaryKey(), te::wms::Transactor::dropPrimaryKey(), te::ws::ogc::wms::da::Transactor::dropPrimaryKey(), terralib4::Transactor::dropPrimaryKey(), te::ado::Transactor::dropPrimaryKey(), te::ws::ogc::wcs::da::Transactor::dropPrimaryKey(), te::mem::DataSource::dropProperty(), te::ogr::Transactor::dropProperty(), te::gpkg::Transactor::dropProperty(), te::wfs::Transactor::dropProperty(), te::wcs::Transactor::dropProperty(), te::wms::Transactor::dropProperty(), te::ws::ogc::wms::da::Transactor::dropProperty(), te::ado::Transactor::dropProperty(), te::ws::ogc::wcs::da::Transactor::dropProperty(), te::wfs::Transactor::dropSequence(), te::wcs::Transactor::dropSequence(), te::wms::Transactor::dropSequence(), te::ws::ogc::wms::da::Transactor::dropSequence(), terralib4::Transactor::dropSequence(), te::ado::Transactor::dropSequence(), te::ws::ogc::wcs::da::Transactor::dropSequence(), te::wfs::Transactor::dropUniqueKey(), te::wcs::Transactor::dropUniqueKey(), te::wms::Transactor::dropUniqueKey(), te::ws::ogc::wms::da::Transactor::dropUniqueKey(), terralib4::Transactor::dropUniqueKey(), te::ws::ogc::wcs::da::Transactor::dropUniqueKey(), te::gm::Geometry::dWithin(), te::qt::widgets::DataSourceSelectorWidget::editDataSourcePushButtonPressed(), te::gm::Geometry::equals(), te::md::MetadataManager::erase(), te::vm::core::VirtualMachineManager::erase(), te::rp::Filter::ErosionFilter(), te::wfs::Transactor::escape(), te::wcs::Transactor::escape(), te::wms::Transactor::escape(), terralib4::Transactor::escape(), te::ws::ogc::wms::da::Transactor::escape(), te::ws::ogc::wcs::da::Transactor::escape(), te::qt::widgets::FileDialog::exec(), te::qt::widgets::RasterizationWizard::execute(), te::pgis::PreparedQuery::execute(), te::rp::ClassifierDummyStrategy::execute(), te::rp::MixtureModelPCAStrategy::execute(), te::rp::MixtureModelLinearStrategy::execute(), te::pgis::Connection::execute(), te::ado::Connection::execute(), te::rp::ClassifierKMeansStrategy::execute(), te::wfs::Transactor::execute(), te::rp::ClassifierEMStrategy::execute(), te::wcs::Transactor::execute(), te::wms::Transactor::execute(), te::rp::ClassifierISOSegStrategy::execute(), terralib4::Transactor::execute(), te::ws::ogc::wms::da::Transactor::execute(), te::ws::ogc::wcs::da::Transactor::execute(), te::qt::widgets::ColorTransformDialog::execute(), te::rp::Filter::execute(), te::qt::widgets::ColorTransformDialog::executeHLS2RGB(), te::qt::widgets::ColorTransformDialog::executeIHS2RGB(), te::vp::Union::executeMemory(), te::vp::Identity::executeMemory(), te::vp::Intersection::executeMemory(), te::vp::Difference::executeMemory(), te::vp::Merge::executeMemory(), te::vp::Dissolve::executeMemory(), te::vp::Difference::executeQuery(), te::vp::Dissolve::executeQuery(), te::qt::widgets::ColorTransformDialog::executeRGB2HLS(), te::qt::widgets::ColorTransformDialog::executeRGB2IHS(), te::pgis::DataSource::exists(), te::gdal::DataSource::exists(), te::da::DataSource::exists(), te::core::Expand(), te::mem::ExpansibleRaster::ExpansibleRaster(), te::qt::widgets::exportChart(), te::sa::SpatialWeightsExchanger::exportToGAL(), te::sa::SpatialWeightsExchanger::exportToGWT(), te::rp::ClassifierISOSegStrategy::fillRegionsThreadEntry(), te::pgis::ConnectionPool::finalize(), te::at::Module::finalize(), te::addressgeocoding::Module::finalize(), te::color::Module::finalize(), te::da::Module::finalize(), te::dt::Module::finalize(), te::edit::Module::finalize(), te::fe::Module::finalize(), te::gm::Module::finalize(), te::map::Module::finalize(), te::mem::Module::finalize(), te::graph::Module::finalize(), te::qt::widgets::Module::finalize(), te::stmem::Module::finalize(), te::xml::Module::finalize(), te::srs::Module::finalize(), te::st::Module::finalize(), te::rp::Module::finalize(), te::common::Module::finalize(), te::gm::FixGeometryTopology::fixSelfIntersection(), te::wfs::Transactor::foreignKeyExists(), te::wcs::Transactor::foreignKeyExists(), te::wms::Transactor::foreignKeyExists(), te::ws::ogc::wms::da::Transactor::foreignKeyExists(), terralib4::Transactor::foreignKeyExists(), te::ws::ogc::wcs::da::Transactor::foreignKeyExists(), te::ws::core::FormatToImageType(), te::rst::SynchronizedBandBlocksManager::free(), te::core::CharEncoding::fromUTF8(), te::da::GenerateOIDSet(), te::sa::SamplePointsGeneratorRandom::generateSamples(), te::sa::SamplePointsGeneratorStratified::generateSamples(), te::gm::GeometryToByteArrayConverter(), te::gm::GeometryToStringConverter(), te::vm::core::VirtualMachineManager::get(), te::core::PluginEngineManager::get(), te::dt::DataConverterManager::get(), te::core::LibraryManager::get(), te::da::DataSourceManager::get(), te::core::Library::getAddress(), te::gm::CurvePolygon::getArea(), te::attributefill::VectorToVectorMemory::getArea(), terralib4::RasterDataSet::getArray(), te::ado::DataSet::getArray(), te::pgis::DataSet::getArray(), te::pgis::ConnectedDataSet::getArray(), te::da::DataSet::getAsString(), te::gdal::GetBandProperty(), te::gdal::GetBands(), te::wfs::Transactor::getBatchExecutor(), te::wcs::Transactor::getBatchExecutor(), te::wms::Transactor::getBatchExecutor(), terralib4::Transactor::getBatchExecutor(), te::ws::ogc::wms::da::Transactor::getBatchExecutor(), te::ado::Transactor::getBatchExecutor(), te::ws::ogc::wcs::da::Transactor::getBatchExecutor(), te::rst::SynchronizedBandBlocksManager::getBlockPointer(), te::mem::ExpansibleBandBlocksManager::getBlockPointer(), terralib4::RasterDataSet::getBool(), te::ogr::DataSet::getBool(), te::gpkg::DataSet::getBool(), te::gm::Geometry::getBoundary(), terralib4::RasterDataSet::getByteArray(), te::gm::MultiPolygon::getCentroid(), te::gm::CurvePolygon::getCentroid(), te::gm::Geometry::getCentroid(), terralib4::RasterDataSet::getChar(), te::gpkg::DataSet::getChar(), te::ogr::DataSet::getChar(), te::wfs::Transactor::getCheckConstraint(), te::wcs::Transactor::getCheckConstraint(), te::wms::Transactor::getCheckConstraint(), te::ws::ogc::wms::da::Transactor::getCheckConstraint(), terralib4::Transactor::getCheckConstraint(), te::ado::Transactor::getCheckConstraint(), te::ws::ogc::wcs::da::Transactor::getCheckConstraint(), te::wfs::Transactor::getCheckConstraintNames(), te::wcs::Transactor::getCheckConstraintNames(), te::wms::Transactor::getCheckConstraintNames(), te::ws::ogc::wms::da::Transactor::getCheckConstraintNames(), terralib4::Transactor::getCheckConstraintNames(), te::ws::ogc::wcs::da::Transactor::getCheckConstraintNames(), te::pgis::ConnectionPool::getConnection(), te::qt::plugins::gdal::GDALConnectorDialog::getConnectionInfo(), te::qt::plugins::wcs::WCSConnectorDialog::getConnectionInfo(), te::qt::plugins::wfs::WFSConnectorDialog::getConnectionInfo(), te::qt::plugins::wms::WMSConnectorDialog::getConnectionInfo(), te::qt::plugins::ogr::OGRConnectorDialog::getConnectionInfo(), te::ws::ogc::wms::qt::WMSConnectorDialog::getConnectionInfo(), te::ws::ogc::wcs::qt::WCSConnectorDialog::getConnectionInfo(), te::common::UnitsOfMeasureManager::getConversion(), te::da::AttributeConverterManager::getConverter(), te::rp::RasterAttributes::getCovarianceMatrix(), te::ws::ogc::WCSClient::getCoverage(), te::ws::ogc::wms::WMSLayer::getData(), te::wms::WMSLayer::getData(), te::attributefill::VectorToVectorMemory::getDataBasedOnType(), te::pgis::Transactor::getDatabaseInfo(), te::ogr::Transactor::getDataSet(), te::gpkg::Transactor::getDataSet(), te::wcs::Transactor::getDataSet(), te::wms::Transactor::getDataSet(), te::wfs::Transactor::getDataSet(), te::da::SpatialQueryProcessor::getDataSet(), te::ws::ogc::wms::da::Transactor::getDataSet(), terralib4::Transactor::getDataSet(), te::ws::ogc::wcs::da::Transactor::getDataSet(), te::ado::Transactor::getDataSet(), te::mem::DataSource::getDataSet(), te::pgis::Transactor::getDataSet(), te::pgis::Transactor::getDataSetId(), te::pgis::Transactor::getDataSetName(), te::ado::DataSet::getDatasetNameOfProperty(), te::pgis::DataSet::getDatasetNameOfProperty(), te::pgis::ConnectedDataSet::getDatasetNameOfProperty(), te::ado::Transactor::getDataSetNames(), te::qt::widgets::TableLinkDialog::getDataSets(), te::mem::DataSource::getDataSetType(), te::wfs::Transactor::getDataSetType(), te::wcs::Transactor::getDataSetType(), te::wms::Transactor::getDataSetType(), te::ws::ogc::wms::da::Transactor::getDataSetType(), te::ws::ogc::wcs::da::Transactor::getDataSetType(), te::da::GetDataSource(), te::gdal::DataSource::getDataSourceNames(), te::da::DataSource::getDataSourceNames(), terralib4::RasterDataSet::getDateTime(), te::pgis::DataSet::getDateTime(), te::pgis::ConnectedDataSet::getDateTime(), te::ado::GetDateTime(), te::core::PluginManager::getDependents(), te::qt::plugins::pgis::PostGISType::getDescription(), te::qt::plugins::pgisRaster::PostGISType::getDescription(), te::vm::lua::VirtualMachine::getDescription(), te::qt::plugins::gdal::GDALType::getDescription(), te::qt::plugins::ado::ADOType::getDescription(), te::qt::plugins::wcs::WCSType::getDescription(), te::qt::plugins::wfs::WFSType::getDescription(), te::qt::plugins::wms::WMSType::getDescription(), te::qt::plugins::ogr::OGRType::getDescription(), te::ws::ogc::wcs::qt::WCSType::getDescription(), te::ws::ogc::wms::qt::WMSType::getDescription(), te::vm::python::VirtualMachine::getDescription(), te::vp::BufferMemory::getDistanceByAttribute(), terralib4::RasterDataSet::getDouble(), te::graph::AbstractIterator::getEdgeInteratorCount(), te::core::CharEncoding::getEncodingType(), te::da::GetExtent(), te::ado::DataSet::getExtent(), te::ogr::DataSet::getExtent(), te::pgis::DataSet::getExtent(), te::pgis::ConnectedDataSet::getExtent(), te::ogr::Transactor::getExtent(), te::gpkg::Transactor::getExtent(), te::wfs::Transactor::getExtent(), terralib4::Transactor::getExtent(), te::ado::Transactor::getExtent(), te::pgis::Transactor::getExtent(), te::ws::ogc::wms::da::DataSource::getFeatureInfo(), te::graph::SequenceIterator::getFirstEdge(), te::graph::QueryIterator::getFirstEdge(), te::graph::BoxIterator::getFirstEdge(), te::graph::SequenceIterator::getFirstVertex(), te::graph::QueryIterator::getFirstVertex(), te::graph::BoxIterator::getFirstVertex(), terralib4::RasterDataSet::getFloat(), te::ogr::DataSet::getFloat(), te::gpkg::DataSet::getFloat(), te::wfs::Transactor::getForeignKey(), te::wcs::Transactor::getForeignKey(), te::wms::Transactor::getForeignKey(), te::ws::ogc::wms::da::Transactor::getForeignKey(), terralib4::Transactor::getForeignKey(), te::ado::Transactor::getForeignKey(), te::ws::ogc::wcs::da::Transactor::getForeignKey(), te::wfs::Transactor::getForeignKeyNames(), te::wcs::Transactor::getForeignKeyNames(), te::wms::Transactor::getForeignKeyNames(), te::ws::ogc::wms::da::Transactor::getForeignKeyNames(), terralib4::Transactor::getForeignKeyNames(), te::ws::ogc::wcs::da::Transactor::getForeignKeyNames(), te::gdal::GetGDALConnectionInfo(), te::gdal::GetGDALRessamplingMethod(), te::gm::WKBReader::getGeometry(), terralib4::RasterDataSet::getGeometry(), te::gm::WKBReader::getGeometryCollection(), te::rp::RasterAttributes::getGLCM(), te::srs::SpatialReferenceSystemManager::getIdFromName(), te::srs::SpatialReferenceSystemManager::getIdFromP4Txt(), te::srs::SpatialReferenceSystemManager::getIdFromWkt(), te::wfs::Transactor::getIndex(), te::wcs::Transactor::getIndex(), te::wms::Transactor::getIndex(), te::ws::ogc::wms::da::Transactor::getIndex(), terralib4::Transactor::getIndex(), te::ado::Transactor::getIndex(), te::ws::ogc::wcs::da::Transactor::getIndex(), te::wfs::Transactor::getIndexNames(), te::wcs::Transactor::getIndexNames(), te::wms::Transactor::getIndexNames(), te::ws::ogc::wms::da::Transactor::getIndexNames(), terralib4::Transactor::getIndexNames(), te::ws::ogc::wcs::da::Transactor::getIndexNames(), te::plugin::GetInstalledPlugin(), terralib4::RasterDataSet::getInt16(), te::gpkg::DataSet::getInt16(), te::ogr::DataSet::getInt16(), terralib4::RasterDataSet::getInt32(), terralib4::RasterDataSet::getInt64(), te::gm::GetIntersectionPointsByOperators(), te::gm::GetIntersectionPointsByPerpendicularDistance(), te::rst::PolygonIterator< T >::getIntersectionRanges(), te::wfs::Transactor::getLastGeneratedId(), te::wcs::Transactor::getLastGeneratedId(), te::wms::Transactor::getLastGeneratedId(), terralib4::Transactor::getLastGeneratedId(), te::ws::ogc::wms::da::Transactor::getLastGeneratedId(), te::ado::Transactor::getLastGeneratedId(), te::ws::ogc::wcs::da::Transactor::getLastGeneratedId(), te::pgis::Transactor::getLastGeneratedId(), te::qt::plugins::gdal::GetLayer(), te::qt::plugins::edit::ToolBar::getLayer(), te::ws::ogc::wms::da::Transactor::getLayerByName(), te::ws::ogc::wms::GetLayerMapRaster(), te::qt::plugins::gdal::GetLayers(), te::wms::WMSLayerSelector::getLayers(), te::qt::widgets::HiddenDataSetLayerSelector::getLayers(), te::qt::widgets::DataSetLayerSelector::getLayers(), te::ws::ogc::wms::qt::WMSLayerSelector::getLayers(), te::gm::Curve::getLength(), te::gm::WKBReader::getLinearRing(), te::gm::WKBReader::getLineString(), te::qt::widgets::ParameterTableWidget::getMap(), te::ws::ogc::wms::da::DataSource::getMap(), te::ws::ogc::wms::GetMapRaster(), te::common::ProgressTimer::getMessage(), te::mnt::CreateIsolinesDialog::getMinMax(), te::graph::AbstractIterator::getNextEdge(), te::graph::AbstractIterator::getNextVertex(), te::mem::DataSource::getNumberOfItems(), te::wfs::Transactor::getNumberOfItems(), terralib4::Transactor::getNumberOfItems(), terralib4::RasterDataSet::getNumeric(), te::ado::DataSet::getNumeric(), te::gpkg::GetOGRConnectionInfo(), te::ogr::GetOGRConnectionInfo(), te::vp::Merge::getOutputDataSetType(), te::qt::widgets::ParameterTableWidget::getParameters(), te::gm::Surface::getPerimeter(), te::gm::CurvePolygon::getPerimeter(), te::plugin::DefaultFinder::getPlugins(), te::gm::WKBReader::getPolygon(), te::gm::WKBReader::getPolyhedralSurface(), te::wfs::Transactor::getPrepared(), te::wcs::Transactor::getPrepared(), te::wms::Transactor::getPrepared(), terralib4::Transactor::getPrepared(), te::ws::ogc::wms::da::Transactor::getPrepared(), te::ado::Transactor::getPrepared(), te::ws::ogc::wcs::da::Transactor::getPrepared(), te::graph::AbstractIterator::getPreviousEdge(), te::graph::AbstractIterator::getPreviousVertex(), te::wfs::Transactor::getPrimaryKey(), te::wcs::Transactor::getPrimaryKey(), te::wms::Transactor::getPrimaryKey(), te::ws::ogc::wms::da::Transactor::getPrimaryKey(), te::ws::ogc::wcs::da::Transactor::getPrimaryKey(), te::mem::DataSource::getProperty(), te::wfs::Transactor::getProperty(), te::wcs::Transactor::getProperty(), te::wms::Transactor::getProperty(), te::ado::Transactor::getProperty(), terralib4::Transactor::getProperty(), te::ws::ogc::wms::da::Transactor::getProperty(), te::ws::ogc::wcs::da::Transactor::getProperty(), te::pgis::Transactor::getPropertyId(), te::mem::DataSource::getPropertyNames(), te::wfs::Transactor::getPropertyNames(), te::ado::DataSet::getRaster(), te::map::GetRaster(), te::ogr::DataSet::getRaster(), te::gpkg::DataSet::getRaster(), te::pgis::Transactor::getRasterInfo(), te::map::GetRasterProperty(), GetRowPosition(), te::edit::Snap::getSearchEnvelope(), te::core::Library::getSearchPath(), te::qt::widgets::DataSourceSelectorWidget::getSelecteds(), te::wfs::Transactor::getSequence(), te::wcs::Transactor::getSequence(), te::wms::Transactor::getSequence(), te::ws::ogc::wms::da::Transactor::getSequence(), terralib4::Transactor::getSequence(), te::ado::Transactor::getSequence(), te::ws::ogc::wcs::da::Transactor::getSequence(), te::wfs::Transactor::getSequenceNames(), te::wcs::Transactor::getSequenceNames(), te::wms::Transactor::getSequenceNames(), te::ws::ogc::wms::da::Transactor::getSequenceNames(), terralib4::Transactor::getSequenceNames(), te::ado::Transactor::getSequenceNames(), te::ws::ogc::wcs::da::Transactor::getSequenceNames(), te::pgis::Transactor::getSequences(), te::srs::SpatialReferenceSystemManager::getSpatialReferenceSystem(), te::pgis::GetSQLValue(), te::stat::GetStatSummaryFullName(), te::stat::GetStatSummaryShortName(), terralib4::RasterDataSet::getString(), te::qt::plugins::pgisRaster::PostGISType::getTitle(), te::vm::lua::VirtualMachine::getTitle(), te::qt::plugins::gdal::GDALType::getTitle(), te::qt::plugins::pgis::PostGISType::getTitle(), te::qt::plugins::ado::ADOType::getTitle(), te::qt::plugins::wfs::WFSType::getTitle(), te::qt::plugins::wms::WMSType::getTitle(), te::qt::plugins::wcs::WCSType::getTitle(), te::qt::plugins::ogr::OGRType::getTitle(), te::ws::ogc::wcs::qt::WCSType::getTitle(), te::ws::ogc::wms::qt::WMSType::getTitle(), te::vm::python::VirtualMachine::getTitle(), te::wms::DataSource::getTransactor(), te::wcs::DataSource::getTransactor(), te::wfs::DataSource::getTransactor(), te::ws::ogc::wms::da::DataSource::getTransactor(), te::ws::ogc::wcs::da::DataSource::getTransactor(), te::gdal::DataSource::getTransactor(), terralib4::RasterDataSet::getUChar(), te::gpkg::DataSet::getUChar(), te::ogr::DataSet::getUChar(), te::wfs::Transactor::getUniqueKey(), te::wcs::Transactor::getUniqueKey(), te::wms::Transactor::getUniqueKey(), te::ws::ogc::wms::da::Transactor::getUniqueKey(), terralib4::Transactor::getUniqueKey(), te::ado::Transactor::getUniqueKey(), te::ws::ogc::wcs::da::Transactor::getUniqueKey(), te::wfs::Transactor::getUniqueKeyNames(), te::wcs::Transactor::getUniqueKeyNames(), te::wms::Transactor::getUniqueKeyNames(), te::ws::ogc::wms::da::Transactor::getUniqueKeyNames(), terralib4::Transactor::getUniqueKeyNames(), te::ws::ogc::wcs::da::Transactor::getUniqueKeyNames(), te::graph::AbstractIterator::getVertexInteratorCount(), GetWindowTitle(), te::sa::GlobalMoranSignificance(), te::sa::GridAdaptRadiusKernel(), te::sa::GridKernelNormalize(), te::sa::GridRatioKernel(), te::sa::GridStatRadiusKernel(), te::map::GroupingByStdDeviation(), te::map::GroupingByUniqueValues(), te::sa::GStatistics(), terralib4::Transactor::hasDataSets(), te::sa::SpatialWeightsExchanger::importFromGAL(), te::sa::SpatialWeightsExchanger::importFromGWT(), te::wfs::Transactor::indexExists(), te::wcs::Transactor::indexExists(), te::wms::Transactor::indexExists(), te::ws::ogc::wms::da::Transactor::indexExists(), terralib4::Transactor::indexExists(), te::ws::ogc::wcs::da::Transactor::indexExists(), te::da::DataSourceCatalog::indexSequenceDependency(), te::color::ColorSchemeCatalogManager::init(), te::srs::SpatialReferenceSystemManager::init(), te::common::UnitsOfMeasureManager::init(), te::pgis::ConnectionPool::initialize(), te::da::Module::initialize(), te::at::Module::initialize(), te::addressgeocoding::Module::initialize(), te::color::Module::initialize(), te::dt::Module::initialize(), te::edit::Module::initialize(), te::fe::Module::initialize(), te::map::Module::initialize(), te::mem::Module::initialize(), te::gm::Module::initialize(), te::graph::Module::initialize(), te::qt::widgets::Module::initialize(), te::xml::Module::initialize(), te::stmem::Module::initialize(), te::srs::Module::initialize(), te::st::Module::initialize(), te::rp::Module::initialize(), te::rp::ClassifierDummyStrategy::initialize(), te::common::Module::initialize(), te::cl::Dummy< TTRAIN, TCLASSIFY >::initialize(), te::rp::ClassifierKMeansStrategy::initialize(), te::rp::ClassifierEMStrategy::initialize(), te::cl::KMeans< TTRAIN, TCLASSIFY >::initialize(), te::rp::PostClassification::initialize(), te::rp::Filter::initialize(), te::core::PluginEngineManager::insert(), te::qt::widgets::SymbolLibrary::insert(), te::md::MetadataManager::insert(), te::qt::widgets::SymbolLibraryManager::insert(), te::da::FunctionCatalogManager::insert(), te::da::SQLDialect::insert(), te::vm::core::VirtualMachineManager::insert(), te::core::LibraryManager::insert(), te::common::FactoryDictionary< TFACTORY, TFACTORYKEY, TKEYCOMPARE >::insert(), te::color::ColorSchemeCatalogManager::insert(), te::da::DataSourceCatalogManager::insert(), te::core::PluginManager::insert(), te::da::DataSourceManager::insert(), te::gm::Geometry::intersection(), te::gm::Geometry::intersects(), te::srs::Converter::invert(), te::graph::UndirectedGraphFactory::iOpen(), te::graph::GraphFactory::iOpen(), te::graph::BidirectionalGraphFactory::iOpen(), te::graph::DirectedGraphFactory::iOpen(), te::wfs::Transactor::isDataSetNameValid(), te::wcs::Transactor::isDataSetNameValid(), te::wms::Transactor::isDataSetNameValid(), terralib4::Transactor::isDataSetNameValid(), te::ws::ogc::wms::da::Transactor::isDataSetNameValid(), te::ws::ogc::wcs::da::Transactor::isDataSetNameValid(), te::qt::widgets::LoadArithmeticOpDialog::isDefaultArithmeticOperation(), te::graph::AbstractIterator::isEdgeIteratorAfterEnd(), te::gm::Geometry::isEmpty(), te::core::LibraryManager::isInitialized(), te::wcs::Transactor::isInTransaction(), te::wms::Transactor::isInTransaction(), te::wfs::Transactor::isInTransaction(), te::ws::ogc::wms::da::Transactor::isInTransaction(), te::ws::ogc::wcs::da::Transactor::isInTransaction(), te::ws::core::IsInvertedEPSG(), te::wfs::Transactor::isPropertyNameValid(), te::wcs::Transactor::isPropertyNameValid(), te::wms::Transactor::isPropertyNameValid(), terralib4::Transactor::isPropertyNameValid(), te::ws::ogc::wms::da::Transactor::isPropertyNameValid(), te::ws::ogc::wcs::da::Transactor::isPropertyNameValid(), te::gm::Geometry::isSimple(), te::gm::Geometry::isValid(), te::graph::AbstractIterator::isVertexIteratorAfterEnd(), te::core::JSONPluginInfoSerializer(), te::core::Library::Library(), te::rst::LineIterator< T >::LineIterator(), te::sa::LISAMap(), te::sa::LisaStatisticalSignificance(), te::plugin::CppPluginEngine::load(), te::core::CppPluginEngine::load(), te::graph::DataSourceGraphMetadata::load(), te::core::Library::load(), te::core::PluginManager::load(), te::plugin::PluginManager::load(), te::core::plugin::LoadAll(), te::graph::SequenceLoaderStrategy::loadDataByEdgeId(), te::graph::BoxLoaderStrategy::loadDataByEdgeId(), te::graph::SequenceLoaderStrategy::loadDataByVertexId(), te::graph::BoxLoaderStrategy::loadDataByVertexId(), te::qt::widgets::ArithmeticOpDialogForm::loadDefaultOperations(), te::graph::AbstractGraphLoaderStrategy::loadEdgeAttrs(), te::qt::widgets::LoadArithmeticOpDialog::loadOperations(), te::mnt::Tin::LoadTinQGIS(), te::graph::AbstractGraphLoaderStrategy::loadVertex(), te::sa::LocalMean(), te::core::Logger::log(), main(), te::da::DataSourceFactory::make(), te::graph::AbstractGraphLoaderStrategyFactory::make(), te::da::DataSourceManager::make(), te::common::ParameterizedAbstractFactory< TPRODUCT, TFACTORYKEY, TPARAM, TKEYCOMPARE >::make(), te::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE >::make(), te::graph::AbstractGraphFactory::make(), te::rst::RasterFactory::make(), te::vp::MakeGeometryValid::makeValidMemory(), te::vp::MakeGeometryValid::makeValidQuery(), te::qt::widgets::Promoter::map2Row(), te::rp::Filter::MeanFilter(), te::rp::Filter::MedianFilter(), te::rp::Filter::ModeFilter(), te::sa::MoranIndex(), te::sa::MoranMap(), te::qt::plugins::mnt::ShowValuesTool::mouseMoveEvent(), te::xerces::Reader::next(), TerraView::onAddDataSetLayerTriggered(), TerraView::onAddQueryLayerTriggered(), TerraView::onAddTabularLayerTriggered(), te::qt::widgets::ListWidget::onAddToolButtonPressed(), te::qt::plugins::pgis::PostGISCreatorDialog::onApplyPushButtonPressed(), te::qt::widgets::ListWidget::onEditToolButtonPressed(), te::mnt::TINGenerationDialog::onIsolinesComboBoxChanged(), te::mnt::VolumeDialog::onOkPushButtonClicked(), te::mnt::SmoothIsolinesDialog::onOkPushButtonClicked(), te::mnt::SlopeDialog::onOkPushButtonClicked(), te::mnt::CreateIsolinesDialog::onOkPushButtonClicked(), te::mnt::TINGenerationDialog::onOkPushButtonClicked(), te::mnt::MNTGenerationDialog::onOkPushButtonClicked(), te::mnt::ImageGenerationDialog::onOkPushButtonClicked(), te::vp::IntersectionDialog::onOkPushButtonClicked(), te::vp::MergeDialog::onOkPushButtonClicked(), te::mnt::ProfileDialog::onOkPushButtonClicked(), te::vp::DifferenceDialog::onOkPushButtonClicked(), te::mnt::TINGenerationDialog::onSamplesComboBoxChanged(), TerraView::onUpdateLayerDataSourceTriggered(), te::mnt::ProfileDialog::onVectorInputComboBoxChanged(), terralib4::Raster::open(), te::mem::Raster::open(), terralib4::DataSource::open(), te::wms::DataSource::open(), te::wcs::DataSource::open(), te::ogr::DataSource::open(), te::gpkg::DataSource::open(), te::wfs::DataSource::open(), te::ws::ogc::wms::da::DataSource::open(), te::ws::ogc::wcs::da::DataSource::open(), te::mem::DataSource::open(), te::gdal::DataSource::open(), te::gdal::Raster::open(), te::da::DataSourceManager::open(), te::graph::AbstractGraphFactory::open(), te::rst::RasterFactory::open(), te::qt::plugins::pgisRaster::PostGISConnectorDialog::openPushButtonPressed(), te::qt::plugins::wfs::WFSConnectorDialog::openPushButtonPressed(), te::qt::plugins::wcs::WCSConnectorDialog::openPushButtonPressed(), te::qt::plugins::pgis::PostGISConnectorDialog::openPushButtonPressed(), te::qt::plugins::wms::WMSConnectorDialog::openPushButtonPressed(), te::qt::plugins::ogr::OGRConnectorDialog::openPushButtonPressed(), te::qt::plugins::gdal::GDALConnectorDialog::openPushButtonPressed(), te::ws::ogc::wms::qt::WMSConnectorDialog::openPushButtonPressed(), te::ws::ogc::wcs::qt::WCSConnectorDialog::openPushButtonPressed(), te::qt::plugins::ado::ADOConnectorDialog::openPushButtonPressed(), te::wms::WMS2Layer::operator()(), te::qt::widgets::DataSet2Layer::operator()(), te::ws::ogc::wms::WMS2Layer::operator()(), te::mem::TiledBand::operator=(), te::mem::Band::operator=(), te::da::DataSetType::operator=(), te::wfs::Transactor::optimize(), te::wcs::Transactor::optimize(), te::wms::Transactor::optimize(), terralib4::Transactor::optimize(), te::ws::ogc::wms::da::Transactor::optimize(), te::ws::ogc::wcs::da::Transactor::optimize(), te::pgis::Transactor::optimize(), te::gm::Geometry::overlaps(), te::vp::IntersectionMemory::pairwiseIntersection(), te::ws::ogc::wms::XMLParser::parseCapabilities(), te::ws::ogc::wms::version_1_1_1::XMLParser::parseCapabilities(), te::ws::ogc::wcs::XMLParser::parseCapabilities(), te::ws::ogc::wcs::XMLParser::parseDescribeCoverage(), te::gm::PerpendicularDistance(), te::rst::PointSetIterator< T >::PointSetIterator(), te::rst::PolygonIterator< T >::PolygonIterator(), te::gm::Polygonizer(), te::ws::core::CurlWrapper::post(), te::pgis::PreparedQuery::prepare(), te::gm::PrepareGeometriesToIntersection(), te::wfs::Transactor::primaryKeyExists(), te::wcs::Transactor::primaryKeyExists(), te::wms::Transactor::primaryKeyExists(), te::ws::ogc::wms::da::Transactor::primaryKeyExists(), te::ws::ogc::wcs::da::Transactor::primaryKeyExists(), te::ado::Transactor::propertyExists(), te::rst::ProxyRaster::ProxyRaster(), te::pgis::Connection::query(), te::gpkg::Transactor::query(), te::ogr::Transactor::query(), te::ado::Connection::query(), te::wfs::Transactor::query(), te::wcs::Transactor::query(), te::wms::Transactor::query(), terralib4::Transactor::query(), te::ws::ogc::wms::da::Transactor::query(), te::ws::ogc::wcs::da::Transactor::query(), te::gdal::Transactor::query(), te::gdal::Raster::Raster(), te::rst::Raster::rasterize(), te::srs::WKTReader::read(), te::fe::serialize::Expression::read(), te::fe::serialize::AbstractOp::read(), te::gm::WKTReader::read(), te::map::serialize::Layer::read(), te::se::serialize::Symbolizer::read(), te::se::serialize::Style::read(), te::serialize::xml::Read(), te::xerces::Reader::read(), te::serialize::xml::ReadDataSourceInfo(), te::serialize::xml::ReadDialect(), te::serialize::xml::ReadLiteral(), te::xsd::serialize::ReadSchema(), te::qt::widgets::ReadSymbolLibrary(), te::xerces::readXML(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerProperties(), te::edit::SnapManager::reg(), te::qt::af::ApplicationController::registerToolBar(), te::gm::Geometry::relate(), te::rst::RasterSynchronizer::releaseBlock(), te::da::DataSourceInfoManager::remove(), te::core::PluginEngineManager::remove(), te::da::DataSourceFactory::remove(), te::qt::widgets::SymbolLibrary::remove(), te::qt::widgets::SymbolLibraryManager::remove(), te::edit::Repository::remove(), te::core::LibraryManager::remove(), te::common::FactoryDictionary< TFACTORY, TFACTORYKEY, TKEYCOMPARE >::remove(), te::mem::DataSource::remove(), te::core::PluginManager::remove(), te::da::DataSourceCatalog::remove(), te::mem::DataSet::remove(), te::gpkg::Transactor::remove(), te::ogr::Transactor::remove(), te::wfs::Transactor::remove(), te::wcs::Transactor::remove(), te::wms::Transactor::remove(), te::ws::ogc::wms::da::Transactor::remove(), terralib4::Transactor::remove(), te::ws::ogc::wcs::da::Transactor::remove(), te::pgis::Transactor::remove(), te::da::DataSetType::remove(), te::qt::widgets::DataSourceSelectorWidget::removeDataSourcePushButtonPressed(), te::graph::AbstractGraphLoaderStrategy::removeEdge(), te::da::DataSourceCatalog::removeRef(), te::graph::AbstractGraphLoaderStrategy::removeVertex(), te::da::DataSourceCatalog::rename(), te::mem::DataSource::renameDataSet(), te::gdal::Transactor::renameDataSet(), te::wfs::Transactor::renameDataSet(), te::wcs::Transactor::renameDataSet(), te::wms::Transactor::renameDataSet(), te::ws::ogc::wms::da::Transactor::renameDataSet(), terralib4::Transactor::renameDataSet(), te::ws::ogc::wcs::da::Transactor::renameDataSet(), te::mem::DataSource::renameProperty(), te::gpkg::Transactor::renameProperty(), te::ogr::Transactor::renameProperty(), te::wfs::Transactor::renameProperty(), te::wcs::Transactor::renameProperty(), te::wms::Transactor::renameProperty(), terralib4::Transactor::renameProperty(), te::ws::ogc::wms::da::Transactor::renameProperty(), te::ws::ogc::wcs::da::Transactor::renameProperty(), te::map::ChartRendererManager::render(), te::map::ExternalGraphicRendererManager::render(), te::map::MarkRendererManager::render(), te::xerces::Reader::reset(), te::core::Library::resetSearchPath(), te::rp::Filter::RobertsFilter(), te::wcs::Transactor::rollBack(), te::wms::Transactor::rollBack(), te::wfs::Transactor::rollBack(), te::ws::ogc::wms::da::Transactor::rollBack(), te::ws::ogc::wcs::da::Transactor::rollBack(), te::mnt::Shadow::run(), te::vp::PolygonToLineMemory::run(), te::vp::LineToPolygonMemory::run(), te::vp::IntersectionQuery::run(), te::vp::MultipartToSinglepart::run(), te::vp::IntersectionMemory::run(), te::qt::widgets::DrawThread::run(), te::attributefill::VectorToRaster::run(), te::attributefill::RasterToVector::run(), te::rst::Vectorizer::run(), te::attributefill::VectorToVectorMemory::run(), te::sa::BayesGlobalOperation::runBayesGlobal(), te::sa::BayesLocalOperation::runBayesLocal(), te::mnt::Profile::runTINProfile(), te::gm::SatisfySpatialRelation(), te::graph::DataSourceGraphMetadata::save(), te::serialize::xml::Save(), te::graph::AbstractGraphLoaderStrategy::saveData(), te::graph::AbstractGraphLoaderStrategy::saveEdgeAttributes(), te::ws::ogc::wms::da::DataSource::saveGetMap(), te::graph::AbstractGraphLoaderStrategy::saveGraphVertexList(), te::qt::widgets::DataSourceSelectorDialog::selectPushButtonPressed(), te::wfs::Transactor::sequenceExists(), te::wcs::Transactor::sequenceExists(), te::wms::Transactor::sequenceExists(), te::ws::ogc::wms::da::Transactor::sequenceExists(), terralib4::Transactor::sequenceExists(), te::ws::ogc::wcs::da::Transactor::sequenceExists(), te::ado::Transactor::sequenceExists(), te::edit::Repository::set(), te::pgis::SetColumnDef(), te::map::RasterTransform::setContrastGainsAndOffsets(), terralib4::Band::setIValue(), te::srs::Converter::setSourcePJ4txt(), te::srs::Converter::setSourceSRID(), te::srs::Converter::setTargetPJ4txt(), te::srs::Converter::setTargetSRID(), terralib4::Band::setValue(), te::mnt::ProfileDialog::setVertexEdition(), te::qt::plugins::ado::Plugin::shutdown(), te::qt::plugins::wcs::Plugin::shutdown(), te::qt::plugins::pgis::Plugin::shutdown(), te::ws::ogc::wcs::qtplugin::Plugin::shutdown(), te::qt::plugins::terralib4::Plugin::shutdown(), te::qt::plugins::cellspace::Plugin::shutdown(), te::qt::plugins::wfs::Plugin::shutdown(), te::qt::plugins::ogr::Plugin::shutdown(), te::qt::plugins::pgisRaster::Plugin::shutdown(), te::qt::plugins::addressgeocoding::Plugin::shutdown(), te::qt::plugins::attributefill::Plugin::shutdown(), te::qt::plugins::wms::Plugin::shutdown(), te::qt::plugins::gdal::Plugin::shutdown(), te::ws::ogc::wms::qtplugin::Plugin::shutdown(), te::qt::plugins::st::Plugin::shutdown(), te::qt::plugins::terramobile::Plugin::shutdown(), te::qt::plugins::mnt::Plugin::shutdown(), te::wcs::Module::shutdown(), te::wms::Module::shutdown(), te::wfs::Module::shutdown(), te::qt::plugins::sa::Plugin::shutdown(), terralib4::Module::shutdown(), te::qt::plugins::vp::Plugin::shutdown(), te::ado::Module::shutdown(), te::qt::plugins::edit::Plugin::shutdown(), te::ws::ogc::wcs::da::Module::shutdown(), te::qt::plugins::rp::Plugin::shutdown(), te::ws::ogc::wms::da::Module::shutdown(), te::gm::SnapLineToPoints(), te::rp::Filter::SobelFilter(), te::core::PluginManager::start(), te::qt::plugins::pgis::Plugin::startup(), te::qt::plugins::ado::Plugin::startup(), te::qt::plugins::wcs::Plugin::startup(), te::ws::ogc::wcs::qtplugin::Plugin::startup(), te::qt::plugins::cellspace::Plugin::startup(), te::qt::plugins::wfs::Plugin::startup(), te::qt::plugins::terralib4::Plugin::startup(), te::qt::plugins::pgisRaster::Plugin::startup(), te::qt::plugins::addressgeocoding::Plugin::startup(), te::qt::plugins::ogr::Plugin::startup(), te::qt::plugins::attributefill::Plugin::startup(), te::qt::plugins::gdal::Plugin::startup(), te::qt::plugins::wms::Plugin::startup(), te::ws::ogc::wms::qtplugin::Plugin::startup(), te::qt::plugins::st::Plugin::startup(), te::wfs::Module::startup(), te::wms::Module::startup(), te::wcs::Module::startup(), terralib4::Module::startup(), te::qt::plugins::terramobile::Plugin::startup(), te::ado::Module::startup(), te::qt::plugins::mnt::Plugin::startup(), te::qt::plugins::sa::Plugin::startup(), te::qt::plugins::vp::Plugin::startup(), te::ws::ogc::wms::da::Module::startup(), te::ws::ogc::wcs::da::Module::startup(), te::qt::plugins::edit::Plugin::startup(), te::qt::plugins::rp::Plugin::startup(), te::core::PluginManager::stop(), te::gm::StringToGeometryConverter(), te::gm::Geometry::symDifference(), te::rst::SynchronizedRaster::SynchronizedRaster(), te_get_os_error(), te::pgis::TERRALIB_CPP_PLUGIN_BEGIN(), te::gdal::TERRALIB_CPP_PLUGIN_BEGIN(), te::ogr::TERRALIB_CPP_PLUGIN_BEGIN(), te::qt::plugins::gdal::GDALConnectorDialog::testPushButtonPressed(), te::qt::plugins::pgisRaster::PostGISConnectorDialog::testPushButtonPressed(), te::qt::plugins::wcs::WCSConnectorDialog::testPushButtonPressed(), te::qt::plugins::wms::WMSConnectorDialog::testPushButtonPressed(), te::qt::plugins::ogr::OGRConnectorDialog::testPushButtonPressed(), te::qt::plugins::pgis::PostGISConnectorDialog::testPushButtonPressed(), te::qt::plugins::wfs::WFSConnectorDialog::testPushButtonPressed(), te::ws::ogc::wms::qt::WMSConnectorDialog::testPushButtonPressed(), te::ws::ogc::wcs::qt::WCSConnectorDialog::testPushButtonPressed(), te::qt::plugins::ado::ADOConnectorDialog::testPushButtonPressed(), te::vp::Dissolve::threadSave(), te::vp::Dissolve::threadUnion(), te::rst::TileIndexer::TileIndexer(), te::core::CharEncoding::toASCII(), te::core::plugin::TopologicalSort(), te::gm::Geometry::touches(), te::core::CharEncoding::toUTF8(), te::cl::KMeans< TTRAIN, TCLASSIFY >::train(), te::gm::CompoundCurve::transform(), te::gm::GeometryCollection::transform(), te::gm::CircularString::transform(), te::gm::LineString::transform(), te::gm::Point::transform(), te::gm::PolyhedralSurface::transform(), te::gm::Envelope::transform(), te::gm::CurvePolygon::transform(), te::gm::UnaryUnion(), te::gm::Geometry::Union(), te::wfs::Transactor::uniqueKeyExists(), te::wcs::Transactor::uniqueKeyExists(), te::wms::Transactor::uniqueKeyExists(), te::ws::ogc::wms::da::Transactor::uniqueKeyExists(), terralib4::Transactor::uniqueKeyExists(), te::ws::ogc::wcs::da::Transactor::uniqueKeyExists(), te::core::CppPluginEngine::unload(), te::core::Library::unload(), te::core::PluginManager::unload(), te::graph::DataSourceGraphMetadata::update(), te::gpkg::Transactor::update(), te::wfs::Transactor::update(), te::ogr::Transactor::update(), te::wcs::Transactor::update(), te::wms::Transactor::update(), terralib4::Transactor::update(), te::ws::ogc::wms::da::Transactor::update(), te::ws::ogc::wcs::da::Transactor::update(), te::pgis::Transactor::update(), te::ws::ogc::WMSClient::updateCapabilities(), te::ws::ogc::WCSClient::updateCapabilities(), te::vp::Merge::updateInputDst(), te::common::ConsoleProgressViewer::updateMessage(), te::qt::widgets::ProgressViewerDialog::updateMessage(), te::common::ConsoleProgressViewer::updateValue(), UploadProgress(), te::rp::Filter::UserDefinedFilter(), te::qt::widgets::RasterizationWizardPage::validate(), te::gm::Validate(), te::vp::ValidateAlgorithmParams(), te::qt::plugins::terralib4::TL4ConverterWizard::validLayerNames(), te::wms::DataSource::verifyConnectionInfo(), te::wcs::DataSource::verifyConnectionInfo(), te::wfs::DataSource::verifyConnectionInfo(), te::ws::ogc::wcs::da::DataSource::verifyConnectionInfo(), te::ws::ogc::wms::da::DataSource::verifyConnectionInfo(), te::da::SQLVisitor::visit(), te::gm::Geometry::within(), terralib4::Band::write(), te::se::serialize::Symbolizer::write(), te::map::serialize::Layer::write(), te::fe::serialize::AbstractOp::write(), te::se::serialize::Style::write(), te::gm::Write2WKB(), te::xerces::Writer::writeAttribute(), te::xerces::Writer::writeElement(), te::xerces::Writer::writeStartElement(), te::xerces::Writer::writeToFile(), and te::sa::ZAndWZ().

#define TE_TR_LANGUAGE (   locale)    te::core::Translator::instance().setLocale(locale)

It sets the locale for the Translator.

Parameters
localeA string of the new locale.

Definition at line 278 of file Translator.h.

Referenced by BOOST_AUTO_TEST_SUITE(), and main().

#define TE_TR_PLURAL (   message1,
  message2,
 
)    te::core::Translator::instance().translate(message1, message2, n).c_str()

It marks a string in order to get translated according to plural form.

Parameters
message1The singular form of the text to be translated.
message2The plural form of the text to be translated.
nThis parameter is used to determine the plural form.

Example of usage:

1 int n = f(...);
2 
3 std::cout << TE_TR_PLURAL("One Message!", "Two Messages", n);
4 
5 throw Exception(TE_TR_PLURAL("One Message!", "Two Messages", n));

In the above example, the parameter n can be a threshold that helps to choose between the first or the second construction. If your trabslation file is configured with a theashold of 1, indicating that if n > 1 must choose the second construction, the plural versin will be choosed, otherwise, it will choose the singular form (the fisrt one).

Definition at line 269 of file Translator.h.

Referenced by BOOST_AUTO_TEST_SUITE().