 te::xsd::AbstractAttribute | This is the base class for XML Schema Attribute classes |
  te::xsd::Attribute | It models a XML Schema attribute |
  te::xsd::AttributeGroup | |
 te::rst::AbstractBandIterator< T > | This class implements an abstract iterator to "navigate" over a single band |
  te::rst::BandIterator< T > | This class implements an iterator to "navigate" over a single band |
   te::rst::BandIteratorWithMask< T > | This class implements an iterator to "navigate" over a single band, with a spatial restriction given by a mask |
  te::rst::ConstBandIterator< T > | This class implements an iterator to "navigate" over a single band (const) |
 te::graph::AbstractCachePolicy | This class is used to set the main functions of a cache policy |
  te::graph::FIFOCachePolicy | This class is used to implement the FIFO cache policy |
  te::graph::LFUCachePolicy | This class is used to implement the LFU cache policy |
 te::map::AbstractChartRenderer | This is the base class for chart renderers |
  te::qt::widgets::ChartRenderer | A concrete chart renderer based on Qt4 |
 te::st::AbstractCoverageSeriesInterp | An abstract class for interpolation function or interpolator that estimate coverages at non-observed times of a CoverageSeries |
  te::st::NearestCoverageAtTimeInterp | It is an interpolation function the estimates the nearest coverage at a given non-observed time |
 te::dt::AbstractData | A base class for values that can be retrieved from the data access module |
  te::dt::SimpleData< boost::int64_t, INT64_TYPE > | |
  te::dt::Array | The type for variable-length multidimensional arrays |
  te::dt::ByteArray | A class for representing binary data |
  te::dt::CompositeData | A base class for composite data values |
  te::dt::DateTime | |
   te::dt::DateDuration | A class to represent date duration |
   te::dt::DateTimeInstant | An abstract class to represent an instant of date and time |
    te::dt::Date | A base class for date data types |
    te::dt::OrdinalInstant | A class to represent ordinal time instant |
    te::dt::TimeInstant | A class to represent time instant |
    te::dt::TimeInstantTZ | A class to represent time instant with time zone |
   te::dt::DateTimePeriod | An abstract class to represent a period of date and time |
    te::dt::DatePeriod | A class to represent date period based on the Gregorian Calendar |
    te::dt::OrdinalPeriod | A class to represent ordinal time period |
    te::dt::TimePeriod | A class to represent time period |
    te::dt::TimePeriodTZ | A class to represent time period with time zone |
   te::dt::TimeDuration | A class to represent time duration with nano-second/micro-second resolution |
  te::dt::SimpleData< T, typeCode > | A template for atomic data types (integers, floats, strings and others) |
  te::dt::SimpleData< T *, typeCode > | |
  te::gm::Geometry | Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards |
   te::gm::AbstractPoint | A base abstract class for 0-dimensional geometric objects that represents a single location in coordinate space |
    te::gm::Point | A point with x and y coordinate values |
     te::gm::PointM | A point with an associated measure |
     te::gm::PointZ | A point with z-coordinate value |
     te::gm::PointZM | A point with a z-coordinate value and an associated measurement |
    te::gm::PointKd | A k-dimensional point |
   te::gm::Curve | Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of coordinates |
    te::gm::CircularString | CircularString is a curve with circular interpolation between points |
    te::gm::CompoundCurve | CompoundCurve is a curve that may have circular and linear segments |
    te::gm::LineString | LineString is a curve with linear interpolation between points |
     te::gm::Line | A Line is LineString with 2 points |
     te::gm::LinearRing | A LinearRing is a LineString that is both closed and simple |
   te::gm::GeometryCollection | It is a collection of other geometric objects |
    te::gm::MultiCurve | MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves |
     te::gm::MultiLineString | MultiLineString is a MultiCurve whose elements are LineStrings |
    te::gm::MultiPoint | MultiPoint is a GeometryCollection whose elements are restricted to points |
    te::gm::MultiSurface | MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surfaces |
     te::gm::MultiPolygon | MultiPolygon is a MultiSurface whose elements are Polygons |
   te::gm::Surface | Surface is an abstract class that represents a 2-dimensional geometric objects |
    te::gm::CurvePolygon | CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries |
     te::gm::Polygon | Polygon is a subclass of CurvePolygon whose rings are defined by linear rings |
      te::gm::Triangle | Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary |
    te::gm::PolyhedralSurface | PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments |
     te::gm::TIN | TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches |
  te::rst::Raster | An abstract class for raster data strucutures |
   te::gdal::Raster | This class represents Raster data |
   te::grib::Raster | A raster class for GRIB format |
   te::idl::IdlRaster | A adaptor to an external existent raster in a idl array form |
   te::mem::CachedRaster | A RAM cache adaptor to an external existent raster that must always be avaliable |
   te::mem::ExpansibleRaster | A raster (stored in memory and eventually swapped to disk) where it is possible to dynamically add lines/columns/bands |
   te::mem::Raster | A raster class for memory |
   te::rst::ProxyRaster | A proxy class for bands of several rasters over the same region |
   terralib4::Raster | |
 te::map::AbstractExternalGraphicRenderer | An abstract class for conversion of Symbology Enconding ExternalGraphic elements to an image pattern |
  te::qt::widgets::ExternalGraphicRenderer | A concrete renderer based on Qt4 for conversion of Symbology Enconding External Graphic elements to an image pattern |
 te::graph::AbstractGraph | Abstract class used to define the main functions of graph struct. All graph implementations must used this class |
  te::graph::Graph | This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source |
   te::graph::BidirectionalGraph | This is a implementation of a Bidirectional Graph. By convention a bidirectional graph provides access to out-and in edges |
   te::graph::DirectedGraph | This is a implementation of a Directed Graph. By convention a directed graph provides access to out-edges only |
   te::graph::UndirectedGraph | This is a implementation of a UndirectedGraph Graph. By definition a undirected graph has no direction information about his edges |
 te::graph::AbstractGraphBuilder | This abstract class provides the common functions for graph builder classes. Each builder strategy has to implement only a public function called build |
  te::graph::FlowGraphBuilder | This class defines the Flow strategy to build a graph |
  te::graph::LDDGraphBuilder | This strategy is based on Serio Rosim method, using this "mask" is possible extract a graph from a LDD image |
  te::graph::QueryGraphBuilder | This class defines the Query strategy to build a graph having a exist graph as input parameters |
  te::graph::RAGGraphBuilder | This class defines the RAG strategy to build a graph, |
 te::graph::AbstractGraphLoaderStrategy | This class define the main functions necessary to save and load the graph data and metadata information using the Graph Cache conception |
  te::graph::BottomUpLoaderStrategy | This class implements the main functions necessary to save and load the graph data and metadata information using as strategy the graph path |
  te::graph::BoxLoaderStrategy | This class implements the main functions necessary to save and load the graph data and metadata information using as strategy a bounding box to create a region that defines a group of elements |
  te::graph::SequenceLoaderStrategy | This class implements the main functions necessary to save and load the graph data and metadata information using as strategy a "order by" to create a sequence of objects |
  te::graph::TopDownLoaderStrategy | This class implements the main functions necessary to save and load the graph data and metadata information using as strategy the graph path |
 te::graph::AbstractIterator | This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph |
  te::graph::BoxIterator | This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph |
  te::graph::QueryIterator | This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph |
  te::graph::SequenceIterator | |
 te::map::AbstractMarkRenderer | An abstract class for conversion of Symbology Enconding Mark elements to an image pattern |
  te::qt::widgets::GlyphMarkRenderer | A concrete renderer based on Qt4 for conversion of Symbology Enconding Mark elements to an image pattern. It is a extension that considers marks with well-known name in the format: "ttf://font#code". Here, "font" is the name of a TrueType font and "code" is the character code. The character code can be enconded in hexadecimal, octonal or decimal. e.g.: "ttf://Arial#0x12", "ttf://Times#042", "ttf://Verdana#10" |
  te::qt::widgets::WellKnownMarkRenderer | A concrete renderer based on Qt4 for conversion of Symbology Enconding Mark elements to an image pattern. It considers basic marks defined on Symbology Enconding Specification: "square", "circle", "triangle", "star", "cross", and "x" |
 te::common::AbstractParameters | Abstract parameters base interface |
  te::cl::Dummy< TTRAIN, TCLASSIFY >::Parameters | Classifier Parameters |
  te::cl::KMeans< TTRAIN, TCLASSIFY >::Parameters | Classifier Parameters |
  te::gm::GTModelParameters | 2D Geometric transformation model parameters |
  te::gm::GTParameters | 2D Geometric transformation parameters |
  te::rp::AlgorithmInputParameters | Raster Processing algorithm input parameters base interface |
   te::rp::Classifier::InputParameters | Classifier input parameters |
   te::rp::Contrast::InputParameters | Contrast input parameters |
   te::rp::Filter::InputParameters | Filter input parameters |
   te::rp::GeoMosaic::InputParameters | GeoMosaic input parameters |
   te::rp::IHSFusion::InputParameters | IHSFusion input parameters |
   te::rp::MixtureModel::InputParameters | MixtureModel input parameters |
   te::rp::Register::InputParameters | Register input parameters |
   te::rp::Segmenter::InputParameters | Segmenter Input Parameters |
   te::rp::SequenceMosaic::InputParameters | Mosaic input parameters |
   te::rp::Skeleton::InputParameters | Skeleton input parameters |
   te::rp::TiePointsLocator::InputParameters | TiePointsLocator input parameters |
   te::rp::TiePointsMosaic::InputParameters | Mosaic input parameters |
  te::rp::AlgorithmOutputParameters | Raster Processing algorithm output parameters base interface |
   te::rp::Classifier::OutputParameters | Classifier output parameters |
   te::rp::Contrast::OutputParameters | Contrast output parameters |
   te::rp::Filter::OutputParameters | Filter output parameters |
   te::rp::GeoMosaic::OutputParameters | GeoMosaic output parameters |
   te::rp::IHSFusion::OutputParameters | IHSFusion output parameters |
   te::rp::MixtureModel::OutputParameters | MixtureModel output parameters |
   te::rp::Register::OutputParameters | Register output parameters |
   te::rp::Segmenter::OutputParameters | Segmenter Output Parameters |
   te::rp::SequenceMosaic::OutputParameters | Mosaic output parameters |
   te::rp::Skeleton::OutputParameters | Skeleton output parameters |
   te::rp::TiePointsLocator::OutputParameters | TiePointsLocator output parameters |
   te::rp::TiePointsMosaic::OutputParameters | Mosaic output parameters |
  te::rp::SegmenterStrategyParameters | Segmenter Strategy Parameters |
   te::rp::SegmenterRegionGrowingStrategy::Parameters | Segmenter Parameters |
  te::rp::StrategyParameters | Raster strategy parameters base class |
   te::rp::ClassifierDummyStrategy::Parameters | Classifier Parameters |
   te::rp::ClassifierEMStrategy::Parameters | Classifier Parameters |
   te::rp::ClassifierISOSegStrategy::Parameters | Classifier Parameters |
   te::rp::ClassifierKMeansStrategy::Parameters | Classifier Parameters |
   te::rp::ClassifierMAPStrategy::Parameters | Classifier Parameters |
   te::rp::ClassifierSAMStrategy::Parameters | Classifier Parameters |
   te::rp::MixtureModelLinearStrategy::Parameters | MixtureModel Parameters |
   te::rp::MixtureModelPCAStrategy::Parameters | MixtureModel Parameters |
 te::st::AbstractPointCoverageInterp | An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage |
  te::st::IDWInterpolator | A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage |
 te::rst::AbstractPositionIterator< T > | This class is the base for implementing ways to navigate over the band with spatial restriction, e.g. through a line, inside a bounding box or polygon, etc |
  te::rst::LineIterator< T > | This class implements the strategy to iterate with spatial restriction, the iteration occurs inside a line |
  te::rst::PointSetIterator< T > | This class implements the strategy to iterate with spatial restriction, the iteration occurs inside a vector of points |
  te::rst::PolygonIterator< T > | This class implements the strategy to iterate with spatial restriction, the iteration occurs inside a polygon |
 te::common::AbstractProgressViewer | A class that defines the interface of an abstract progress viewer |
  te::common::ConsoleProgressViewer | |
  te::qt::widgets::ProgressViewerBar | A class that defines the interface of a qt bar progress viewer |
  te::qt::widgets::ProgressViewerDialog | A progress dialog |
  te::qt::widgets::ProgressViewerWidget | A class that defines the interface of a qt widget to group a set of ProgressWidgetItem |
 te::map::AbstractRenderer | It renders the objects associated to a layer |
  te::graph::LayerRenderer | It renders the objects associated to a Layer |
  te::map::AbstractLayerRenderer | It renders the objects associated to an abstract layer. i.e. a generic renderer |
  te::map::DataSetLayerRenderer | It renders the objects associated to a dataset layer |
  te::map::QueryLayerRenderer | It renders the objects associated to a query layer |
  te::map::RasterLayerRenderer | It renders the objects associated to a raster layer |
 te::st::AbstractTimeSeriesInterp | An abstract class for an interpolation function or interpolator that estimate a value at non-observaved times of a time series |
  te::st::NearestValueAtTimeInterp | It is an interpolation function the estimates the nearest value at a given non-observed time of a time series |
 te::st::AbstractTrajectoryInterp | An abstract class for an interpolation function or interpolator that estimates geometries at non-observed times of a trajectory |
  te::st::NearestGeometryAtTimeInterp | It is an interpolation function the estimates the nearest geometry at a given non-observed time of a trajectory |
 te::graph::AddDeepAttribute | This class defines a function used to add to a graph the deep information attribute |
 te::graph::AddRasterAttribute | This class defines a function used to add to a graph the raster pixel value as attribute |
 AGraphDataManager | This class defines a interface to access the graph elements inside a data source. Its use a implementation of Loader Strategy that defines how a data must be loaded |
 te::rp::Algorithm | Raster Processing algorithm base interface |
  te::rp::Classifier | Raster classification |
  te::rp::Contrast | Contrast enhancement |
  te::rp::Filter | A series of well-known filtering algorithms for images, linear and non-linear. |
  te::rp::GeoMosaic | Create a mosaic from a set of geo-referenced rasters |
  te::rp::IHSFusion | Fusion of a low-resolution multi-band image with a high resolution image using the IHS method |
  te::rp::MixtureModel | Raster decomposition using mixture model |
  te::rp::RasterAttributes | Extraction of attributes from Raster, Bands, and Polygons |
  te::rp::Register | Performs raster data registering into a SRS using a set of tie points |
  te::rp::Segmenter | Raster segmentation |
  te::rp::SequenceMosaic | Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method |
  te::rp::Skeleton | Creation of skeleton images |
  te::rp::TiePointsLocator | Tie points locator |
  te::rp::TiePointsMosaic | Create a mosaic from a set of rasters using tie-points |
 te::xsd::Annotated | A base class for XSD classes that may allow annotation |
  te::xsd::All | This class models an XML Schema all element |
  te::xsd::Any | It models the XML Schema any element |
  te::xsd::AnyAttribute | It models an XML anyAttribute element |
  te::xsd::Attribute | It models a XML Schema attribute |
  te::xsd::AttributeGroup | |
  te::xsd::Choice | This class models the XML Schema choice element |
  te::xsd::ComplexContent | It models an XML Schema complexContent element |
  te::xsd::ComplexType | It models a XML Schema Complex Type definition |
  te::xsd::Element | This class models the element of a XML Schema |
  te::xsd::Extension | This class models an extension element that can be used to extend an existing simpleType or complexType element |
  te::xsd::Field | It models the field element of an XML Schema |
  te::xsd::Group | This class models a group element in a XML Schema |
  te::xsd::IdentityConstraint | This is the base class for XML Schema elements that are related to identity constraint |
   te::xsd::Key | This class models a key element from an XML Schema |
   te::xsd::KeyRef | This class models a keyref element from a XML Schema element |
   te::xsd::Unique | It models the unique element in an XML Schema |
  te::xsd::Import | It models a XML Schema import |
  te::xsd::Include | It models a XML Schema include |
  te::xsd::Notation | This class models a notation element from a XML Schema |
  te::xsd::Restriction4ComplexContent | The restriction class can be used to define restrictions on a complexContent |
  te::xsd::Restriction4SimpleContent | This restriction class defines restrictions on a simpleContent |
  te::xsd::Selector | It models the selector element of an XML Schema |
  te::xsd::Sequence | This class models a sequence element in a XML Schema |
  te::xsd::SimpleContent | A class that models an XML Schema simpleContent element |
  te::xsd::SimpleType | It models a XML Schema SimpleType element |
  te::xsd::SimpleTypeConstructor | A base class for SympleType elements. List, Union and Restriction4SimpleType is derived from this base class |
   te::xsd::List | It is used to define a simple type element as a list of values |
   te::xsd::Restriction4SimpleType | The restriction element defines restrictions on a simpleType definition |
   te::xsd::Union | It defines a simple type as a collection (union) of values from specified simple data types |
 te::xsd::AnnotationItem | A base class for XSD annotation elements |
  te::xsd::AppInfo | This class models an object that specifies information to be used by applications |
  te::xsd::Documentation | A class that models a documentation element used to enter text comments in annotations |
 te::gm::GTFilter::ApplyRansacThreadEntryThreadParams | Parameters used by the GTFilter::applyRansacThreadEntry method |
 ApplyRansacThreadEntryThreadParams | Parameters used by the GTFilter::applyRansacThreadEntry method |
 te::rp::Skeleton::ApplyVecDiffusionThreadParams | |
 te::fe::ArithmeticOperators | It is used to indicate the arithmetic operators that a service can support |
 te::pgis::Array | Auxiliary structure used to decode Array data types |
 te::da::AttributeRestriction | A struct that represents an attribute restriction |
 te::at::Attributes | |
 te::common::uri::authority | URI authority component (without userinfo) |
 te::rst::Band | A raster band description |
  te::gdal::Band | This class represents raster band description |
  te::grib::Band | Band implemntatin for GRIB |
  te::idl::IdlBand | A adaptor to an external existent raster in a idl array form |
  te::mem::Band | Band implementation for the In-Memory Raster |
  te::mem::CachedBand | RAM cached and tiled raster band |
  te::mem::ExpansibleBand | Expansible raster band |
  te::mem::TiledBand | |
  terralib4::Band | |
 te::rst::BandIteratorWindow< T > | It implements and iterator to "navigate" over a single band, optimized by a window structure (e.g. 3x3, 5x5, etc). Examples include filters, moving windows, morphology, etc |
 te::rst::BandProperty | A raster band description |
 te::rst::BandSummary | A summary of a raster band (most statistics) |
 te::common::BaseVisitable< T, R > | The root of all hierarchies that can be visited |
 te::common::BaseVisitable< QueryVisitor > | |
  te::da::Expression | This is an abstract class that models a query expression |
   te::da::Function | A class that models a Function expression |
    te::da::BinaryFunction | A base class for binary functions |
     te::da::BinaryOp | A base class for binary operations |
      te::da::Add | The addition operator |
      te::da::And | Boolean logic operator: AND |
      te::da::Div | The division operator |
      te::da::EqualTo | It models the comparison operator |
      te::da::GreaterThan | It models the inequality operator greater than (>) |
      te::da::GreaterThanOrEqualTo | It models the inequality operator greater than or equal to (>=) |
      te::da::LessThan | It models the inequality operator less than (<) |
      te::da::LessThanOrEqualTo | It models the inequality operator less than or equal to (<=) |
      te::da::Mul | The multiply operator |
      te::da::NotEqualTo | Tells if two values are not equal |
      te::da::Or | |
      te::da::Sub | The subtraction operator |
     te::da::ST_Contains | Spatial contains operator |
     te::da::ST_Crosses | Spatial crosses operator |
     te::da::ST_Difference | Spatial difference operator |
     te::da::ST_Disjoint | Spatial Disjoint operator |
     te::da::ST_EnvelopeIntersects | An operator that considers the intersection among approximations or envelopes of geometries |
     te::da::ST_Equals | Spatial equals operator |
     te::da::ST_Intersection | Spatial intersection operator |
     te::da::ST_Intersects | Spatial intersects operator |
     te::da::ST_Overlaps | Spatial overlaps operator |
     te::da::ST_Touches | Spatial touches operator |
     te::da::ST_Within | Spatial within operator |
    te::da::In | A class that represents the IN operator |
    te::da::Like | It is intended to encode a character string comparison operator with pattern matching |
    te::da::ST_Buffer | Spatial Buffer operator |
    te::da::ST_DistanceBuffer | Spatial Distance Buffer operator |
     te::da::ST_Beyond | Spatial Distance Buffer Beyond operator |
     te::da::ST_DWithin | Spatial Distance Buffer Within operator |
    te::da::ST_Relate | Spatial relation function |
    te::da::ST_Transform | |
    te::da::Substring | Allows the extraction of substrings |
    te::da::UnaryFunction | A base class for unary functions |
     te::da::Avg | Avg statistical function |
     te::da::Count | Count statistical function |
     te::da::IsNull | Tells if a value is NULL |
     te::da::Max | Max statistical function |
     te::da::Min | Min statistical function |
     te::da::ST_Union | ST_Union statistical function |
     te::da::StdDev | StdDev statistical function |
     te::da::Sum | Sum aggregate operator |
     te::da::UnaryOp | A base class for unary operators |
      te::da::Not | Boolean NOT operator |
     te::da::Variance | Variance statistical function |
   te::da::Literal | This class models a literal value |
    te::da::LiteralByteArray | A class that models a literal for ByteArray values |
    te::da::LiteralDateTime | A class that models a literal for Date and Time values |
    te::da::LiteralDouble | A class that models a literal for double values |
    te::da::LiteralGeom | A class that models a literal for Geometry values |
    te::da::LiteralInt16 | |
    te::da::LiteralInt32 | |
    te::da::LiteralInt64 | |
    te::da::LiteralString | This class models a string Literal value |
   te::da::LiteralEnvelope | A class that models a literal for Envelope values |
   te::da::PropertyName | A class that models the name of any property of an object |
  te::da::FromItem | An abstract class that models a source of data in a query |
   te::da::DataSetName | A class that models the name of a dataset used in a From clause |
   te::da::FromFunctionCall | A Select can be used as a source of information in another query |
   te::da::Join | A Join clause combines two FromItems |
   te::da::SubSelect | A Select can be used as a source of information in another query |
  te::da::JoinCondition | A condition to be used in a Join clause |
   te::da::JoinConditionOn | JoinConditionOn is a boolean expression and it specifies which items in a join are considered to match |
   te::da::JoinConditionUsing | JoinConditionUsing class can be used to model a USING clause in a Join |
  te::da::Query | A Query is independent from the data source language/dialect |
   te::da::Select | A Select models a query to be used when retrieving data from a DataSource |
 te::common::BaseVisitable< Visitor > | |
  te::fe::AbstractOp | An abstract interface for operators |
   te::fe::ComparisonOp | A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments |
    te::fe::BinaryComparisonOp | A class for binary comparison operators |
     te::fe::PropertyIsEqualTo | It tells if two values are identical |
     te::fe::PropertyIsGreaterThan | It models the inequality operator greater than (>) |
     te::fe::PropertyIsGreaterThanOrEqualTo | It models the inequality operator greater than or equal to (>=) |
     te::fe::PropertyIsLessThan | It models the inequality operator less than (<) |
     te::fe::PropertyIsLessThanOrEqualTo | It models the inequality operator less than or equal to (<=) |
     te::fe::PropertyIsNotEqualTo | It tells if two values are not equal |
    te::fe::PropertyIsBetween | The PropertyIsBetween element is defined as a compact way of encoding a range check |
    te::fe::PropertyIsLike | It is intended to encode a character string comparison operator with pattern matching |
    te::fe::PropertyIsNull | Encodes an operator that checks to see if the value of its content is NULL |
   te::fe::LogicOp | A logical operator can be used to combine one or more conditional expressions |
    te::fe::BinaryLogicOp | A logical operator can be used to combine two or more conditional expressions |
     te::fe::And | Boolean logic operator: AND |
     te::fe::Or | |
    te::fe::UnaryLogicOp | A logical operator that can be used to combine one conditional expressions |
     te::fe::Not | Boolean NOT operator |
   te::fe::SpatialOp | A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship |
    te::fe::BBOXOp | A convenient and more compact way of encoding the very common bounding box constraint based on an envelope |
    te::fe::BinarySpatialOp | A class for binary spatial operators |
     te::fe::Contains | Binary spatial operator: Contains |
     te::fe::Crosses | Binary spatial operator: Crosses |
     te::fe::Disjoint | Binary spatial operator: Disjoint |
     te::fe::Equals | Binary spatial operator: Equals |
     te::fe::Intersects | Binary spatial operator: Intersects |
     te::fe::Overlaps | Binary spatial operator: Overlaps |
     te::fe::Touches | Binary spatial operator: Touches |
     te::fe::Within | Binary spatial operator: Within |
    te::fe::DistanceBuffer | Distance buffer operator |
     te::fe::Beyond | DistanceBuffer operator: Beyond |
     te::fe::DWithin | DistanceBuffer operator: DWithin |
  te::fe::Expression | This is an abstract class that models a Filter Encoding expression |
   te::fe::BinaryOperator | This class can be used to represent binary operation expressions |
    te::fe::Add | The addition operator |
    te::fe::Div | The division operator |
    te::fe::Mul | The multiply operator |
    te::fe::Sub | The subtraction operator |
   te::fe::Function | A function is a named procedure that performs a distinct computation |
   te::fe::Literal | This class can be used to represent literal values |
   te::fe::PropertyName | This class is used to encode the name of any property of an object |
   te::se::Function | Symbology Encoding functions |
    te::se::Categorize | The transformation of continuous values to distinct values (Categorize function) |
    te::se::ChangeCase | Changes the case of strings (String formatting functions) |
    te::se::Concatenate | Concatenates strings (String formatting functions) |
    te::se::FormatDate | Date formatting function |
    te::se::FormatNumber | Numeric formatting function |
    te::se::Interpolate | The transformation of continuous values to a number of values (Interpolate function) |
    te::se::Recode | Transformation of discrete values to other values |
    te::se::StringLength | Returns length of string (String formatting functions) |
    te::se::StringPosition | It returns the position of first occurence of a substring (String formatting functions) |
    te::se::Substring | It returns the substring (String formatting functions) |
    te::se::Trim | Strips off chars from a string value (String formatting functions) |
   te::se::InterpolationPoint | They are used to define a graph of points |
   te::se::MapItem | |
  te::gm::Geometry | Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards |
  te::se::Style | The Style defines the styling that is to be applied to a geographic dataset (vector geometries or coverage) |
   te::se::CoverageStyle | The CoverageStyle defines the styling that is to be applied to a subset of Coverage data |
   te::se::FeatureTypeStyle | The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a feature type |
  te::se::Symbolizer | A Symbolizer describes how a feature is to appear on a map |
   te::se::LineSymbolizer | A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line segments |
   te::se::PointSymbolizer | A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point |
   te::se::PolygonSymbolizer | A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its interior and stroking its border (outline) |
   te::se::RasterSymbolizer | The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos, DEMs) |
   te::se::TextSymbolizer | A TextSymbolizer is used to render text labels according to various graphical parameters |
 te::common::BaseVisitor | A general root class for a visitor hierarchy |
 BidirectionGraphFactory | This is the concrete factory for the bidirectional Graph type |
 BinaryOp | Boolean logic operator: OR |
 te::mem::CachedBandBlocksManager::BlockIndex | Internal blocks indexes |
 te::mem::ExpansibleBandBlocksManager::BlockIndex3D | 3D Block index |
 te::sam::rtree::Branch< NODE, DATATYPE > | It represents a node-branch of a Rtree |
 te::sam::rtree::Branch< Node, DATATYPE > | |
 CCInfo | Struct that stores information about a check constraint using the most common data types |
 te::rst::CDouble | A simple type for use by driver to cast raster data blocks |
 te::rst::CFloat | A simple type for use by driver to cast raster data blocks |
 Chart | A wdiget used to customize a chart's style parameters |
 te::map::Chart | This class represents the informations needed to build map charts |
 ChartFrame | A frame for setting display options |
 ChartFrameFactory | A factory to build the Chart frame object |
 te::qt::widgets::ChartStyle | |
 te::rst::CInt16 | A simple type for use by driver to cast raster data blocks |
 te::rst::CInt32 | A simple type for use by driver to cast raster data blocks |
 te::qt::widgets::ClassifierWizardPage::ClassifierSamples | |
 te::rp::ClassifierStrategy | Raster classifier strategy base class |
  te::rp::ClassifierDummyStrategy | Dummy strategy (just for testing purposes) |
  te::rp::ClassifierEMStrategy | EM strategy for pixel-based classification. This is an unsupervised and pixel-based classification algorithm. Expectation-Maximization (EM) works iteratively by applying two steps: the E-step (Expectation) and the M-step (Maximization). The method aims to approximate the parameter estimates to real data distribution, along the iterations: |
  te::rp::ClassifierISOSegStrategy | ISOSeg strategy for OBIA classification. The algorithm orders regions by area (larger first), and classify the largest region as Cluster 1. All regions similar to this cluster are inserted in Cluster 1, otherwise new Clusters are created. After all regions belong to a cluster, the algorithm merges similar clusters. The acceptance threshold is the only parameter given by the user, and it indicates the maximum distance between two regions to be clustered togheter |
  te::rp::ClassifierKMeansStrategy | KMeans strategy for image classification. Step-by-step: |
  te::rp::ClassifierMAPStrategy | Maximum a posteriori probability strategy |
  te::rp::ClassifierSAMStrategy | Spectral Angle Mapper classification strategy |
 te::common::ClassLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy > | This policy assures a class-level locking scheme for a derived class |
 te::common::ClassLevelLockable< ChartRendererManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::map::ChartRendererManager | This is a singleton for managing chart renderer instance available in the system |
 te::common::ClassLevelLockable< ExternalGraphicRendererManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::map::ExternalGraphicRendererManager | This is a singleton for managing all external graphic renderers instances available in the system |
 te::common::ClassLevelLockable< MarkRendererManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::map::MarkRendererManager | This is a singleton for managing all mark renderers instances available in the system |
 te::color::ColorBar | It models the concept of color bar |
 te::rst::BandProperty::ColorEntry | An structure to represent a color tuple |
 te::qt::widgets::ColorKeyInfo | Associate a rect to a color |
 te::color::ColorScheme | It models the concept of color scheme |
 te::color::ColorSchemeCatalog | A catalog for color schemes |
 te::color::ColorSchemeGroup | This class represents a group of color schemes |
 te::color::ColorTransform | A class to transform RGBA color to HSV, HSL and CMYK |
 te::dt::CompareDateTime | An auxiliary struct to compare two datetime pointers |
 te::qt::widgets::CompareHistogramInterval | |
 te::st::CompareShrDateTime | An auxiliary struct to compare two datetime shared pointers |
 te::fe::ComparisonOperators | It is used to indicate what types of comparison operators are supported by a service |
 te::pgis::ConnectionPool::ConnectionPoolImpl | |
 te::da::Constraint | |
  te::da::CheckConstraint | A class that describes a check constraint |
  te::da::ForeignKey | It models a foreign key constraint for a DataSetType |
  te::da::PrimaryKey | It describes a primary key (pk) constraint |
  te::da::UniqueKey | It describes a unique key (uk) constraint |
 te::xsd::Content | A base class for elements that are not definitions nor declarations. This class is just for creating a hierarchy for All, Choice, Group and Sequence classes |
  te::xsd::All | This class models an XML Schema all element |
  te::xsd::Choice | This class models the XML Schema choice element |
  te::xsd::Group | This class models a group element in a XML Schema |
  te::xsd::Sequence | This class models a sequence element in a XML Schema |
 ContentHandler | |
  te::xerces::ReaderHandler | This class implements Xerces interface for a handler that receives general document events |
 te::srs::Converter | A Converter is responsible for the conversion of coordinates between different Coordinate Systems (CS) |
 te::gm::Coord2D | An utility struct for representing 2D coordinates |
 te::st::Coverage | An abstract class to represent a coverage |
  te::st::PointCoverage | A concrete class to represent a point coverage |
  te::st::RasterCoverage | A concrete class to represent a raster coverage |
 te::st::CoverageDataSetInfo | An abstract class that contains infos about a DataSource and DataSet that contains observations of a coverage |
  te::st::PointCoverageDataSetInfo | A class that contains infos about a DataSource and DataSet that contains observations of a point coverage |
  te::st::RasterCoverageDataSetInfo | A class that contains infos about a DataSource and DataSet that contains observations of a raster coverage |
 te::st::CoverageSeries | A class to represent a coverage series |
 te::st::CoverageSeriesIterator | A class to traverse the observations of a CoverageSeries |
 te::qt::widgets::DataExchangeStatus | |
 DataFrame | A connector of the te::qt::widgets::MultiThreadMapDisplay used in te::qt::widgets::DataFrame class to the Application Framework |
 te::qt::widgets::DataSet2Layer | |
 te::da::DataSourceCatalog::dataset_name_cmp | |
 te::da::DataSetCapabilities | A class that informs what the dataset implementation of a given data source can perform |
 te::qt::widgets::DataSetSelectorWidget::DataSetComparer | |
 DataSetConstraint | A class that describes a constraint |
 te::mem::DataSetItem | An implementation of the DatasetItem class for the TerraLib In-Memory Data Access driver |
 DataSetStruct | Struct that stores information about a data set using the most common data types |
 te::da::DataSetTypeCapabilities | A class that informs what kind of constraint and index is supported by a given data source |
 te::da::DataSetTypeConverter | An converter for DataSetType |
 te::da::DataSourceCapabilities | A class that represents the known capabilities of a specific data source, i.e. this class informs all information about what the data source can perform. Here you will find if the data source implementation supports primary keys, foreign keys, if it can be used in a thread environment and much more information |
 DataSourceHeader | Struct that stores information about a data source header |
 te::da::DataSourceInfo | A class that represents a data source component |
 te::qt::widgets::DataSourceType | A base class for the suppported types of data source |
  te::qt::plugins::ado::ADOType | |
  te::qt::plugins::gdal::GDALType | |
  te::qt::plugins::geofile::GeoFileType | |
  te::qt::plugins::mysql::MySQLType | |
  te::qt::plugins::ogr::OGRType | |
  te::qt::plugins::pgis::PostGISType | |
  te::qt::plugins::sqlite::SQLiteType | |
  te::qt::plugins::wcs::WCSType | |
  te::qt::plugins::wfs::WFSType | |
  te::qt::plugins::wms::WMSType | |
 DataTime | An abstract class for date and time types |
 te::dt::DataType | It stores information about a data type |
 te::da::DataTypeCapabilities | A class that represents the supported data types of a specific data source |
 te::srs::Datum | A geodetic datum defines a reference to measure Earth's surface |
 te::mem::ExpansibleBandBlocksManager::DiskBlockInfo | Disk block info |
 te::rp::Matrix< TemplateElementType >::DiskLineInfo | Disk lines info |
 te::common::Distance | A given distance has a measurement and a unit-of-measure |
 te::common::uri::domain_name | Domain name |
 Draw | This event signals that the draw button clicked |
 te::tools::dscopy::DSCopy | Class with methods to manage the application |
 te::tools::dscopy::DSCopyDialogController | |
 DSInfo | Class with methods to manage the application |
 te::cl::Dummy< TTRAIN, TCLASSIFY > | Dummy classifier (just for testing purposes) |
 te::graph::Edge | Class used to define the edge struct of a graph. Its compose with a identifier, the vertex origin and destiny information, a set of properties if exist and flags to inform his state (new or dirty) |
 te::at::Element | |
 te::srs::Ellipsoid | A reference ellipsoid is an approximation of the Earth's surface as a squashed sphere |
 te::gm::Envelope | An Envelope defines a 2D rectangular region |
 te::gml::Envelope | Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions |
 ErrorHandler | |
  te::xerces::ErrorHandler | This class implements Xerces interface for error handlers |
 te::qt::af::evt::Event | A base class for application events |
  te::qt::af::evt::AppClosed | This event signals that the application is about to close |
  te::qt::af::evt::CoordinateTracked | Signals a mouse moved over the current display |
  te::qt::af::evt::DisplayResized | This event signals that a display was resized |
  te::qt::af::evt::DrawButtonClicked | |
  te::qt::af::evt::GetLayerSelected | This event is used to get a single layer selected in layer tree |
  te::qt::af::evt::HighlightLayerObjects | This event indicates that the objects of the given layer must be highlighted |
  te::qt::af::evt::ItemOfLayerRemoved | This event signals that a item belonging to a layer will be removed from the layer explorer |
  te::qt::af::evt::LayerAdded | This event signals that a new layer was created |
  te::qt::af::evt::LayerPopUpAddAction | This event is used to add a action in a layer tree pop up |
  te::qt::af::evt::LayerPopUpRemoveAction | This event is used to remove a action in a layer tree pop up |
  te::qt::af::evt::LayerRemoved | This event signals that a layer is to be removed from the layer explorer |
  te::qt::af::evt::LayerSelected | This event indicates that the layer has been selected |
  te::qt::af::evt::LayerSelectedObjectsChanged | This event indicates that the selected objects of the layer were changed |
  te::qt::af::evt::LayerStyleSelected | This event indicates that the layer style was selected on the layer explorer |
  te::qt::af::evt::LayerVisibilityChanged | This event signals that the layer visibility has changed |
  te::qt::af::evt::MapColorChanged | This event signals that the color of the map display changed |
  te::qt::af::evt::MapSRIDChanged | This event signals that the srid of the map display changed |
  te::qt::af::evt::PanButtonToggled | |
  te::qt::af::evt::ProjectAdded | It indicates that a new project was created |
  te::qt::af::evt::ProjectUnsaved | It indicates that the project has unsaved changes |
  te::qt::af::evt::SelectionButtonToggled | |
  te::qt::af::evt::TableAlternatingColorsChanged | This event signals that table has alternating row colors |
  te::qt::af::evt::ToolBarAdded | This event signals that a new toolbar was added |
  te::qt::af::evt::ToolChanged | This event signals that the tool being used, on current map display, changed |
  te::qt::af::evt::ZoomInButtonToggled | |
  te::qt::af::evt::ZoomOutButtonToggled | |
 te::st::Event | A class to represent an event |
 EWKBReader | An utility class for reading a TerraLib 4.x geometry |
 exception | |
  te::common::Exception | This class is designed to declare objects to be thrown as exceptions by TerraLib |
   te::common::LoggedException | A class that automatically logs the exception message |
 te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams | The parameters passed to the matchCorrelationEuclideanThreadEntry method |
 te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams | The parameters passed to the executeMatchingByEuclideanDistThreadEntry method |
 te::qt::widgets::ExpressionProperty | |
 te::xsd::Facet | This class can be used to model a facet (a constraint in the range of values) |
 te::common::FactoryDictionary< TFACTORY, TFACTORYKEY, TKEYCOMPARE > | This class represents a dictionary of factories |
 FeederConstRasterFileNames | A feeder from a vector of input rasters infos |
 te::da::Field | Can be used to model an expression that takes part of the output items of a SELECT |
 te::fe::Filter | A filter is any valid predicate expression |
 Filter | |
 te::fe::FilterCapabilities | This class can be used to create capabilities document of services that use filter encoding |
 te::qt::plugins::geofile::GeoFileConnectorDialog::FindById | |
 te::qt::widgets::DataSetOptionsWizardPage::FindByName | |
 FKInfo | Struct that stores information about a foreign key using the most common data types |
 te::common::uri::fragment | URI fragment component |
 FrameData | A Framedata ... |
 FrameData | A Framedata ... |
 te::fe::FunctionName | It is used to list the function names that are supported and the number of arguments each function requires |
 te::da::FunctionParameter | A FunctionParameter models the parameter of a function definition |
 te::fe::GeometryOperands | Geometry operands |
 te::graph::GetSubGraph | This class defines a function used to get a sub graph for a graph |
 Global | An static class with global definitions |
 te::fe::Globals | An static class with global definitions |
 te::xl::Globals | |
 te::qt::widgets::Globals | An static class with global definitions |
 GographicGridFrame | A GographicGridFrame ... |
 grammar | |
  te::gm::WKTParser< Iterator > | |
  te::srs::WKTParser< Iterator > | A class that implements the Grammar Rules for well known text (WKT) format of Spatial Reference Systems |
 te::graph::GraphCache | Class used to manager the graph data elements. This class uses a cache policy to control the elements in memory. If a element was requested and not found in cache, the GraphDataManager is used to loaded a new GraphData |
 te::graph::GraphData | This class define a important struct used to group a map of vertex and edges. A flag is used to indicate if any element of this group was changed |
 te::graph::GraphDataManager | |
 te::graph::GraphMetadata | Class used to define the graph metadata informations |
  te::graph::DatabaseGraphMetadata | Class used to define the graph metadata informations over a SGBD source |
 te::rst::Grid | A rectified grid is the spatial support for raster data |
 te::da::GroupByItem | A class that can be used in a GROUP BY clause |
 te::map::Grouping | This class contains the parameters needed for grouping the values of a Property |
 te::map::GroupingItem | A GroupingItem contains information about a grouping item associated to a layer |
 te::da::Having | A class that can be used to model a filter expression that can be applied to a query |
 te::qt::widgets::HelpManagerImpl | An interface for help managers implementations |
  te::qt::widgets::AssistantHelpManagerImpl | A help manager that uses the QAssistant to manage help files |
 HidtogramChart | A class to represent a histogram chart |
 te::qt::widgets::Histogram | A class to represent a Histogram |
 te::qt::widgets::HistogramStyle | |
 te::fe::IdCapabilities | Id capabilities include the ability to refer to elements in a GML version 3 data source using an ogc:GmlObjectId with a gml:id attribute |
 te::dt::DataTypeManager::IdComparer | A functor for comparing a pair of pointers to data types by id |
 te::xsd::Identifiable | A base class for XSD classes that must provide a unique ID property |
  te::xsd::All | This class models an XML Schema all element |
  te::xsd::Annotation | A class that models a XSD annotation element |
  te::xsd::Any | It models the XML Schema any element |
  te::xsd::AnyAttribute | It models an XML anyAttribute element |
  te::xsd::Attribute | It models a XML Schema attribute |
  te::xsd::AttributeGroup | |
  te::xsd::Choice | This class models the XML Schema choice element |
  te::xsd::ComplexContent | It models an XML Schema complexContent element |
  te::xsd::ComplexType | It models a XML Schema Complex Type definition |
  te::xsd::Element | This class models the element of a XML Schema |
  te::xsd::Extension | This class models an extension element that can be used to extend an existing simpleType or complexType element |
  te::xsd::Field | It models the field element of an XML Schema |
  te::xsd::Group | This class models a group element in a XML Schema |
  te::xsd::IdentityConstraint | This is the base class for XML Schema elements that are related to identity constraint |
  te::xsd::Import | It models a XML Schema import |
  te::xsd::Include | It models a XML Schema include |
  te::xsd::Notation | This class models a notation element from a XML Schema |
  te::xsd::Redefine | It models a XML Schema redefine |
  te::xsd::Restriction4ComplexContent | The restriction class can be used to define restrictions on a complexContent |
  te::xsd::Restriction4SimpleContent | This restriction class defines restrictions on a simpleContent |
  te::xsd::Schema | A class that models a XML schema (XSD) |
  te::xsd::Selector | It models the selector element of an XML Schema |
  te::xsd::Sequence | This class models a sequence element in a XML Schema |
  te::xsd::SimpleContent | A class that models an XML Schema simpleContent element |
  te::xsd::SimpleType | It models a XML Schema SimpleType element |
  te::xsd::SimpleTypeConstructor | A base class for SympleType elements. List, Union and Restriction4SimpleType is derived from this base class |
 IdxInfo | Struct that stores information about a index using the most common data types |
 te::sqlite::DataSourceTransactor::Impl | |
 terralib4::Band::Impl | |
 terralib4::Raster::Impl | |
 te::sqlite::DataSource::Impl | |
 te::common::Library::Impl | |
 te::sqlite::DataSourceCatalogLoader::Impl | |
 te::qt::widgets::LayerTreeView::Impl | LayerTreeView implementation |
 te::common::LibraryManager::Impl | |
 te::sqlite::FwDataSet::Impl | |
 te::sam::rtree::Index< DATATYPE, MAXNODES, MINNODES > | A class that represents an R-tree |
 te::da::Index | It describes an index associated to a DataSetType |
 te::sam::rtree::Index< std::size_t, 4 > | |
 te::sam::rtree::Index< std::size_t, 8 > | |
 te::rp::TiePointsLocator::InterestPointT | |
 te::rst::Interpolator | It interpolates one pixel based on a selected algorithm. Methods currently available are Nearest Neighbor, Bilinear, and Bicubic |
 IntersectionMember | |
 te::qt::widgets::IntervalToObjectId | |
 te::common::uri::ip_address | IP address |
 te::common::uri::ipv6_address | |
 te::cl::KMeans< TTRAIN, TCLASSIFY > | KMeans strategy for classification. Step-by-step: |
 te::common::LessCmp< T > | It implements several compare functions |
 te::common::LessCmp< const char * > | |
 te::common::LessCmp< T * > | |
 LiteralInt | A class that models a Literal for a integer value |
 LiteralInt | A class that models a Literal for a integer value |
 LiteralInt | A class that models a Literal for a integer value |
 map | |
  te::rp::SegmenterRegionGrowingStrategy::SegmentsIndexer | Internal segments indexer |
 te::rp::TiePointsLocator::MatchedInterestPointsT | |
 te::rp::Matrix< TemplateElementType > | A generic template matrix |
 te::rp::Matrix< double > | |
 te::rp::Matrix< SegmenterSegmentsBlock::SegmentIdDataType > | |
 te::md::MD_Format | Format of the data |
 te::rp::SegmenterRegionGrowingStrategy::Merger | Segments merger |
  te::rp::SegmenterRegionGrowingStrategy::BaatzMerger | Baatz based Segments merger |
  te::rp::SegmenterRegionGrowingStrategy::MeanMerger | Mean based Segments merger |
 te::md::MetadataAnnotation | A class o relate a metadata annotation to a TerraLib element (or entity) |
 te::qt::widgets::MixtureModelWizardPage::MixModelComponent | |
 te::rp::MixtureModelStrategy | Raster mixture model strategy base class |
  te::rp::MixtureModelLinearStrategy | .. |
  te::rp::MixtureModelPCAStrategy | .. |
 TerraLib::Module | This internal structure is used to model the basic information about a TerraLib module |
 te::rp::TiePointsLocator::MoravecLocatorThreadParams | The parameters passed to the moravecLocatorThreadEntry method |
 te::rp::SequenceMosaic::MosaicSequenceInfo | Mosaic sequence info |
 MySQLCreationDialog | ... |
 te::dt::DataTypeManager::NameComparer | A functor for comparing a pair of pointers to data types by name |
 te::sam::rtree::Node< DATATYPE, MAXNODES, MINNODES > | A class that represents an R-tree node |
 noncopyable | |
  te::common::AbstractFactory< AbstractCachePolicy, std::string > | |
   te::graph::AbstractCachePolicyFactory | This is the abstract factory for cache policy |
    te::graph::FIFOCachePolicyFactory | This is the concrete factory for the FIFO cache policy |
    te::graph::LFUCachePolicyFactory | This is the concrete factory for the LFU cache policy |
  te::common::AbstractFactory< AbstractFillWidget, std::string > | |
   te::qt::widgets::AbstractFillWidgetFactory | The abstract factory of widgets used to configure Symbology Enconding Fill element |
    te::qt::widgets::BasicFillWidgetFactory | A concrete factory that builds a fill widget used to configure a basic fill element |
    te::qt::widgets::GraphicFillWidgetFactory | A concrete factory that builds a fill widget used to configure a fill element associated with a graphic |
  te::common::AbstractFactory< AbstractGraph, std::string > | |
   te::graph::AbstractGraphFactory | This is the abstract factory for Graphs |
    te::graph::BidirectionalGraphFactory | |
    te::graph::DirectedGraphFactory | This is the concrete factory for the directed Graph type |
    te::graph::GraphFactory | This is the concrete factory for the commung Graph type |
    te::graph::UndirectedGraphFactory | This is the concrete factory for the undirected Graph type |
  te::common::AbstractFactory< AbstractGraphicWidget, std::string > | |
   te::qt::widgets::AbstractGraphicWidgetFactory | The abstract factory of widgets used to configure Symbology Enconding Graphic element |
    te::qt::widgets::GlyphGraphicWidgetFactory | A concrete factory that builds a graphic widget used to configure a graphic associate with a glyph mark element |
    te::qt::widgets::LocalGraphicWidgetFactory | A concrete factory that builds a graphic widget used to configure a graphic associate with an external graphic element that references a local image. e.g. a SVG file, a PNG file, etc |
    te::qt::widgets::WellKnownGraphicWidgetFactory | A concrete factory that builds a graphic widget used to configure a graphic associate with an one well-known mark element |
  te::common::AbstractFactory< AbstractGraphLoaderStrategy, std::string > | |
   te::graph::AbstractGraphLoaderStrategyFactory | This is the abstract factory for graph loader strategy |
    te::graph::BoxLoaderStrategyFactory | This is the concrete factory for the database box loader strategy |
    te::graph::SequenceLoaderStrategyFactory | This is the concrete factory for the database sequency loader strategy |
  te::common::AbstractFactory< AbstractPluginEngine, std::string > | |
   te::plugin::PluginEngineFactory | This is the abstract factory for plugin engines |
    te::plugin::CppPluginEngineFactory | This is the concrete factory for C++ plugin engines |
  te::common::AbstractFactory< AbstractRenderer, std::string > | |
   te::map::RendererFactory | This is the abstract factory for layer renderers |
    te::map::AbstractLayerRendererFactory | This is the concrete factory for renderers of a AbstractLayer. i.e. builds a generic renderer |
    te::map::DataSetLayerRendererFactory | This is the concrete factory for renderers of a DataSetLayer |
    te::map::QueryLayerRendererFactory | This is the concrete factory for renderers of a QueryLayer |
    te::map::RasterLayerRendererFactory | This is the concrete factory for renderers of a RasterLayer |
  te::common::AbstractFactory< AbstractSettingWidget, std::string > | |
   te::qt::af::SettingsWidgetsFactory | |
    te::qt::af::DisplayWidgetFactory | A factory to build the display frame object |
    te::qt::af::ProjectWidgetFactory | A factory to build the project frame object |
    te::qt::af::TableWidgetFactory | A factory to build the Table widget object |
    te::qt::af::ToolbarsWidgetFactory | A factory to build the Table widget object |
  te::common::AbstractFactory< GeometricTransformation, std::string > | |
   te::gm::GTFactory | 2D Geometric transformation factory |
    te::gm::AffineGTFactory | 2D Affine Geometric transformation factory |
    te::gm::ProjectiveGTFactory | 2D Projective Geometric transformation factory |
    te::gm::RSTGTFactory | 2D RST Geometric transformation factory |
    te::gm::SecondDegreePolynomialGTFactory | 2D Second Degree Polynomial Geometric transformation factory |
    te::gm::ThirdDegreePolynomialGTFactory | 2D Third Degree Polynomial Geometric transformation factory |
  te::common::AbstractFactory< Raster, std::string > | |
   te::rst::RasterFactory | This is the abstract factory for Rasters |
    te::gdal::RasterFactory | This is the concrete factory for GDAL rasters |
    te::grib::RasterFactory | This is the abstract factory for Rasters |
    te::mem::RasterFactory | This is the abstract factory for Rasters |
  te::common::AbstractFactory< te::qt::widgets::ChartWidget, std::string > | |
   te::qt::widgets::ChartWidgetFactory | A factory to build widget objects |
    te::qt::widgets::ChartStyleFrameFactory | |
    te::qt::widgets::HistogramFrameFactory | A factory to build the histogram frame object |
    te::qt::widgets::ScatterFrameFactory | A factory to build the scatter frame object |
  te::common::AbstractFactory< te::qt::widgets::SimplePropertyWidget, int > | |
   te::qt::widgets::SimplePropertyWidgetFactory | A factory to build widget objects |
    te::qt::widgets::DateTimePropertyWidgetFactory | A factory to build the string property widget object |
    te::qt::widgets::GeometryPropertyWidgetFactory | A factory to build the string property widget object |
    te::qt::widgets::NumericPropertyWidgetFactory | A factory to build the string property widget object |
    te::qt::widgets::StringPropertyWidgetFactory | A factory to build the string property widget object |
  te::common::AbstractFactory< te::rp::ClassifierStrategy, std::string, std::less< std::string > > | |
   te::rp::ClassifierStrategyFactory | Raster classifier strategy factory base class |
    te::rp::ClassifierDummyStrategyFactory | Raster dummy Classifier strategy factory |
    te::rp::ClassifierEMStrategyFactory | Raster EM Classifier strategy factory |
    te::rp::ClassifierISOSegStrategyFactory | Raster ISOSeg Classifier strategy factory |
    te::rp::ClassifierKMeansStrategyFactory | Raster KMeans Classifier strategy factory |
    te::rp::ClassifierMAPStrategyFactory | Maximum a posteriori probability strategy factory |
    te::rp::ClassifierSAMStrategyFactory | Spectral Angle Mapper strategy factory |
  te::common::AbstractFactory< te::rp::MixtureModelStrategy, std::string, std::less< std::string > > | |
   te::rp::MixtureModelStrategyFactory | Raster Mixture model strategy factory base class |
    te::rp::MixtureModelLinearStrategyFactory | Raster linear mixture model strategy factory |
    te::rp::MixtureModelPCAStrategyFactory | Raster PCA mixture model strategy factory |
  te::common::AbstractFactory< te::rp::SegmenterStrategy, std::string, std::less< std::string > > | |
   te::rp::SegmenterStrategyFactory | Raster segmenter strategy factory base class |
    te::rp::SegmenterDummyStrategyFactory | Raster dummy segmenter strategy factory |
    te::rp::SegmenterRegionGrowingStrategyFactory | Raster region growing segmenter strategy factory |
  te::common::AbstractFactory< te::xml::Reader, std::string > | |
   te::xml::ReaderFactory | This is the abstract factory for XML readers |
    te::xerces::ReaderFactory | This is the concrete factory for XML reader built on top of Xerces-C++ parser |
  te::rp::AbstractFeeder< const te::rst::Raster > | |
   te::rp::FeederConstRaster | Feeder from a input rasters |
    te::rp::FeederConstRasterDirectory | A feeder from an input directory name |
    te::rp::FeederConstRasterInfo | |
    te::rp::FeederConstRasterVector | A feeder from a input rasters vector; |
  te::common::Holder< te::da::DataSet > | |
  te::common::Singleton< AbstractOp > | |
  te::common::Singleton< AbstractPropertyManager > | |
   te::qt::widgets::AbstractPropertyManager | A singleton for holding the property browser items factories |
  te::common::Singleton< ApplicationPlugins > | |
   te::qt::af::ApplicationPlugins | A singleton for managing the application plugins |
  te::common::Singleton< AttributeConverterManager > | |
   te::da::AttributeConverterManager | A singleton to keep all the registered Attribute Converters |
  te::common::Singleton< ChartRendererManager > | |
  te::common::Singleton< ColorSchemeCatalogManager > | |
  te::common::Singleton< ConnectionPoolManager > | |
   te::da::ConnectionPoolManager | A singleton for managing the connection pools available in the system |
  te::common::Singleton< DataConverterManager > | |
   te::dt::DataConverterManager | A singleton for managing the data type converter available in the system |
  te::common::Singleton< DataSourceCatalogManager > | |
   te::da::DataSourceCatalogManager | This is a singleton for managing all the data source catalog instances available in the system |
  te::common::Singleton< DataSourceInfoManager > | |
   te::da::DataSourceInfoManager | A singleton to keep all the registered data sources |
  te::common::Singleton< DataSourceManager > | |
   te::da::DataSourceManager | This is a singleton for managing all data source instances available in the system |
  te::common::Singleton< DataSourceTypeManager > | |
   te::qt::widgets::DataSourceTypeManager | A singleton to keep all the registered data source types |
  te::common::Singleton< DataTypeManager > | |
  te::common::Singleton< Expression > | |
   te::serialize::Expression | |
  te::common::Singleton< ExternalGraphicRendererManager > | |
   te::map::ExternalGraphicRendererManager | This is a singleton for managing all external graphic renderers instances available in the system |
  te::common::Singleton< FunctionCatalogManager > | |
   te::da::FunctionCatalogManager | A FunctionCatalogManager is a singleton that can be used to manage function catalogs of data source implementations |
  te::common::Singleton< Globals > | |
   te::xerces::Globals | A singleton class with global definitions |
  te::common::Singleton< HelpManager > | |
   te::qt::widgets::HelpManager | Facade for a te::qt::widgets::HelpManagerImpl object |
  te::common::Singleton< IDWInterpolator > | |
   te::st::IDWInterpolator | A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage |
  te::common::Singleton< Layer > | |
   te::serialize::Layer | |
  te::common::Singleton< LibraryManager > | |
   te::common::LibraryManager | A singleton that can be used to observe the available libraries in the system |
  te::common::Singleton< MarkRendererManager > | |
   te::map::MarkRendererManager | This is a singleton for managing all mark renderers instances available in the system |
  te::common::Singleton< MetadataManager > | |
   te::md::MetadataManager | This singleton defines the TerraLib metadata record manager entry |
  te::common::Singleton< Module > | |
   te::at::Module | This singleton defines the TerraLib Annotation Text module entry |
   te::cl::Module | This singleton defines the TerraLib Qt Widgets module entry |
   te::color::Module | This singleton defines the TerraLib Color module entry |
   te::common::Module | This singleton defines an entry in the Platform for the TerraLib Common Runtime module |
   te::da::Module | This singleton defines the TerraLib Data Access module entry |
   te::dt::Module | This singleton defines the TerraLib Data Type module entry |
   te::fe::Module | This singleton defines the TerraLib Filter Encoding module entry |
   te::gm::Module | This singleton defines the TerraLib Vector Geometry module entry |
   te::gml::Module | This singleton defines the TerraLib GML module entry |
   te::graph::Module | This singleton defines the TerraLib Graph module entry |
   te::map::Module | This singleton defines the TerraLib Map Tools module entry |
   te::md::Module | This singleton defines the TerraLib Symbology Encoding module entry |
   te::mem::Module | This singleton defines the TerraLib In-Memory module entry |
   te::plugin::Module | This singleton defines the TerraLib Plugin module entry |
   te::qt::widgets::Module | This singleton defines the TerraLib Qt Widgets module entry |
   te::rp::Module | This singleton defines the TerraLib Raster Processing module entry |
   te::rst::Module | This singleton defines the TerraLib Raster module entry |
   te::se::Module | This singleton defines the TerraLib Symbology Encoding module entry |
   te::serialize::Module | This singleton defines the TerraLib Map Tools module entry |
   te::srs::Module | This singleton defines the TerraLib Spatial Reference System module entry |
   te::st::Module | This singleton defines the TerraLib ST module entry |
   te::stat::Module | This singleton defines the TerraLib Qt Widgets module entry |
   te::stat::Module | This singleton defines the TerraLib Qt Widgets module entry |
   te::vp::Module | This singleton defines the TerraLib Qt Widgets module entry |
   te::xl::Module | This singleton defines the TerraLib XLink module |
   te::xml::Module | This singleton defines the TerraLib XML-API module |
  te::common::Singleton< NearestCoverageAtTimeInterp > | |
   te::st::NearestCoverageAtTimeInterp | It is an interpolation function the estimates the nearest coverage at a given non-observed time |
  te::common::Singleton< NearestGeometryAtTimeInterp > | |
   te::st::NearestGeometryAtTimeInterp | It is an interpolation function the estimates the nearest geometry at a given non-observed time of a trajectory |
  te::common::Singleton< NearestValueAtTimeInterp > | |
   te::st::NearestValueAtTimeInterp | It is an interpolation function the estimates the nearest value at a given non-observed time of a time series |
  te::common::Singleton< OSSettingsDir > | |
   te::common::OSSettingsDir | A singleton class for discovering Operational System settings dir |
  te::common::Singleton< PluginManager > | |
   te::plugin::PluginManager | A singleton for managing plugins |
  te::common::Singleton< ProgressManager > | |
  te::common::Singleton< RasterSummaryManager > | |
   te::rst::RasterSummaryManager | A singleton for keeping raster summaries (most statistics). It stores an internal map of raster references and their respective summaries |
  te::common::Singleton< SpatialReferenceSystemManager > | |
   te::srs::SpatialReferenceSystemManager | A class to manage Coordinate Systems representations within TerraLib environment |
  te::common::Singleton< SplashScreenManager > | |
   te::qt::af::SplashScreenManager | A singleton for holding he application splash screen |
  te::common::Singleton< Style > | |
   te::serialize::Style | |
  te::common::Singleton< Symbolizer > | |
   te::serialize::Symbolizer | |
  te::common::Singleton< SymbolLibraryManager > | |
   te::qt::widgets::SymbolLibraryManager | The SymbolLibraryManager is a singleton that can be used to manage all loaded symbol libraries in TerraLib |
  te::common::Singleton< SymbologyManager > | |
  te::common::Singleton< SystemApplicationSettings > | |
  te::common::Singleton< te::gdal::DataSetsManager > | |
   te::gdal::DataSetsManager | GDAL data set manager |
  te::common::Singleton< TerraLib > | |
   TerraLib | An utility class to control the startup and cleanup of the TerraLib Platform and its resources |
  te::common::Singleton< UnitsOfMeasureManager > | |
   te::common::UnitsOfMeasureManager | A singleton class for dealing with units of measure in the TerraLib environment |
  te::common::Singleton< UserApplicationSettings > | |
   te::common::UserApplicationSettings | A singleton for managing application settings applied to a single user |
  te::common::Singleton< UserPlugins > | |
   te::qt::af::UserPlugins | A singleton for managing the plugins enabled by a specific user |
  te::ado::Connection | A class that implements a connection to a ADO database |
  te::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE > | This class defines the interface of abstract factories without initializing parameters |
  te::common::ApplicationSettings | A class for managing application settings |
   te::common::SystemApplicationSettings | A singleton for managing application settings applied to the whole system (all users) |
   te::common::UserApplicationSettings | A singleton for managing application settings applied to a single user |
   te::qt::af::ApplicationPlugins | A singleton for managing the application plugins |
  te::common::ClassLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy >::ClassLevelLockingPolicy< LockingPolicy > | This class acquires a lock over the object class |
  te::common::Counted | A counted class keeps track of how many abstract instances are pointing to it |
   te::common::TreeItem | This abstract class describes a basic item to be organized in a tree-oriented way |
    te::map::AbstractLayer | This is the base class for layers |
     te::graph::Layer | A Layer is a reference to a virtual dataset with/without geometric attributes |
     te::map::DataSetAdapterLayer | A layer with reference to a DataSetTypeConverter |
     te::map::DataSetLayer | A layer with reference to a dataset |
     te::map::FolderLayer | A layer that can be used as a container for other kind of layers |
     te::map::QueryLayer | A layer resulting from a query |
     te::map::RasterLayer | A layer with reference to a raster |
  te::common::Holder< T > | An auxiliary data structure for helping to control the garbage collection of C++ objects |
  te::common::Library | A class for handling shared libraries (DLLs, SO, DyLibs) |
  te::common::Singleton< T > | Template support for singleton pattern |
   te::color::ColorSchemeCatalogManager | The ColorSchemeCatalogManager is a singleton that can be used to manage all loaded color scheme catalogs |
   te::common::ProgressManager | A singleton class used to manage tasks progresses and their viewers |
   te::common::SystemApplicationSettings | A singleton for managing application settings applied to the whole system (all users) |
   te::dt::DataTypeManager | |
   te::map::ChartRendererManager | This is a singleton for managing chart renderer instance available in the system |
   te::se::SymbologyManager | The SymbologyManager is a singleton that can be used to manage all loaded symbols in TerraLib |
   te::serialize::AbstractOp | |
   te::stmem::Module | This singleton defines the TerraLib st memory module entry |
  te::da::AbstractConnectionPool | This class defines the basic interface for a connection pool |
   te::pgis::ConnectionPool | This class implements a connection pool for the PostGIS driver |
  te::da::AttributeRestrictionVisitor | A visitor that retrieves attribute restrictions from a Query hierarchy |
  te::da::BatchExecutor | A class that models an object that submits commands in batch to the data source |
   te::sqlite::BatchExecutor | |
  te::da::DataSet | A dataset is the unit of information manipulated by the data access module of TerraLib |
   te::ado::DataSet | Implementation of a dataset for the ADO driver |
   te::da::DataSetAdapter | An adapter for DataSet |
   te::da::FilteredDataSet | This class represents a filtered data set |
   te::gdal::DataSet | A GDAL data set gives access to a raster file |
   te::mem::DataSet | Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver |
   te::ogr::DataSet | Implementation of a DataSet for OGR data provider |
   te::pgis::DataSet | Implementation of a dataset for the PostGIS driver |
   te::sqlite::FwDataSet | |
   te::stmem::DataSet | Implementation of a in-memory data set that contains spatiotemporal observations indexed by time and space |
   terralib4::RasterDataSet | |
   terralib4::VectorDataSet | Implementation of a dataset for the TerraLib 4 driver |
  te::da::DataSource | An abstract class for data providers like a DBMS, Web Services or a regular file |
   te::ado::DataSource | The ADO driver |
   te::gdal::DataSource | A driver to access raster data using the GDAL library |
   te::mem::DataSource | Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver |
   te::ogr::DataSource | The OGR data source provider |
   te::pgis::DataSource | The PostGIS driver |
   te::sqlite::DataSource | |
   te::stmem::DataSource | Implements a DataSource that contains In-Memory DataSets indexed by space and time |
   terralib4::DataSource | |
  te::da::DataSourceCatalog | It represents the system catalog of a DataSource |
  te::da::DataSourceTransactor | A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things into it |
   te::ado::Transactor | The transactor class for the Microsoft Access driver |
   te::gdal::Transactor | |
   te::mem::Transactor | An implementation of the Transactor class for the Memory Data Access driver |
   te::ogr::Transactor | |
   te::pgis::Transactor | The transactor class for the PostGIS driver |
   te::sqlite::DataSourceTransactor | |
   te::stmem::Transactor | An implementation of DataSourceTransactor class for the ST in-memory driver |
   terralib4::Transactor | |
  te::da::FunctionCatalog | A FunctionCatalog can be used to keep track of registered functions |
  te::da::FunctionDefn | The definition of a function that can be used in a query object |
  te::da::PreparedQuery | A class that model a prepared query |
   te::pgis::PreparedQuery | A class that implements a prepared query for PostgreSQL data access driver |
   te::sqlite::PreparedQuery | A class that implements a prepared query for the TerraLib SQLite Data Access Driver |
  te::da::ScopedTransaction | An utility class to coordinate transactions |
  te::da::SpatialQueryProcessor | A basic query processor for spatial restrictions |
  te::da::SpatialRestrictionVisitor | A visitor for retrieves spatial restrictions from a Query hierarchy |
  te::da::SQLDialect | It represents the SQL query dialect accepted by a given data source |
  te::da::SQLFunctionEncoder | A base class for encoders of SQL function expressions |
   te::da::BinaryOpEncoder | A query encoder for binary operations |
   te::da::FunctionEncoder | An SQL encoder for general function expressions |
   te::da::FunctionNoArgsEncoder | An SQL encoder for functions with no arguments that is invoked just by its name |
   te::da::TemplateEncoder | A query encoder for binary operator expressions |
   te::da::UnaryOpEncoder | A query encoder for unary operator expressions |
  te::da::SQLVisitor | A visitor for building an SQL statement from a given Query hierarchy |
   te::ado::SQLVisitor | A visitor for building an SQL statement using ADO dialect |
   te::ogr::SQLVisitor | |
   te::pgis::SQLVisitor | A visitor for building an SQL statement using PostGIS dialect |
   te::sqlite::SQLVisitor | A visitor for building an SQL statement using SQLite dialect |
  te::gdal::DataSetUseCounter | GDAL data set use counter |
  te::gm::GeometricTransformation | 2D Geometric transformation base class |
   te::gm::AffineGT | 2D Affine Geometric transformation |
   te::gm::ProjectiveGT | 2D Projective Geometric transformation |
   te::gm::RSTGT | 2D Rotation/scale/translation(rigid body) Geometric transformation |
   te::gm::SecondDegreePolynomialGT | Second Degree Polynomial Geometric transformation |
   te::gm::ThirdDegreePolynomialGT | Third Degree Polynomial Geometric transformation |
  te::gm::GTFilter | 2D Geometric transformation tie-points filter (outliers remotion) |
  te::gm::WKTWriter | A class that serializes a geometry to the WKT format |
  te::map::AbstractMapDisplay | It defines the concept of a map display responsible for controlling how a set of layers are displayed |
   te::map::MapDisplay | This class controls how a set of layers are displayed |
    te::qt::widgets::MapDisplay | A widget to control the display of a set of layers |
     te::qt::widgets::MultiThreadMapDisplay | A multi thread Qt4 widget to control the display of a set of layers |
  te::map::Canvas | A canvas is an abstraction of a drawing area |
   te::ag::Canvas | A canvas built on top of Anti Grain Geometry |
   te::qt::widgets::Canvas | A canvas built on top of Qt |
  te::map::CanvasConfigurer | A Symbology Enconding visitor that configures a given canvas based on symbolizers elements. If you want to use this visitor, use a command like: te::map::CanvasConfigurer cc(canvas); cc.config(symbolizer); |
  te::md::CI_Citation | Provides a standardized method for citing a resource (dataset, feature, source, publication, etc.) |
  te::md::CI_ResponsibleParty | Contains the identify of person(s), and/or position, and/or organization(s) associated with the resource |
  te::md::MD_Distribution | Information about the distributor of and the options for obtaining the resource |
  te::md::MD_Identification | Identification information contains information to uniquely identify the data |
   te::md::MD_DataIdentification | Information required to identify a dataset |
  te::md::MD_Metadata | Root entity which defines metadata for a resource or resources |
  te::mem::CachedBand | RAM cached and tiled raster band |
  te::mem::CachedBandBlocksManager | RAM cached and tiled raster band blocks manager |
  te::mem::ExpansibleBand | Expansible raster band |
  te::mem::ExpansibleBandBlocksManager | RAM cached and tiled raster band blocks manager |
  te::mem::ExpansibleBandBlocksManager::OpenDiskFileHandler | Open disk file handler |
  te::pgis::Connection | A class that implements a connection to a PostgreSQL database |
  te::plugin::AbstractFinder | Allows applications to extend how PluginManager can search for plugins |
   te::plugin::DefaultFinder | A plugin finder that search for plugins in some special directories defined by compile time macros |
  te::plugin::AbstractPlugin | An abstract class for TerraLib Plugins |
   te::plugin::CppPluginProxy | A proxy class for C++ plugins |
   te::plugin::Plugin | A base class for plugin types |
    te::ado::Module | |
    te::gdal::Module | The TerraLib GDAL driver is a plugin |
    te::ogr::Module | The TerraLib OGR driver is a plugin |
    te::pgis::Module | The TerraLib PostGIS driver is a plugin |
    te::plugin::CppPlugin | An abstract interface for Plugins written in C++ |
     te::grib::Platform | A utility class to initialize and terminate TerraLib GRIB driver support |
     te::xerces::Module | The TerraLib Xerces module is a plugin |
    te::qt::plugins::ado::Plugin | |
    te::qt::plugins::gdal::Plugin | |
    te::qt::plugins::geofile::Plugin | |
    te::qt::plugins::layout::Plugin | |
    te::qt::plugins::mysql::Plugin | |
    te::qt::plugins::ogr::Plugin | |
    te::qt::plugins::pgis::Plugin | |
    te::qt::plugins::rp::Plugin | |
    te::qt::plugins::sqlite::Plugin | |
    te::qt::plugins::terralib4::Plugin | |
    te::qt::plugins::vp::Plugin | |
    te::qt::plugins::wcs::Plugin | |
    te::qt::plugins::wfs::Plugin | |
    te::qt::plugins::wms::Plugin | |
    te::sqlite::Module | |
    terralib4::Module | |
  te::plugin::AbstractPluginEngine | |
   te::plugin::CppPluginEngine | An abstract class for plugin engines |
  te::qt::af::ApplicationController | The base API for TerraLib applications |
  te::qt::af::BaseApplication | A QMainWindow to be used as the basis for TerraLib applications |
   TerraView | The main class of TerraView |
  te::qt::widgets::AbstractTool | This class defines an interface for objects that can receive application events and respond to them, according to specific tool behavior. Tools, in general, receives map display interaction events, like MouseClick, MouseMove, etc. Tools are created to do some GIS operation using the user interactions |
   te::qt::widgets::CoordTracking | This class implements a concrete tool to geographic coordinate tracking on mouse move operation |
   te::qt::widgets::Info | This class implements a concrete tool to get informations about a specified feature using pointing operation |
   te::qt::widgets::Measure | This class implements a concrete tool to measure operation (distance, area, and angle) |
   te::qt::widgets::Pan | This class implements a concrete tool to geographic pan operation |
   te::qt::widgets::PanExtent | This class implements a concrete tool to pan a user defined extent |
   te::qt::widgets::PointPicker | This class implements a concrete tool to geographic coordinate picker on mouse click operation |
   te::qt::widgets::PolygonAcquire | This class implements a concrete tool to acquire a polygon geometry |
   te::qt::widgets::ReadPixelTool | |
   te::qt::widgets::RubberBand | This class provides a rectangle that can indicate a boundary |
    te::qt::widgets::Selection | This class implements a concrete tool to select layer features using an extent |
    te::qt::widgets::ZoomArea | This class implements a concrete tool to geographic zoom in operation using a boundary rectangle |
   te::qt::widgets::Zoom | This is a utility class to geographic zoom operation |
    te::qt::widgets::ZoomClick | This class implements a concrete tool to geographic zoom operation using the mouse click |
    te::qt::widgets::ZoomKeyboard | This class implements a concrete tool to geographic zoom operation using the keyboard |
    te::qt::widgets::ZoomWheel | This class implements a concrete tool to geographic zoom operation using the mouse wheel |
   te::qt::widgets::ZoomLeftAndRightClick | This class implements a concrete tool to geographic zoom operation using the left and right mouse clicks |
  te::qt::widgets::AssistantHelpManagerImpl | A help manager that uses the QAssistant to manage help files |
  te::qt::widgets::ChartConfigurer | A Symbology Enconding visitor that configures a given chart based on symbolizers elements. If you want to use this visitor, use a command like: te::qt::widgets::ChartConfigurer cc(chart); cc.config(symbolizer); |
  te::qt::widgets::LayerTreeView | A tree view for the layers of an application |
  te::rp::AbstractFeeder< ObjType > | Abstract objects feeder |
  te::rp::Blender | Blended pixel value calculation for two overlaped rasters |
  te::rp::RasterHandler | RasterHandler |
  te::rp::SegmenterSegmentsPool | Segments pool |
  te::se::AnchorPoint | An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it relative to a point geometry |
  te::se::ChannelSelection | ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source) |
  te::se::ColorMap | A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel values to colors |
  te::se::ContrastEnhancement | ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image |
  te::se::Description | A Description gives human-readable descriptive information for the object it is included within |
  te::se::Displacement | A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point |
  te::se::ExternalGraphic | The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in-line content |
  te::se::Fill | A Fill specifies the pattern for filling an area geometry |
  te::se::Font | A Font specifies the text font to use in a text symbolizer |
  te::se::Graphic | A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size |
  te::se::GraphicStroke | A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line |
  te::se::Halo | A Halo is a type of Fill that is applied to the backgrounds of font glyphs |
  te::se::ImageOutline | ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible |
  te::se::InlineContent | InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is included in an SE in-line |
  te::se::LabelPlacement | The LabelPlacement specifies where and how a text label should be rendered relative to a geometry |
  te::se::LinePlacement | A LinePlacement specifies how a text label should be rendered relative to a linear geometry |
  te::se::Mark | A Mark specifies a geometric shape and applies coloring to it |
  te::se::PointPlacement | A PointPlacement specifies how a text label should be rendered relative to a geometric point |
  te::se::Rule | A Rule is used to attach property/scale conditions to and group the individual symbols used for rendering |
  te::se::SelectedChannel | A selected channel to be display |
  te::se::ShadedRelief | ShadedRelief specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible |
  te::se::Stroke | A Stroke specifies the appearance of a linear geometry |
  te::se::Style | The Style defines the styling that is to be applied to a geographic dataset (vector geometries or coverage) |
  te::se::Symbolizer | A Symbolizer describes how a feature is to appear on a map |
  te::sqlite::DataSourceCatalogLoader | |
  te::st::ObservationDataSet | A class to represent a DataSet that contains observations |
  te::st::TimeSeriesDataSet | A class to represent a time series data set |
  te::st::TrajectoryDataSet | A class to represent a trajectory data set |
  te::xml::Reader | This class models a XML reader object |
   te::xerces::Reader | A class that models a XML reader object built on top of Xerces-C++ |
  te::xml::Writer | This class models a XML writer object |
  te::xsd::Schema | A class that models a XML schema (XSD) |
 te::common::NonLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy > | This policy doesn't actually perform a lock |
 te::common::NonLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy >::NonLockingPolicy< LockingPolicy > | This class doesn't truelly acquire a lock over the host object/class |
 te::pgis::Numeric | Auxiliary structure used to decode Numeric data types |
 te::stat::NumericStatisticalSummary | A structure to hold the set of statistics from a set of numerical values |
 te::st::Object | A class to represent an object |
 te::fe::ObjectId | An object identifier is meant to represent a unique identifier for an object instance within the context of the web service or database that is serving the object |
 te::da::ObjectId | This class represents an unique id for a data set element |
 ObjectIdComparator | |
 te::da::ObjectIdSet | This class represents a set of unique ids created in the same context. i.e. from the same data set |
 te::common::ObjectLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy > | This policy assures an object-level locking scheme for a derived class |
 te::common::ObjectLevelLockable< ApplicationSettings,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::common::ApplicationSettings | A class for managing application settings |
 te::common::ObjectLevelLockable< DataSourceCatalogManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::da::DataSourceCatalogManager | This is a singleton for managing all the data source catalog instances available in the system |
 te::common::ObjectLevelLockable< DataSourceManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::da::DataSourceManager | This is a singleton for managing all data source instances available in the system |
 te::common::ObjectLevelLockable< ProgressManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
  te::common::ProgressManager | A singleton class used to manage tasks progresses and their viewers |
 te::common::ObjectLevelLockable< UserPlugins,::boost::mutex,::boost::lock_guard< ::boost::mutex >,::boost::lock_guard< ::boost::mutex > > | |
  te::qt::af::UserPlugins | A singleton for managing the plugins enabled by a specific user |
 te::common::ObjectLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy >::ObjectLevelLockingPolicy< LockingPolicy > | This class acquires a lock over the host object |
 te::st::Observation | A class to represent an observation |
 te::st::ObservationDataSetInfo | A class that contains infos about a DataSet that contains observations |
 te::st::ObservationDataSetType | A class that contains complemental DataSetType information about a DataSet that holds observations |
 te::xsd::Occurs | A base class for XSD classes that have occurs attributes |
  te::xsd::All | This class models an XML Schema all element |
  te::xsd::Any | It models the XML Schema any element |
  te::xsd::Choice | This class models the XML Schema choice element |
  te::xsd::Element | This class models the element of a XML Schema |
  te::xsd::Group | This class models a group element in a XML Schema |
  te::xsd::Sequence | This class models a sequence element in a XML Schema |
 te::rp::Matrix< TemplateElementType >::OpenDiskFileHandler | Openend disk files info node |
 te::da::OrderByItem | A class that can be used in an ORDER BY clause to sort the items of a resulting query |
 Pan | This event signals that the pan button toggled |
 te::se::ParameterValue::Parameter | Data parameter |
 te::common::ParameterizedAbstractFactory< TPRODUCT, TFACTORYKEY, TPARAM, TKEYCOMPARE > | This class defines the basic interface of an abstract factory that makes use of parameters to construct the objects |
 te::se::ParameterValue | The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters |
  te::se::SvgParameter | A SvgParameter refers to an SVG/CSS graphical-formatting parameter |
 Parser | A class that implements the Grammar Rules for well known text (WKT) format of Geometry |
 te::sam::rtree::PartitionVars< BRANCH, MAXNODES > | Auxiliary structure when searching for a split partition |
 te::common::uri::path | URI path component |
 te::rp::ClassifierISOSegStrategy::Pattern | Describes a region or a cluster (group of regions with similar properties) to be used by ISOSeg method |
 pattern_src_brightness_to_alpha_rgba8 | |
 PKInfo | Struct that stores information about a primary key using the most common data types |
 Platform | A utility class to initialize and terminate TerraLib 4 driver support |
 Platform | A utility class to initialize and terminate TerraLib ADO driver support |
 te::qt::widgets::PluginCMakeWriter | This class is used to create the cmake file for the new plugin builded |
 te::plugin::PluginInfo | The basic information about a plugin |
 te::qt::widgets::PluginSourceWriter | |
 te::st::PointCoverageIterator | A class to traverse the observations of a PointCoverage |
 te::qt::widgets::PointToObjectId | |
 PostgreSQLCreationDialog | ... |
 PrintManager | Class with methods to print the Data SOurce information |
 te::common::ProgressTimer | The ProgressTimer is a utility class that can be used to calculate the estimated time to finish a task |
 te::qt::af::Project | This class models the concept of a project for the TerraLib Application Framework |
 te::qt::widgets::Promoter | A class used for logical ordering of rows |
 te::dt::Property | It models a property definition |
  te::dt::CompositeProperty | A base class for a compound property (non-atomic properties) |
   te::da::DataSetType | A class that models the description of a dataset |
   te::graph::EdgeProperty | This class is used to define a set of properties of a Edge |
   te::graph::VertexProperty | This class is used to define a set of properties of a Vertex |
  te::dt::SimpleProperty | An atomic property like an integer or double |
   te::dt::ArrayProperty | The type for variable-length multidimensional arrays |
   te::dt::BitProperty | Property for bit types |
   te::dt::ByteArrayProperty | Property for byte array types |
   te::dt::DateTimeProperty | The type for date and time types: date, date period, date duration, time duration, time instant, time period, time instant with time zone or time period with time zone |
   te::dt::NumericProperty | The type for arbitrary precison numbers, like numeric(p, q) |
   te::dt::StringProperty | The type for string types: FIXED_STRING, VAR_STRING or STRING |
   te::gm::GeometryProperty | Geometric property |
   te::rst::RasterProperty | Raster property |
 te::plugin::Provider | This struct can be used to describe a given plugin provider |
 QAbstractItemModel | |
  te::qt::widgets::DataSetCategoryModel | |
  te::qt::widgets::DataSetTreeModel | |
  te::qt::widgets::DataSourceTreeModel | |
  te::qt::widgets::LayerTreeModel | |
  te::vp::LayerTreeModel | |
 QAbstractTableModel | |
  te::qt::af::MenuBarModel | Defines a model, based on a QMenuBar, to present all system buttons as a table |
  te::qt::widgets::DataSetTableModel | A table model representing a te::da::DataSet |
  te::qt::widgets::PluginsModel | |
 QDesignerCustomWidgetCollectionInterface | |
  te::qt::designer::TerraLibCustomCollectionWidget | This class includes all component classes into a single library |
 QDialog | |
  AboutDialog | |
  te::qt::af::ProjectInfoDialog | |
  te::qt::af::SettingsDialog | |
  te::qt::plugins::ado::ADOConnectorDialog | ... |
  te::qt::plugins::ado::ADOCreatorDialog | ... |
  te::qt::plugins::gdal::GDALConnectorDialog | A dialog window for showing the GDAL connector widget |
  te::qt::plugins::geofile::GeoFileConnectorDialog | A dialog window for showing the GeoFile connector widget |
  te::qt::plugins::mysql::MySQLConnectorDialog | ... |
  te::qt::plugins::mysql::MySQLCreatorDialog | |
  te::qt::plugins::ogr::OGRConnectorDialog | A dialog window for showing the OGR connector widget |
  te::qt::plugins::pgis::PostGISConnectorDialog | A dialog window for showing the PostGIS connector widget |
  te::qt::plugins::pgis::PostGISCreatorDialog | |
  te::qt::plugins::sqlite::SQLiteConnectorDialog | ... |
  te::qt::plugins::sqlite::SQLiteCreatorDialog | ... |
  te::qt::plugins::wcs::WCSConnectorDialog | A dialog window for showing the WCS connector widget |
  te::qt::plugins::wfs::WFSConnectorDialog | A dialog window for showing the WFS connector widget |
  te::qt::plugins::wms::WMSConnectorDialog | A dialog window for showing the WMS connector widget |
  te::qt::widgets::AddColumnDialog | |
  te::qt::widgets::AddIndex | |
  te::qt::widgets::AddProperty | |
  te::qt::widgets::BasicFillDialog | A dialog used to build a basic fill element. If you want to use this dialog, you can use commands like: te::se::Fill* f = te::qt::widgets::BasicFillDialog::getFill(0, parent, "Title"); te::se::Fill* f = te::qt::widgets::BasicFillDialog::getFill(initialFill, parent, "Title"); ... delete f; |
  te::qt::widgets::BasicStrokeDialog | A dialog used to build a basic stroke element. If you want to use this dialog, you can use commands like: te::se::Stroke* s = te::qt::widgets::BasicStrokeDialog::getStroke(0, parent, "Title"); te::se::Stroke* s = te::qt::widgets::BasicStrokeDialog::getStroke(initialStroke, parent, "Title"); ... delete s; |
  te::qt::widgets::ChartLayerDialog | A dialog used to build a chart |
  te::qt::widgets::ChartProperties | A dialog used to customize a graphic's parameters |
  te::qt::widgets::ClassifierDialog | A dialog used to execute image classification |
  te::qt::widgets::ConstraintsIndexesPropertyDialog | A dialog for creating a constraint or a index property |
  te::qt::widgets::ContrastDialog | A dialog used to execute image contrast enhencement |
  te::qt::widgets::CreateDataSet | |
  te::qt::widgets::DataPropertiesDialog | A dialog used to configure the properties of a new textual file based layer |
  te::qt::widgets::DataSetSelectorDialog | ... |
  te::qt::widgets::DataSourceExplorerDialog | A dialog for selecting a data source |
  te::qt::widgets::DataSourceSelectorDialog | A dialog for selecting a data source |
  te::qt::widgets::DirectExchangerDialog | |
  te::qt::widgets::GlyphMarkDialog | A dialog used to build a glyph mark element. If you want to use this dialog, you can use commands like: te::se::Mark* m = te::qt::widgets::GlyphMarkWidget::getMark(0, parent, "Title"); te::se::Mark* m = te::qt::widgets::GlyphMarkWidget::getMark(initialMark, parent, "Title"); ... delete m; |
  te::qt::widgets::GraphicDialog | A dialog used to build a graphic element. If you want to use this dialog, you can use commands like: te::se::Graphic* g = te::qt::widgets::GraphicDialog::getGraphic(0, parent, "Title"); ... delete g; |
  te::qt::widgets::GroupingDialog | A dialog used to build a grouping |
  te::qt::widgets::HistogramDialog | A Dialog used to customize a Histogram parameters and generate it's ChartDisplayWidget |
  te::qt::widgets::Legend | |
  te::qt::widgets::MixtureModelDialog | A dialog used to execute mixture model decomposition |
  te::qt::widgets::NewPropertyDialog | A dialog for creating a new property |
  te::qt::widgets::ObservationDialog | A Dialog used to generate a new ObservationLayer |
  te::qt::widgets::OverlayDialog | This class is a dialog for the Overlay widget |
  te::qt::widgets::ParameterDialog | A dialog to be used as input of key/value pairs |
  te::qt::widgets::PluginManagerDialog | |
  te::qt::widgets::PostGIS2SHPDialog | |
  te::qt::widgets::ProgressViewerWidget | A class that defines the interface of a qt widget to group a set of ProgressWidgetItem |
  te::qt::widgets::PropertyConverterDialog | A dialog for creating a adaptor property converter |
  te::qt::widgets::QueryDialog | This file defines a class for a Query Dialog Dialog |
  te::qt::widgets::RasterHistogramDialog | This class is a dialog for the RasterHistogram widget |
  te::qt::widgets::RasterNavigatorDialog | This class is a dialog for the RasterNavigator widget |
  te::qt::widgets::RasterSymbolizerDialog | A dialog used to build a RasterSymbolizerDialog element |
  te::qt::widgets::RemoveProperty | |
  te::qt::widgets::RenameProperty | |
  te::qt::widgets::ScatterDialog | A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget |
  te::qt::widgets::SegmenterDialog | A dialog used to execute image segmentation |
  te::qt::widgets::SHP2ADODialog | |
  te::qt::widgets::SHP2PostGISDialog | |
  te::qt::widgets::SRSManagerDialog | A dialog used to build a SRSManagerDialog element |
  te::qt::widgets::SymbolInfoDialog | A dialog used to configure informations about a symbol |
  te::qt::widgets::SymbolSelectorDialog | A dialog used to select a specific symbol |
  te::qt::widgets::TiePointLocatorDialog | |
  te::qt::widgets::TiePointsLocatorAdvancedDialog | A dialog used to execute tie points location advanced options |
  te::qt::widgets::TiePointsLocatorDialog | A dialog used to execute tie points location |
  te::qt::widgets::TimePropertiesDialog | A dialog used to configure the behaviour of the TimeSliderWidget |
  te::qt::widgets::TimeSeriesDialog | A Dialog used to generate a new TimeSeriesLayer |
  te::qt::widgets::TrajectoryDialog | A Dialog used to generate a new TrajectoryLayer |
  te::qt::widgets::UpdateProperty | |
  te::qt::widgets::WellKnownMarkDialog | A dialog used to build a well known mark element. If you want to use this dialog, you can use commands like: te::se::Mark* m = te::qt::widgets::MarkDialog::getMark(0, parent, "Title"); te::se::Mark* m = te::qt::widgets::MarkDialog::getMark(initialMark, parent, "Title"); ... delete m; |
  te::stat::StatisticsDialog | |
  te::tools::dscopy::DSCopyDialog | TerraLib Data Source Copy GUI |
  te::tools::rastermanager::RasterManagerDialog | |
  te::vp::AggregationDialog | |
  te::vp::BasicGeographicOperationDialog | |
  te::vp::BufferDialog | |
  te::vp::IntersectionDialog | A dialog used to execute vector intersection |
  te::vp::PolygonToLineDialog | |
  te::vp::SummarizationDialog | |
  te::vp::TransformationDialog | |
 QDockWidget | |
  tce::OutputWindow | A widget to output the script execution |
  te::qt::af::ChartDisplayDockWidget | A dock widget for ChartDisplayWidget objects |
  te::qt::af::DataSetTableDockWidget | A dock widget for DataSetTableView objects |
  te::qt::widgets::DataSetExplorer | A widget designed to explore the datasets of a data source |
  te::qt::widgets::DataSourceExplorer | A widget designed to explore the data sources of an application |
  te::qt::widgets::LayerExplorer | A widget designed to explore the layers of an application |
  te::qt::widgets::StyleDockWidget | A dock widget used control the geographic data style using SE elements and a property browser to show its properties |
 QEvent | |
  te::qt::widgets::CreateProgressWidgetItemEvent | The CreateProgressWidgetItemEvent is a custom event used to create a progress widget item |
  te::qt::widgets::ProgressResetEvent | The ProgressResetEvent is a custom event used to reset a progress bar |
  te::qt::widgets::ProgressSetMessageEvent | The ProgressSetMessageEvent is a custom event used to set a new message into a progress bar |
  te::qt::widgets::ProgressSetValueEvent | The ProgressSetValueEvent is a custom event used to set a new value into a progress bar |
  te::qt::widgets::RemoveProgressWidgetItemEvent | The RemoveProgressWidgetItem is a custom event used to remove a progress widget item |
 QFrame | |
  te::qt::widgets::ColorPickerPopup | Create a frame with a default color palette |
  te::qt::widgets::DataSetDisplay | A map display for a dataset |
 QHeaderView | |
  te::qt::widgets::DataSetTableVerticalHeader | A vertical header used for selecting rows at a table view |
 QItemDelegate | |
  te::qt::widgets::HighlightDelegate | An specialization of QItemDelegate to be used with te::map::AbstractTable objects |
 QMainWindow | |
  te::qt::af::BaseApplication | A QMainWindow to be used as the basis for TerraLib applications |
 te::xsd::QName | A class to be used to represent XML qualified names |
 QObject | |
  TablePopupFilter | |
  te::qt::af::ApplicationController | The base API for TerraLib applications |
  te::qt::af::ApplicationPlugins | A singleton for managing the application plugins |
  te::qt::af::LayerExplorer | A connector for the te::qt::widgets::LayerExplorer class to the Application Framework |
  te::qt::af::LayoutEditor | |
  te::qt::af::MapDisplay | A connector of the te::qt::widgets::MapDisplay class to the Application Framework |
  te::qt::af::StyleExplorer | A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework |
  te::qt::designer::TerraLibCustomCollectionWidget | This class includes all component classes into a single library |
  te::qt::plugins::gdal::Plugin | |
  te::qt::plugins::layout::AbstractAction | This is an abstract class used to register actions into vp pluging |
   te::qt::plugins::layout::LayoutEditorAction | This class register the contrast action into VP Plugin |
  te::qt::plugins::ogr::Plugin | |
  te::qt::plugins::rp::AbstractAction | This is an abstract class used to register actions into rp pluging |
   te::qt::plugins::rp::ClassifierAction | This class register the classifier action into RP Plugin |
   te::qt::plugins::rp::ContrastAction | This class register the contrast action into RP Plugin |
   te::qt::plugins::rp::MixtureModelAction | This class register the mixture model action into RP Plugin |
   te::qt::plugins::rp::RegisterAction | This class register the register action into RP Plugin |
   te::qt::plugins::rp::SegmenterAction | This class register the Segmenter action into RP Plugin |
  te::qt::plugins::terralib4::Plugin | |
  te::qt::plugins::terralib4::TL4ConverterAction | Manage the menu and action for TerraLib 4.x Converter Plugin |
  te::qt::plugins::vp::AbstractAction | This is an abstract class used to register actions into vp pluging |
   te::qt::plugins::vp::AggregationAction | This class register the contrast action into VP Plugin |
   te::qt::plugins::vp::BasicGeographicOperationAction | This class register the contrast action into VP Plugin |
   te::qt::plugins::vp::BufferAction | This class register the contrast action into VP Plugin |
   te::qt::plugins::vp::IntersectionAction | This class register the contrast action into VP Plugin |
   te::qt::plugins::vp::PolygonToLineAction | This class register the contrast action into VP Plugin |
   te::qt::plugins::vp::SummarizationAction | This class register the contrast action into VP Plugin |
   te::qt::plugins::vp::TransformationAction | This class register the contrast action into VP Plugin |
  te::qt::widgets::AbstractDataSourceTreeItem | |
   te::qt::widgets::CheckConstraintItem | |
   te::qt::widgets::ConstraintsItem | |
   te::qt::widgets::DataSetCategoryGroupItem | |
   te::qt::widgets::DataSetCategoryItem | |
   te::qt::widgets::DataSetGroupItem | |
   te::qt::widgets::DataSetItem | |
   te::qt::widgets::DataSourceItem | |
   te::qt::widgets::ForeignKeyItem | |
   te::qt::widgets::IndexGroupItem | |
   te::qt::widgets::IndexItem | |
   te::qt::widgets::PrimaryKeyItem | |
   te::qt::widgets::PropertyGroupItem | |
   te::qt::widgets::PropertyItem | |
   te::qt::widgets::UniqueKeyItem | |
  te::qt::widgets::AbstractTool | This class defines an interface for objects that can receive application events and respond to them, according to specific tool behavior. Tools, in general, receives map display interaction events, like MouseClick, MouseMove, etc. Tools are created to do some GIS operation using the user interactions |
  te::qt::widgets::AbstractTreeItem | The class that represents an item in a LayerTreeModel |
   te::qt::widgets::ChartItem | |
   te::qt::widgets::ChartSliceItem | |
   te::qt::widgets::ColorMapItem | |
   te::qt::widgets::ColorMapSliceItem | |
   te::qt::widgets::DataSetAdapterLayerItem | |
   te::qt::widgets::DataSetLayerItem | |
   te::qt::widgets::FolderLayerItem | |
   te::qt::widgets::GroupingItem | |
   te::qt::widgets::GroupingSliceItem | |
   te::qt::widgets::LegendItem | |
   te::qt::widgets::QueryLayerItem | |
   te::qt::widgets::RasterLayerItem | |
   te::vp::LayerItem | |
   te::vp::LegendGroupItem | |
   te::vp::PropertyGroupItem | |
   te::vp::PropertyItem | |
  te::qt::widgets::AssistantHelpManagerImpl | A help manager that uses the QAssistant to manage help files |
  te::qt::widgets::MixtureModelDialogMDEventFilter | A event filter to handle map display events |
  te::qt::widgets::ProgressViewerDialog | A progress dialog |
  te::qt::widgets::TiePointsLocatorDialogMDEventFilter | A event filter to handle map display events |
 QPushButton | |
  te::qt::widgets::HelpPushButton | Push button that uses te::qt::widgets::HelpManager on its mouse pressed implementation |
 QStyledItemDelegate | |
  te::qt::widgets::CentralizedCheckBoxDelegate | |
 QTableView | |
  te::qt::widgets::DataSetTableView | A customized table view for te::map::AbstractLayer objects. Uses a te::qt::widgets::DataSetModel as its model |
 QTabWidget | |
  tce::ScriptTabWidget | The main tab widget may be used to display several scripts |
 QThread | |
  te::qt::widgets::DrawLayerThread | This class represents a thread responsible to draw a given layer. Basically, this class receives draw layer requests and generates a QImage as result |
 QToolBox | |
  te::qt::widgets::DataSourceToolBox | |
 QToolButton | |
  te::qt::widgets::ColorPickerToolButton | Custom tool button used to pick a color |
  te::qt::widgets::HelpToolButton | Tool button that uses te::qt::widgets::HelpManager on its mouse pressed implementation |
 QTreeView | |
  te::qt::widgets::DataSetTreeView | A tree view for datasets of a data source |
  te::qt::widgets::DataSourceTreeView | A tool box to help explorer data sources |
  te::qt::widgets::LayerTreeView | A tree view for the layers of an application |
 QTreeWidget | |
  te::qt::widgets::StyleExplorer | A widget used to explore a style |
 te::da::QueryCapabilities | A class that informs the query support of a given data source |
 te::da::QueryVisitor | A visitor interface for the Query hierarchy |
  te::da::AttributeRestrictionVisitor | A visitor that retrieves attribute restrictions from a Query hierarchy |
  te::da::SpatialRestrictionVisitor | A visitor for retrieves spatial restrictions from a Query hierarchy |
  te::da::SQLVisitor | A visitor for building an SQL statement from a given Query hierarchy |
 QWidget | |
  te::qt::af::AbstractSettingWidget | A frame for setting Table options |
   te::qt::af::DisplayWidget | A frame for setting display options |
   te::qt::af::ProjectWidget | A frame for setting grid options |
   te::qt::af::TableWidget | A frame for setting Table options |
   te::qt::af::ToolbarsWidget | |
  te::qt::af::ProjectInfoWidget | A widget for present te::qt::af::Project informations |
  te::qt::widgets::AbstractDataSourceConnector | A base class for widgets that allows application to create, edit or remove data sources |
   te::qt::plugins::ado::ADOConnector | ADO connector implementation for the Qt data source widget |
   te::qt::plugins::gdal::GDALConnector | GDAL connector implementation for the Qt data source widget |
   te::qt::plugins::geofile::GeoFileConnector | GeoFile connector implementation for the Qt data source widget |
   te::qt::plugins::mysql::MySQLConnector | MySQL connector implementation for the Qt data source widget |
   te::qt::plugins::ogr::OGRConnector | OGR connector implementation for the Qt data source widget |
   te::qt::plugins::pgis::PostGISConnector | PostGIS connector implementation for the Qt data source widget |
   te::qt::plugins::sqlite::SQLiteConnector | SQLite connector implementation for the Qt data source widget |
   te::qt::plugins::wcs::WCSConnector | OGC Web Coverage Service (WCS) connector implementation for the Qt data source widget |
   te::qt::plugins::wfs::WFSConnector | OGC Web Feature Service (WFS) connector implementation for the Qt data source widget |
   te::qt::plugins::wms::WMSConnector | OGC Web Map Service (WMS) connector implementation for the Qt data source widget |
  te::qt::widgets::AbstractFillWidget | Abstract class that represents a widget that can be used to build a fill element |
   te::qt::widgets::BasicFillWidget | A widget used to build a basic fill element |
   te::qt::widgets::GraphicFillWidget | A widget used to build a fill element associated with a graphic |
  te::qt::widgets::AbstractGraphicWidget | Abstract class that represents a widget that can be used to build a graphic element |
   te::qt::widgets::GlyphGraphicWidget | A widget used to build a graphic associate with a glyph mark element |
   te::qt::widgets::LocalGraphicWidget | A widget used to build a graphic associate with an external graphic element that references a local image. e.g. a SVG file, a PNG file, etc |
   te::qt::widgets::WellKnownGraphicWidget | A widget used to build a graphic associate with a well-known mark element |
  te::qt::widgets::AbstractLayerSelector | An abstract class for layer selection widgets |
   te::qt::widgets::DataSetLayerSelector | A simple widget that allows the selection of datasets from a given data source |
   te::qt::widgets::HiddenDataSetLayerSelector | ... |
  te::qt::widgets::AbstractPropertyItem | A widget used to define the main property items that can be used to describe a se object |
   te::qt::widgets::BasicFillPropertyItem | A widget used to define the basic fill se object |
   te::qt::widgets::BasicStrokePropertyItem | |
   te::qt::widgets::GlyphMarkPropertyItem | A widget used to define a glyph object |
   te::qt::widgets::GraphicPropertyItem | A widget used to define the general properties of a se object |
   te::qt::widgets::LayerPropertiesInfo | |
   te::qt::widgets::LocalImagePropertyItem | A widget used to define a local image graphic for a se symbolizer |
   te::qt::widgets::WellKnownMarkPropertyItem | A widget used to define the mark se properties |
  te::qt::widgets::AbstractPropertyManager | A singleton for holding the property browser items factories |
  te::qt::widgets::BasicStrokeWidget | A widget used to build a basic stroke element |
  te::qt::widgets::ChannelSelectionWidget | A dialog used to build a ChannelSelection element |
  te::qt::widgets::CharMapWidget | A widget used to show the set of characters of a specified font |
  te::qt::widgets::ChartDisplayWidget | A wdiget used to display a chart |
  te::qt::widgets::ChartLayerWidget | A widget used to build a grouping |
  te::qt::widgets::ChartStyleWidget | |
  te::qt::widgets::ChartWidget | A base widget for settings |
   te::qt::widgets::ChartStyleFrame | |
   te::qt::widgets::HistogramFrame | A frame for setting display options |
   te::qt::widgets::ScatterFrame | A frame for setting display options |
  te::qt::widgets::ColorMapWidget | A dialog used to build a ColorMap element |
  te::qt::widgets::ConstraintsIndexesListWidget | This class is used to list the constraints and indexes of a datasetype |
  te::qt::widgets::ConstraintWidget | This virtual class is used to define a Constraint DataSet class object |
   te::qt::widgets::PrimaryKeyConstraintWidget | This class is used to define a Primare Key Constraint DataSet class object |
   te::qt::widgets::UniqueKeyConstraintWidget | This class is used to define a Unique Key Constraint DataSet class object |
  te::qt::widgets::ContrastEnhancementWidget | A dialog used to build a ContrastEnhancementWidget element |
  te::qt::widgets::DatapPropertiesWidget | A class to represent a chart display |
  te::qt::widgets::DataSetAdapterWidget | A dialog for creating a data set adapter |
  te::qt::widgets::DataSetSelectorWidget | A wizard for selecting datasets from a data source |
  te::qt::widgets::DataSetWidget | This class is used to define the FROM object of select operation |
  te::qt::widgets::DataSourceConnectorManager | A widget that groups datasource identificatin and connection information |
  te::qt::widgets::DataSourceSelectorWidget | A dialog for selecting a data source |
  te::qt::widgets::DoubleListWidget | .. |
  te::qt::widgets::DraftLayoutEditor | A DraftLayoutEditor ... |
  te::qt::widgets::EyeBirdMapDisplayWidget | This class defines the map display EyeBird, this component is only a specific map that shows the original extent and a box representing the current extent |
  te::qt::widgets::FileChooser | Defines a component for choose a file |
  te::qt::widgets::GlyphMarkWidget | A widget used to build a mark element represented by a glyph |
  te::qt::widgets::GraphicProperty | A widget used to define the general properties of a se object |
  te::qt::widgets::GraphicSelectorWidget | A widget used to select a graphic element |
  te::qt::widgets::GroupingWidget | A widget used to build a grouping |
  te::qt::widgets::HistogramDataWidget | A widget used to adjust a histogram's input data |
  te::qt::widgets::HistogramStyleWidget | A widget used to adjust a histogram's style |
  te::qt::widgets::HorizontalSliderWidget | .. |
  te::qt::widgets::ImageOutlineWidget | A dialog used to build a ImageOutlineWidget element |
  te::qt::widgets::IndexWidget | This class is used to define a Index DataSet class object |
  te::qt::widgets::LayerPropertiesInfoWidget | |
  te::qt::widgets::LayerSearchWidget | A widget used to search layers over list of layers |
  te::qt::widgets::LayoutEditor | A map editor ... |
  te::qt::widgets::LayoutObject | |
   te::qt::widgets::EditorInfo | |
   te::qt::widgets::Frame | |
    te::qt::widgets::DataFrame | A DataFrame ... |
    te::qt::widgets::GraphicScaleFrame | |
    te::qt::widgets::GridFrame | A GridFrame ... |
     te::qt::widgets::GeographicGridFrame | |
     te::qt::widgets::UTMGridFrame | A UTMGridFrame ... |
    te::qt::widgets::TextFrame | A TextFrame ... |
  te::qt::widgets::LineSymbolizerProperty | A widget used to define the polygon symbolizer properties, such as: |
  te::qt::widgets::LineSymbolizerWidget | A widget used to build a line symbolizer element |
  te::qt::widgets::ListWidget | .. |
  te::qt::widgets::LocalImageWidget | A widget used to build an external graphic element that references a local image. e.g. a SVG file, a PNG file, etc |
  te::qt::widgets::MapDisplay | A widget to control the display of a set of layers |
  te::qt::widgets::NewPropertyWidget | |
  te::qt::widgets::OrderByWidget | This class is used to define the ORDER BY object of select operation |
  te::qt::widgets::OverlapBehaviorWidget | A dialog used to build a OverlapBehaviorWidget element |
  te::qt::widgets::OverlayWidget | This class is used to define a component for viewing overlaid layers |
  te::qt::widgets::ParameterTableWidget | .. |
  te::qt::widgets::PointSymbolizerProperty | A widget used to define the point symbolizer properties, such as: |
  te::qt::widgets::PointSymbolizerWidget | A widget used to build a point symbolizer element |
  te::qt::widgets::PolygonSymbolizerProperty | A widget used to define the polygon symbolizer properties, such as: |
  te::qt::widgets::PolygonSymbolizerWidget | A widget used to build a polygon symbolizer element |
  te::qt::widgets::ProgressViewerBar | A class that defines the interface of a qt bar progress viewer |
  te::qt::widgets::ProgressWidgetItem | Custom widget used to represent a single task |
  te::qt::widgets::RasterHistogramWidget | This class is used to define a component for viewing overlaid layers |
  te::qt::widgets::RasterInfoWidget | This class is used to define a map of information necessary to create a raster |
  te::qt::widgets::RasterNavigatorWidget | This class is used to navigate over a DataSetLayer (having a raster representation) and given a set of tools, such as, zoom in, zoom out, pan, recompose. Two new tools as created for raster interaction: |
  te::qt::widgets::RasterSymbolizerWidget | A widget used to configure a Raster Symbolizer SE element |
  te::qt::widgets::ResourceChooser | Defines a component for choosing a file or directory |
  te::qt::widgets::ScatterDataWidget | |
  te::qt::widgets::ScatterStyleWidget | A widget used to adjust a scatter's style |
  te::qt::widgets::ScriptWidget | A widget that can be used to show and control he execution of a script |
  te::qt::widgets::SelectedChannelWidget | A dialog used to build a SelectedChannelWidget element |
  te::qt::widgets::ShadedReliefWidget | A dialog used to build a ShadedRelief element |
  te::qt::widgets::SimplePropertyWidget | A base widget for simple properties |
   te::qt::widgets::DateTimePropertyWidget | A widget used to define a string property |
   te::qt::widgets::GeometryPropertyWidget | A widget used to define a string property |
   te::qt::widgets::NumericPropertyWidget | A widget used to define a string property |
   te::qt::widgets::StringPropertyWidget | A widget used to define a string property |
  te::qt::widgets::StyleControllerWidget | A widget used to controll the style se element |
  te::qt::widgets::SymbolEditorWidget | A widget used to edit symbols |
  te::qt::widgets::SymbolPreviewWidget | A widget used to preview symbol elements |
  te::qt::widgets::SymbolTableWidget | A widget used to preview a symbol as separated layers |
  te::qt::widgets::TemporalPropertiesWidget | A widget used to adjust a temporal layer's properties |
  te::qt::widgets::TiePointLocatorWidget | This class is used to define a widget for tie point acquirement |
  te::qt::widgets::TimeSeriesPropertiesWidget | A widget used to adjust a time series layer's properties |
  te::qt::widgets::TimeSliderWidget | A wdiget used to control the visualization of temporal data |
  te::qt::widgets::TrajectoryPropertiesWidget | A widget used to adjust a Trajectory layer's properties |
  te::qt::widgets::WellKnownMarkWidget | A widget used to build a well known mark element |
  te::qt::widgets::WhereClauseWidget | This class is used to define the WHERE object of select operation |
  te::qt::widgets::ZoomInMapDisplayWidget | This class defines the map display ZoomIn, this component is only a specific map that shows the current extent in a larger scale |
 QWizard | |
  te::qt::plugins::terralib4::TL4ConverterWizard | |
  te::qt::widgets::ClassifierWizard | This class is GUI used to define the classifier wizard for the RP constast operation |
  te::qt::widgets::ContrastWizard | This class is GUI used to define the contrast wizard for the RP constast operation |
  te::qt::widgets::DataExchangerWizard | Qt dialog for ... |
  te::qt::widgets::MixtureModelWizard | This class is GUI used to define the mixture model wizard for the RP constast operation |
  te::qt::widgets::PluginBuilderWizard | |
  te::qt::widgets::QueryBuilderWizard | |
  te::qt::widgets::QueryLayerBuilderWizard | |
  te::qt::widgets::RegisterWizard | A Qt wizard that allows users to register a image |
  te::qt::widgets::SegmenterWizard | This class is GUI used to define the segmenter wizard for the RP constast operation |
 QWizardPage | |
  te::qt::plugins::terralib4::TL4ConnectorWizardPage | A wizard page that provides the capability of connecting to a TerraLib 4.x database |
  te::qt::plugins::terralib4::TL4FinalPageWizardPage | |
  te::qt::plugins::terralib4::TL4LayerSelectionWizardPage | |
  te::qt::plugins::terralib4::TL4RasterFolderSelectionWizardPage | |
  te::qt::widgets::ClassifierWizardPage | This class is GUI used to define the classifier parameters for the RP constast operation |
  te::qt::widgets::ContrastWizardPage | This class is GUI used to define the contrast parameters for the RP constast operation |
  te::qt::widgets::DataExchangeSummaryWizardPage | |
  te::qt::widgets::DataSetOptionsWizardPage | |
  te::qt::widgets::DataSetSelectorWizardPage | |
  te::qt::widgets::DataSetWizardPage | This class is a wizard page with the DataSetWidget component |
  te::qt::widgets::DataSourceSelectorWizardPage | |
  te::qt::widgets::FieldsWizardPage | This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a select operation |
  te::qt::widgets::GroupByWizardPage | This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of a select operation |
  te::qt::widgets::LayerAttributesWizardPage | This class is used to define the layer attributes information |
  te::qt::widgets::LayerSearchWizardPage | |
  te::qt::widgets::MixtureModelWizardPage | This class is GUI used to define the mixture model parameters for the RP constast operation |
  te::qt::widgets::OrderByWizardPage | |
  te::qt::widgets::RasterInfoWizardPage | This class is GUI used to define the raster info parameters for raster factory |
  te::qt::widgets::RasterNavigatorWizardPage | This class is a wizard page for the RasterNavigator widget |
  te::qt::widgets::SegmenterAdvancedOptionsWizardPage | This class is GUI used to define the segmenter advanced options parameters for the RP constast operation |
  te::qt::widgets::SegmenterWizardPage | This class is GUI used to define the segmenter parameters for the RP constast operation |
  te::qt::widgets::WhereClauseWizardPage | This class is a wizard page with the WhereClauseWidget component |
 QwtPlot | |
  te::qt::widgets::ChartDisplay | A class to represent a chart display |
 QwtPlotCurve | |
  te::qt::widgets::ScatterChart | A class to represent a scatter chart |
 QwtPlotHistogram | |
  te::qt::widgets::HistogramChart | |
 QwtScaleDraw | |
  te::qt::widgets::StringScaleDraw | |
 QwtScaleWidget | |
  te::qt::widgets::colorbar::ColorBar | It QWidget implementation of color bar |
 QwtSymbol | |
  te::qt::widgets::MarkSymbol | A class that specialize the QwtSymbol to draw a Terralib Mark |
 te::rst::RasterIterator< T > | This class implements and iterator to "navigate" over a raster, with a predefined number of bands |
 te::tools::rastermanager::RasterManager | Class with methods to manage and manipulate rasters |
 te::map::RasterTransform | A Raster Transform is a class that defines functions to transform a styled raster |
 te::map::RasterTransformConfigurer | A Raster Transform configurer generates a Raster Transform given a RasterSymbolzier |
 te::color::RGBAColor | A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color |
 te::fe::ScalarCapabilities | Scalar capabilities include the ability to process logical expressions, comparisons and arithmetic operations including the ability to process a list of named functions |
 ScaleFrame | A ScaleFrame ... |
 te::qt::widgets::Scatter | A class to represent a scatter |
 te::qt::widgets::ScatterStyle | |
 te::common::uri::scheme | URI scheme component |
 te::qt::widgets::ScopedCursor | An object that when created shows a cursor during its scope |
 te::rp::SegmenterIdsManager | Segmenter segments IDs manager |
 te::rp::SegmenterSegment | Segmenter segment base class |
  te::rp::SegmenterRegionGrowingStrategy::Segment | Segment base class |
   te::rp::SegmenterRegionGrowingStrategy::BaatzBasedSegment | A segment based on Baatz features values |
   te::rp::SegmenterRegionGrowingStrategy::MeanBasedSegment | A segment based on pixel mean values |
 te::rp::SegmenterSegmentsBlock | Segmenter segments block description class |
 te::rp::SegmenterStrategy | Raster segmenter strategy base class |
  te::rp::SegmenterDummyStrategy | Dummy strategy (just for testing purposes) |
  te::rp::SegmenterRegionGrowingStrategy | Raster region growing segmenter strategy |
 te::rp::Segmenter::SegmenterThreadEntryParams | The parameters passed to the Segmenter::segmenterthreadEntry method |
 te::rp::SegmenterRegionGrowingStrategy::SegmentFeatures | Segment features base class |
  te::rp::SegmenterRegionGrowingStrategy::BaatzBasedSegment::SegmentFeatures | Baatz based segment features |
  te::rp::SegmenterRegionGrowingStrategy::MeanBasedSegment::SegmentFeatures | Mean based segment features |
 Selection | This event signals that the selection button toggled |
 te::da::Sequence | It describes a sequence (a number generator) |
 te::da::DataSourceCatalog::sequence_name_cmp | |
 SimpleData< T *, DT > | Template specialization for simple data using pointers |
 te::xl::SimpleLink | Simple link |
 te::fe::SortBy | It represents a sort by expression |
 te::fe::SortProperty | A sort property name and order type |
 te::fe::SpatialCapabilities | Spatial capabilities include the ability to filter spatial data |
 te::fe::SpatialOperator | Spatial operator |
 te::fe::SpatialOperators | Spatial operators |
 te::srs::SpatialReferenceSystem | A Spatial Reference System, also known as a Coordinate System |
  te::srs::GeographicCoordinateSystem | A Geographic Coordinate System (GEOGCS) |
  te::srs::ProjectedCoordinateSystem | A Projected Coordinate System (PROJCS) |
 te::da::SpatialRestriction | A struct that represents a spatial restriction |
 te::srs::SpatialReferenceSystemManager::srs_desc | |
 te::common::Static | A base type for static classes |
  te::ado::Globals | An static class with global definitions |
  te::common::Globals | An static class with global definitions |
  te::common::Version | |
  te::da::DataSourceFactory | A factory for data sources |
  te::da::FunctionNames | A static class with global function name definitions |
  te::gdal::Globals | An static class with global definitions for the TerraLib GDAL driver |
  te::gm::GeometryFactory | This is the Geometry factory for TerraLib geometries |
  te::gm::WKBReader | A class that deserializes a geometry from a valid WKB |
  te::gm::WKTReader | A class that deserializes a Geometry from a valid WKT |
  te::graph::Globals | An static class with global definitions for the TerraLib Graph Module |
  te::mem::Globals | An static class with global definitions for the TerraLib In-Memory driver |
  te::ogr::Globals | An static class with global definitions |
  te::pgis::EWKBReader | An utility class for reading a PostGIS EWKB |
  te::pgis::Globals | An static class with global definitions |
  te::qt::widgets::AbstractTreeItemFactory | A class for building layer items |
  te::qt::widgets::LexerFactory | A factory method for language lexers |
  te::qt::widgets::ScriptIconFactory | A factory method for language icons |
  te::qt::widgets::SymbologyPreview | |
  te::srs::WKTReader | A class that deserializes a SRS from a valid WKT |
  te::st::Globals | An static class with global definitions for the TerraLib ST module |
  te::stmem::Globals | An static class with global definitions for the TerraLib ST module |
  te::vp::Globals | An static class with global definitions |
  terralib4::GeomReader | |
  terralib4::Globals | An static class with global definitions |
 te::st::STDataLoader | A class that contains a set of static methods to load spatiotemporal data from data sources |
 te::st::STDataLoaderImpl | An abstract class responsible for loading spatiotemporal data from data sources |
  te::st::STDataLoaderFromDS | A class responsible for loading spatiotemporal data from a DataSource using query capabilities |
  te::st::STDataLoaderFromMemDS | A class responsible for loading spatiotemporal data from a ST in-memory DataSource which contains an internal chache of in-memory DataSets indexed by space and time |
 STDataLoaderImplFactory | |
  te::st::STDataLoaderFromDSFactory | This is the concrete factory for a STDataSourceLoaderFromDS |
  te::st::STDataLoaderFromMemDSFactory | This is the concrete factory for a STDataLoaderFromMemDS |
 te::stat::StringStatisticalSummary | A structure to hold the set of statistics from a set of categorical (sample) values |
 te::xerces::StrToXMLCh | A class for converting a standard string to a Xerces string (XMLCh) |
 te::rp::TiePointsLocator::SurfLocatorThreadParams | The parameters passed to the surfLocatorThreadEntry method |
 SwapDoubleUnion<> | It swaps eight bytes in local |
 te::qt::widgets::Symbol | This class represents a symbol. TODO: More description! |
 te::qt::widgets::SymbolInfo | Information about a given Symbol |
 te::qt::widgets::SymbolLibrary | This class represents a library of symbols |
 SymbolType | Enumeration that indicates the symbol type |
 T | |
  te::common::Decorator< T > | |
 te::common::TaskProgress | This class can be used to inform the progress of a task |
 terralib | Spatial reference system transformation function |
 te::at::Text | A Text may contain 1 or more Text Elements |
 te::mem::CachedBandBlocksManager::ThreadParameters | Internal read/write thread execution parameters |
 te::qt::widgets::TiePointsLocatorDialog::TiePointData | |
 te::qt::widgets::TiePointData | |
 te::st::TimeSeries | A class to represent time series |
 te::st::TimeSeriesDataSetInfo | A class that contains infos about a DataSet that contains observations of one or more time series |
 te::st::TimeSeriesDataSetType | A class that contains complemental information about a DataSet that holds observations of a time series |
 te::st::TimeSeriesIterator | A class to traverse the observations of a TimeSeries |
 te::st::TimeSeriesObservation | A class to represent an observation (time and value) of a time series |
 te::st::TimeSeriesPatch | A struct to represent a patch or a continuous piece of a time series |
 te::common::uri::urisyn::traits | Traits used for parsing and encoding components |
 te::st::Trajectory | A class to represent trajectory |
 te::st::TrajectoryDataSetInfo | A class that contains infos about a DataSet that contains observations of one or more trajectories |
 te::st::TrajectoryDataSetType | A class that contains complemental information about a DataSet that holds observations of a trajectory |
 te::st::TrajectoryIterator | A class to traverse the observations of a trajectory |
 te::st::TrajectoryPatch | A struct to represent a patch or a continuous piece of a trajectory |
 te::xsd::Type | An abstract class for modeling the definition of a new XML Schema Type |
  te::xsd::ComplexType | It models a XML Schema Complex Type definition |
  te::xsd::SimpleBuiltInType | A class for representing built-in XML Schema types |
  te::xsd::SimpleType | It models a XML Schema SimpleType element |
 te::xsd::TypeDerivation | SimpleType, SimpleContent and ComplexContent can be extend other types. This is just a base class for the type extension mechanism |
  te::xsd::Extension | This class models an extension element that can be used to extend an existing simpleType or complexType element |
  te::xsd::Restriction4ComplexContent | The restriction class can be used to define restrictions on a complexContent |
  te::xsd::Restriction4SimpleContent | This restriction class defines restrictions on a simpleContent |
 Ui_AddIndexDialog | |
  te::qt::widgets::AddIndex | |
 Ui_AddPropertyDialog | |
  te::qt::widgets::AddProperty | |
 Ui_CreateDataSetDialog | |
  te::qt::widgets::CreateDataSet | |
 Ui_DSCopyDialog | |
  te::tools::dscopy::DSCopyDialog | TerraLib Data Source Copy GUI |
 Ui_LegendDialog | |
  te::qt::widgets::Legend | |
 Ui_RasterManagerDialog | |
  te::tools::rastermanager::RasterManagerDialog | |
 Ui_RemovePropertyDialog | |
  te::qt::widgets::RemoveProperty | |
 Ui_RenamePropertyDialog | |
  te::qt::widgets::RenameProperty | |
 Ui_UpdatePropertyDialog | |
  te::qt::widgets::UpdateProperty | |
 UKInfo | Struct that stores information about a unique key using the most common data types |
 unary_function | |
  te::plugin::PluginInfo::Finder1st | |
 te::common::UnitOfMeasure | A class to represent units of measure |
 te::common::uri::uri | Uniform Resource Identifier (URI) reference |
 te::common::URL | A class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web. A resource can be something as simple as a file or a directory, or it can be a reference to a more complicated object, such as a query to a database or to a search engine. This class is based on the MIT code uripp http://uripp.sourceforge.net/ |
 te::tools::rastermanager::Utils | Class with help methods for the application |
 Utils | Class with help methods for the application |
 te::tools::dscopy::Utils | Class with help methods for the application |
 vector | |
  te::common::uri::query | URI query component |
 te::pgis::VersionInfo | A data structure for holding version information |
 te::graph::Vertex | From the point of view of graph theory, vertices are treated as featureless and indivisible objects, although they may have additional structure depending on the application from which the graph arises;for instance, a semantic network is a graph in which the vertices represent concepts or classes of objects |
 te::fe::Visitor | A visitor interface for a Filter expression |
  te::map::QueryEncoder | A visitor that converts a OGC Filter Expression to TerraLib Expression |
  te::serialize::Expression | |
 te::common::Visitor< T, R > | A generic class for visitors |
 te::gm::Visitor | A visitor interface for the Geometry hierarchy |
  te::gm::WKBSize | A class that computes the number of bytes necessary to encode a geometry in WKB |
  te::gm::WKBWriter | A class that serializes a geometry to the WKB format |
  te::gm::WKTWriter | A class that serializes a geometry to the WKT format |
  te::pgis::EWKBWriter | An utility class for writing a PostGIS EWKB |
  te::sqlite::EWKBSize | |
 te::se::Visitor | A visitor interface for the SymbologyEncoding hierarchy |
  te::map::CanvasConfigurer | A Symbology Enconding visitor that configures a given canvas based on symbolizers elements. If you want to use this visitor, use a command like: te::map::CanvasConfigurer cc(canvas); cc.config(symbolizer); |
  te::qt::widgets::ChartConfigurer | A Symbology Enconding visitor that configures a given chart based on symbolizers elements. If you want to use this visitor, use a command like: te::qt::widgets::ChartConfigurer cc(chart); cc.config(symbolizer); |
 te::da::Where | A class that can be used to model a filter expression that can be applied to a query |
 te::srs::WKTActions | A class that implements the Grammar Rules for well known text (WKT) format for Spatial Reference Systems |
 te::gm::WKTActions | A class that implements the Grammar Rules for well known text (WKT) format for Geometry |
 te::map::WorldDeviceTransformer | This class implements the logic for transforming from device coordinate to world coordinate and vice-versa |
 te::xerces::XMLChToStr | A class for converting a Xerces string (XMLCh) to a standard string |
 Zoom | This event signals that the zoom in button toggled |
 Zoom | This event signals that the zoom out button toggled |