►Cte::xsd::AbstractAttribute | This is the base class for XML Schema Attribute classes |
Cte::xsd::Attribute | It models a XML Schema attribute |
Cte::xsd::AttributeGroup | |
►Cte::rst::AbstractBandIterator< T > | This class implements an abstract iterator to "navigate" over a single band |
►Cte::rst::BandIterator< T > | This class implements an iterator to "navigate" over a single band |
Cte::rst::BandIteratorWithMask< T > | This class implements an iterator to "navigate" over a single band, with a spatial restriction given by a mask |
Cte::rst::ConstBandIterator< T > | This class implements an iterator to "navigate" over a single band (const) |
►Cte::graph::AbstractCachePolicy | This class is used to set the main functions of a cache policy |
Cte::graph::FIFOCachePolicy | This class is used to implement the FIFO cache policy |
Cte::graph::LFUCachePolicy | This class is used to implement the LFU cache policy |
►Cte::map::AbstractChartRenderer | This is the base class for chart renderers |
Cte::qt::widgets::ChartRenderer | A concrete chart renderer based on Qt4 |
►Cte::st::AbstractCoverageSeriesInterp | An abstract class for interpolation function or interpolator that estimate coverages at non-observed times of a CoverageSeries |
Cte::st::NearestCoverageAtTimeInterp | It is an interpolation function the estimates the nearest coverage at a given non-observed time |
►Cte::dt::AbstractData | A base class for values that can be retrieved from the data access module |
Cte::dt::SimpleData< boost::int64_t, INT64_TYPE > | |
Cte::dt::Array | The type for variable-length multidimensional arrays |
Cte::dt::ByteArray | A class for representing binary data |
Cte::dt::CompositeData | A base class for composite data values |
►Cte::dt::DateTime | |
Cte::dt::DateDuration | A class to represent date duration |
►Cte::dt::DateTimeInstant | An abstract class to represent an instant of date and time |
Cte::dt::Date | A base class for date data types |
Cte::dt::OrdinalInstant | A class to represent ordinal time instant |
Cte::dt::TimeInstant | A class to represent time instant |
Cte::dt::TimeInstantTZ | A class to represent time instant with time zone |
►Cte::dt::DateTimePeriod | An abstract class to represent a period of date and time |
Cte::dt::DatePeriod | A class to represent date period based on the Gregorian Calendar |
Cte::dt::OrdinalPeriod | A class to represent ordinal time period |
Cte::dt::TimePeriod | A class to represent time period |
Cte::dt::TimePeriodTZ | A class to represent time period with time zone |
Cte::dt::TimeDuration | A class to represent time duration with nano-second/micro-second resolution |
Cte::dt::SimpleData< T, typeCode > | A template for atomic data types (integers, floats, strings and others) |
Cte::dt::SimpleData< T *, typeCode > | |
►Cte::gm::Geometry | Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards |
►Cte::gm::AbstractPoint | A base abstract class for 0-dimensional geometric objects that represents a single location in coordinate space |
►Cte::gm::Point | A point with x and y coordinate values |
Cte::gm::PointM | A point with an associated measure |
Cte::gm::PointZ | A point with z-coordinate value |
Cte::gm::PointZM | A point with a z-coordinate value and an associated measurement |
Cte::gm::PointKd | A k-dimensional point |
►Cte::gm::Curve | Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of coordinates |
Cte::gm::CircularString | CircularString is a curve with circular interpolation between points |
Cte::gm::CompoundCurve | CompoundCurve is a curve that may have circular and linear segments |
►Cte::gm::LineString | LineString is a curve with linear interpolation between points |
Cte::gm::Line | A Line is LineString with 2 points |
Cte::gm::LinearRing | A LinearRing is a LineString that is both closed and simple |
►Cte::gm::GeometryCollection | It is a collection of other geometric objects |
►Cte::gm::MultiCurve | MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves |
Cte::gm::MultiLineString | MultiLineString is a MultiCurve whose elements are LineStrings |
Cte::gm::MultiPoint | MultiPoint is a GeometryCollection whose elements are restricted to points |
►Cte::gm::MultiSurface | MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surfaces |
Cte::gm::MultiPolygon | MultiPolygon is a MultiSurface whose elements are Polygons |
►Cte::gm::Surface | Surface is an abstract class that represents a 2-dimensional geometric objects |
►Cte::gm::CurvePolygon | CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries |
►Cte::gm::Polygon | Polygon is a subclass of CurvePolygon whose rings are defined by linear rings |
Cte::gm::Triangle | Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary |
►Cte::gm::PolyhedralSurface | PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments |
Cte::gm::TIN | TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches |
►Cte::rst::Raster | An abstract class for raster data strucutures |
Cte::gdal::Raster | This class represents Raster data |
Cte::grib::Raster | A raster class for GRIB format |
Cte::idl::IdlRaster | A adaptor to an external existent raster in a idl array form |
Cte::mem::CachedRaster | A RAM cache adaptor to an external existent raster that must always be avaliable |
Cte::mem::ExpansibleRaster | A raster (stored in memory and eventually swapped to disk) where it is possible to dynamically add lines/columns/bands |
Cte::mem::Raster | A raster class for memory |
Cte::rst::ProxyRaster | A proxy class for bands of several rasters over the same region |
Cte::rst::SynchronizedRaster | An adapter class to allow concurrent access to raster data by multiple threads |
Cterralib4::Raster | |
►Cte::map::AbstractExternalGraphicRenderer | An abstract class for conversion of Symbology Enconding ExternalGraphic elements to an image pattern |
Cte::qt::widgets::ExternalGraphicRenderer | A concrete renderer based on Qt4 for conversion of Symbology Enconding External Graphic elements to an image pattern |
►Cte::qt::plugins::terramobile::AbstractFormItem | This file defines the abstract class for a form item |
Cte::qt::plugins::terramobile::BoolFormItem | This file defines the class for a bool form item |
Cte::qt::plugins::terramobile::DateFormItem | This file defines the class for a date form item |
Cte::qt::plugins::terramobile::DoubleFormItem | This file defines the class for a double form item |
Cte::qt::plugins::terramobile::IntFormItem | |
Cte::qt::plugins::terramobile::LabelFormItem | This file defines the class for a label form item |
Cte::qt::plugins::terramobile::PictureFormItem | This file defines the class for a picture form item |
Cte::qt::plugins::terramobile::StringComboFormItem | This file defines the class for a string combo form item |
Cte::qt::plugins::terramobile::StringFormItem | This file defines the class for a string form item |
Cte::qt::plugins::terramobile::TimeFormItem | This file defines the class for a time form item |
►Cte::graph::AbstractGraph | Abstract class used to define the main functions of graph struct. All graph implementations must used this class |
►Cte::graph::Graph | This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source |
Cte::graph::BidirectionalGraph | This is a implementation of a Bidirectional Graph. By convention a bidirectional graph provides access to out-and in edges |
Cte::graph::DirectedGraph | This is a implementation of a Directed Graph. By convention a directed graph provides access to out-edges only |
Cte::graph::UndirectedGraph | This is a implementation of a UndirectedGraph Graph. By definition a undirected graph has no direction information about his edges |
►Cte::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 |
Cte::graph::FlowGraphBuilder | This class defines the Flow strategy to build a graph |
Cte::graph::LDDGraphBuilder | This strategy is based on Serio Rosim method, using this "mask" is possible extract a graph from a LDD image |
Cte::graph::QueryGraphBuilder | This class defines the Query strategy to build a graph having a exist graph as input parameters |
Cte::graph::RAGGraphBuilder | This class defines the RAG strategy to build a graph, |
►Cte::graph::AbstractGraphLoaderStrategy | This class define the main functions necessary to save and load the graph data and metadata information using the Graph Cache conception |
Cte::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 |
Cte::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 |
Cte::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 |
Cte::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 |
►Cte::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 |
Cte::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 |
Cte::graph::MemoryIterator | |
Cte::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 |
Cte::graph::SequenceIterator | |
►Cte::map::AbstractMarkRenderer | An abstract class for conversion of Symbology Enconding Mark elements to an image pattern |
Cte::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" |
Cte::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" |
►Cte::common::AbstractParameters | Abstract parameters base interface |
Cte::cl::Dummy< TTRAIN, TCLASSIFY >::Parameters | Classifier Parameters |
Cte::cl::KMeans< TTRAIN, TCLASSIFY >::Parameters | Classifier Parameters |
Cte::gm::GTModelParameters | 2D Geometric transformation model parameters |
Cte::gm::GTParameters | 2D Geometric transformation parameters |
►Cte::rp::AlgorithmInputParameters | Raster Processing algorithm input parameters base interface |
Cte::rp::ArithmeticOperations::InputParameters | ArithmeticOperations input parameters |
Cte::rp::Classifier::InputParameters | Classifier input parameters |
Cte::rp::Contrast::InputParameters | Contrast input parameters |
Cte::rp::Filter::InputParameters | Filter input parameters |
Cte::rp::GeoMosaic::InputParameters | GeoMosaic input parameters |
Cte::rp::IHSFusion::InputParameters | IHSFusion input parameters |
Cte::rp::MixtureModel::InputParameters | MixtureModel input parameters |
Cte::rp::PCAFusion::InputParameters | PCAFusion input parameters |
Cte::rp::Register::InputParameters | Register input parameters |
Cte::rp::Segmenter::InputParameters | Segmenter Input Parameters |
Cte::rp::SequenceMosaic::InputParameters | Mosaic input parameters |
Cte::rp::Skeleton::InputParameters | Skeleton input parameters |
Cte::rp::TiePointsLocatorInputParameters | TiePointsLocator input parameters |
►Cte::rp::TiePointsLocatorStrategyParameters | TiePointsLocator strategy parameters |
Cte::rp::TiePointsLocatorMoravecStrategy::Parameters | TiePointsLocator Moravec strategy parameters |
Cte::rp::TiePointsLocatorSURFStrategy::Parameters | TiePointsLocator SURF strategy parameters |
Cte::rp::TiePointsMosaic::InputParameters | Mosaic input parameters |
Cte::rp::WisperFusion::InputParameters | WisperFusion input parameters |
►Cte::rp::AlgorithmOutputParameters | Raster Processing algorithm output parameters base interface |
Cte::rp::ArithmeticOperations::OutputParameters | ArithmeticOperations output parameters |
Cte::rp::Classifier::OutputParameters | Classifier output parameters |
Cte::rp::Contrast::OutputParameters | Contrast output parameters |
Cte::rp::Filter::OutputParameters | Filter output parameters |
Cte::rp::GeoMosaic::OutputParameters | GeoMosaic output parameters |
Cte::rp::IHSFusion::OutputParameters | IHSFusion output parameters |
Cte::rp::MixtureModel::OutputParameters | MixtureModel output parameters |
Cte::rp::PCAFusion::OutputParameters | PCAFusion output parameters |
Cte::rp::Register::OutputParameters | Register output parameters |
Cte::rp::Segmenter::OutputParameters | Segmenter Output Parameters |
Cte::rp::SequenceMosaic::OutputParameters | Mosaic output parameters |
Cte::rp::Skeleton::OutputParameters | Skeleton output parameters |
Cte::rp::TiePointsLocator::OutputParameters | TiePointsLocator output parameters |
Cte::rp::TiePointsMosaic::OutputParameters | Mosaic output parameters |
Cte::rp::WisperFusion::OutputParameters | WisperFusion output parameters |
►Cte::rp::ClassifierStrategyParameters | Classifier Strategy Parameters |
Cte::rp::ClassifierDummyStrategy::Parameters | Classifier Parameters |
Cte::rp::ClassifierEMStrategy::Parameters | Classifier Parameters |
Cte::rp::ClassifierISOSegStrategy::Parameters | Classifier Parameters |
Cte::rp::ClassifierKMeansStrategy::Parameters | Classifier Parameters |
Cte::rp::ClassifierMAPStrategy::Parameters | Classifier Parameters |
Cte::rp::ClassifierSAMStrategy::Parameters | Classifier Parameters |
►Cte::rp::SegmenterStrategyParameters | Segmenter Strategy Parameters |
Cte::rp::SegmenterRegionGrowingBaatzStrategy::Parameters | Segmenter Parameters |
Cte::rp::SegmenterRegionGrowingMeanStrategy::Parameters | Segmenter Parameters |
►Cte::rp::StrategyParameters | Raster strategy parameters base class |
Cte::rp::MixtureModelLinearStrategy::Parameters | MixtureModel Parameters |
Cte::rp::MixtureModelPCAStrategy::Parameters | MixtureModel Parameters |
►Cte::st::AbstractPointCoverageInterp | An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage |
Cte::st::IDWInterpolator | A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage |
►Cte::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 |
Cte::rst::LineIterator< T > | This class implements the strategy to iterate with spatial restriction, the iteration occurs inside a line |
Cte::rst::PointSetIterator< T > | This class implements the strategy to iterate with spatial restriction, the iteration occurs inside a vector of points |
Cte::rst::PolygonIterator< T > | This class implements the strategy to iterate with spatial restriction, the iteration occurs inside a polygon |
►Cte::common::AbstractProgressViewer | A class that defines the interface of an abstract progress viewer |
Cte::common::ConsoleProgressViewer | |
Cte::qt::widgets::ProgressViewerBar | A class that defines the interface of a qt bar progress viewer |
Cte::qt::widgets::ProgressViewerDialog | A progress dialog |
Cte::qt::widgets::ProgressViewerWidget | A class that defines the interface of a qt widget to group a set of ProgressWidgetItem |
►Cte::map::AbstractRenderer | It renders the objects associated to a layer |
Cte::graph::LayerRenderer | It renders the objects associated to a Layer |
Cte::map::AbstractLayerRenderer | It renders the objects associated to an abstract layer. i.e. a generic renderer |
Cte::map::DataSetLayerRenderer | It renders the objects associated to a dataset layer |
Cte::map::QueryLayerRenderer | It renders the objects associated to a query layer |
Cte::map::RasterLayerRenderer | It renders the objects associated to a raster layer |
Cte::wms::WMSLayerRenderer | It renders the data associated to a WMS layer |
►Cte::st::AbstractTimeSeriesInterp | An abstract class for an interpolation function or interpolator that estimate a value at non-observaved times of a time series |
Cte::st::NearestValueAtTimeInterp | It is an interpolation function the estimates the nearest value at a given non-observed time of a time series |
►Cte::st::AbstractTrajectoryInterp | An abstract class for an interpolation function or interpolator that estimates geometries at non-observed times of a trajectory |
Cte::st::NearestGeometryAtTimeInterp | It is an interpolation function the estimates the nearest geometry at a given non-observed time of a trajectory |
►Cte::xml::AbstractWriter | This class models a XML writer object |
Cte::xerces::Writer | |
Cte::xml::Writer | This class models a XML writer object |
CAbstractWriter | A class that models a XML writer object built on top of Xerces-C++ |
Cte::sam::kdtree::AdaptativeIndex< KdTreeNode > | A class that represents a two dimensional K-d Tree (2-d Tree) that store data-elements into the leafs |
Cte::sam::kdtree::AdaptativeNode< NodeKey, NodeData, NodeDataItem > | A class that represents an Kd-tree node |
Cte::graph::AddDeepAttribute | This class defines a function used to add to a graph the deep information attribute |
Cte::graph::AddRasterAttribute | This class defines a function used to add to a graph the raster pixel value as attribute |
Cte::addressgeocoding::AddressGeocodingOp | |
►Cte::vp::AggregationOp | |
Cte::vp::AggregationMemory | |
Cte::vp::AggregationQuery | |
CAGraphDataManager | 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 |
►Cte::rp::Algorithm | Raster Processing algorithm base interface |
Cte::rp::ArithmeticOperations | Performs arithmetic operation over raster data |
Cte::rp::Classifier | Raster classification |
Cte::rp::Contrast | Contrast enhancement |
Cte::rp::Filter | A series of well-known filtering algorithms for images, linear and non-linear. |
Cte::rp::GeoMosaic | Create a mosaic from a set of geo-referenced rasters |
Cte::rp::IHSFusion | Fusion of a low-resolution multi-band image with a high resolution image using the IHS method |
Cte::rp::MixtureModel | Raster decomposition using mixture model |
Cte::rp::PCAFusion | Fusion of a low-resolution multi-band image with a high resolution image using the PCA (Principal components analysis) method |
Cte::rp::RasterAttributes | Extraction of attributes from Raster, Bands, and Polygons |
Cte::rp::Register | Performs raster data registering into a SRS using a set of tie points |
Cte::rp::Segmenter | Raster segmentation |
Cte::rp::SequenceMosaic | Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method |
Cte::rp::Skeleton | Creation of skeleton images |
Cte::rp::TiePointsLocator | Tie points locator |
Cte::rp::TiePointsMosaic | Create a mosaic from a set of rasters using tie-points |
Cte::rp::WisperFusion | Fusion of a low-resolution multi-band image with a high resolution image using the WiSpeR method |
►Cte::vp::Algorithm | Define input/output parameters for an operation |
Cte::vp::Difference | |
Cte::vp::Intersection | |
Cte::vp::AlgorithmParams | |
►Cte::xsd::Annotated | A base class for XSD classes that may allow annotation |
Cte::xsd::All | This class models an XML Schema all element |
Cte::xsd::Any | It models the XML Schema any element |
Cte::xsd::AnyAttribute | It models an XML anyAttribute element |
Cte::xsd::Attribute | It models a XML Schema attribute |
Cte::xsd::AttributeGroup | |
Cte::xsd::Choice | This class models the XML Schema choice element |
Cte::xsd::ComplexContent | It models an XML Schema complexContent element |
Cte::xsd::ComplexType | It models a XML Schema Complex Type definition |
Cte::xsd::Element | This class models the element of a XML Schema |
Cte::xsd::Extension | This class models an extension element that can be used to extend an existing simpleType or complexType element |
Cte::xsd::Field | It models the field element of an XML Schema |
Cte::xsd::Group | This class models a group element in a XML Schema |
►Cte::xsd::IdentityConstraint | This is the base class for XML Schema elements that are related to identity constraint |
Cte::xsd::Key | This class models a key element from an XML Schema |
Cte::xsd::KeyRef | This class models a keyref element from a XML Schema element |
Cte::xsd::Unique | It models the unique element in an XML Schema |
Cte::xsd::Import | It models a XML Schema import |
Cte::xsd::Include | It models a XML Schema include |
Cte::xsd::Notation | This class models a notation element from a XML Schema |
Cte::xsd::Restriction4ComplexContent | The restriction class can be used to define restrictions on a complexContent |
Cte::xsd::Restriction4SimpleContent | This restriction class defines restrictions on a simpleContent |
Cte::xsd::Selector | It models the selector element of an XML Schema |
Cte::xsd::Sequence | This class models a sequence element in a XML Schema |
Cte::xsd::SimpleContent | A class that models an XML Schema simpleContent element |
Cte::xsd::SimpleType | It models a XML Schema SimpleType element |
►Cte::xsd::SimpleTypeConstructor | A base class for SympleType elements. List, Union and Restriction4SimpleType is derived from this base class |
Cte::xsd::List | It is used to define a simple type element as a list of values |
Cte::xsd::Restriction4SimpleType | The restriction element defines restrictions on a simpleType definition |
Cte::xsd::Union | It defines a simple type as a collection (union) of values from specified simple data types |
►Cte::xsd::AnnotationItem | A base class for XSD annotation elements |
Cte::xsd::AppInfo | This class models an object that specifies information to be used by applications |
Cte::xsd::Documentation | A class that models a documentation element used to enter text comments in annotations |
Cte::gm::GTFilter::ApplyRansacThreadEntryThreadParams | Parameters used by the GTFilter::applyRansacThreadEntry method |
CApplyRansacThreadEntryThreadParams | Parameters used by the GTFilter::applyRansacThreadEntry method |
Cte::rp::Skeleton::ApplyVecDiffusionThreadParams | |
Cte::fe::ArithmeticOperators | It is used to indicate the arithmetic operators that a service can support |
Cte::pgis::Array | Auxiliary structure used to decode Array data types |
Cte::da::AttributeRestriction | A struct that represents an attribute restriction |
Cte::at::Attributes | |
Cte::common::uri::authority | URI authority component (without userinfo) |
►Cte::rst::Band | A raster band description |
Cte::gdal::Band | This class represents raster band description |
Cte::grib::Band | Band implemntatin for GRIB |
Cte::idl::IdlBand | A adaptor to an external existent raster in a idl array form |
Cte::mem::Band | Band implementation for the In-Memory Raster |
Cte::mem::CachedBand | RAM cached and tiled raster band |
Cte::mem::ExpansibleBand | Expansible raster band |
Cte::mem::TiledBand | |
Cte::rst::SynchronizedBand | Syncrhonized raster band |
Cterralib4::Band | |
Cte::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 |
Cte::rst::BandProperty | A raster band description |
Cte::rst::BandSummary | A summary of a raster band (most statistics) |
Cte::common::BaseVisitable< T, R > | The root of all hierarchies that can be visited |
►Cte::common::BaseVisitable< QueryVisitor > | |
►Cte::da::Expression | This is an abstract class that models a query expression |
►Cte::da::Function | A class that models a Function expression |
►Cte::da::BinaryFunction | A base class for binary functions |
►Cte::da::BinaryOp | A base class for binary operations |
Cte::da::Add | The addition operator |
Cte::da::And | Boolean logic operator: AND |
Cte::da::Div | The division operator |
Cte::da::EqualTo | It models the comparison operator |
Cte::da::GreaterThan | It models the inequality operator greater than (>) |
Cte::da::GreaterThanOrEqualTo | It models the inequality operator greater than or equal to (>=) |
Cte::da::LessThan | It models the inequality operator less than (<) |
Cte::da::LessThanOrEqualTo | It models the inequality operator less than or equal to (<=) |
Cte::da::Mul | The multiply operator |
Cte::da::NotEqualTo | Tells if two values are not equal |
Cte::da::Or | |
Cte::da::Sub | The subtraction operator |
Cte::da::Coalesce | Coalesce operator |
Cte::da::ST_Contains | Spatial contains operator |
Cte::da::ST_Crosses | Spatial crosses operator |
Cte::da::ST_Difference | Spatial difference operator |
Cte::da::ST_Disjoint | Spatial Disjoint operator |
Cte::da::ST_EnvelopeIntersects | An operator that considers the intersection among approximations or envelopes of geometries |
Cte::da::ST_Equals | Spatial equals operator |
Cte::da::ST_Intersection | Spatial intersection operator |
Cte::da::ST_Intersects | Spatial intersects operator |
Cte::da::ST_Overlaps | Spatial overlaps operator |
Cte::da::ST_SetSRID | Spatial Set SRID operator |
Cte::da::ST_Touches | Spatial touches operator |
Cte::da::ST_Within | Spatial within operator |
Cte::da::In | A class that represents the IN operator |
Cte::da::Like | It is intended to encode a character string comparison operator with pattern matching |
Cte::da::ST_Area | Spatial area operator |
Cte::da::ST_Buffer | Spatial Buffer operator |
Cte::da::ST_Centroid | Spatial centroid operator |
Cte::da::ST_ConvexHull | |
►Cte::da::ST_DistanceBuffer | Spatial Distance Buffer operator |
Cte::da::ST_Beyond | Spatial Distance Buffer Beyond operator |
Cte::da::ST_DWithin | Spatial Distance Buffer Within operator |
Cte::da::ST_Envelope | Spatial envelope operator |
Cte::da::ST_IsEmpty | Spatial is empty operator |
Cte::da::ST_IsValid | Spatial is valid operator |
Cte::da::ST_Length | Spatial length operator |
Cte::da::ST_Multi | Spatial multi operator |
Cte::da::ST_Perimeter | Spatial perimeter operator |
Cte::da::ST_Relate | Spatial relation function |
Cte::da::ST_Transform | |
Cte::da::Substring | Allows the extraction of substrings |
►Cte::da::UnaryFunction | A base class for unary functions |
Cte::da::Avg | Avg statistical function |
Cte::da::Count | Count statistical function |
Cte::da::IsNull | Tells if a value is NULL |
Cte::da::Max | Max statistical function |
Cte::da::Min | Min statistical function |
Cte::da::ST_Boundary | ST_Boundary statistical function |
Cte::da::ST_Collect | ST_Collect statistical function |
Cte::da::ST_Dump | ST_Dump statistical function |
Cte::da::ST_DumpRings | ST_DumpRings statistical function |
Cte::da::ST_MakePolygon | ST_MakePolygon statistical function |
Cte::da::ST_NumGeometries | ST_NumGeometries statistical function |
Cte::da::ST_Union | ST_Union statistical function |
Cte::da::StdDev | StdDev statistical function |
Cte::da::Sum | Sum aggregate operator |
►Cte::da::UnaryOp | A base class for unary operators |
Cte::da::Not | Boolean NOT operator |
Cte::da::Variance | Variance statistical function |
►Cte::da::Literal | This class models a literal value |
Cte::da::LiteralBool | This class models a bool Literal value |
Cte::da::LiteralByteArray | A class that models a literal for ByteArray values |
Cte::da::LiteralDateTime | A class that models a literal for Date and Time values |
Cte::da::LiteralDouble | A class that models a literal for double values |
Cte::da::LiteralGeom | A class that models a literal for Geometry values |
Cte::da::LiteralInt16 | |
Cte::da::LiteralInt32 | |
Cte::da::LiteralInt64 | |
Cte::da::LiteralString | This class models a string Literal value |
Cte::da::LiteralEnvelope | A class that models a literal for Envelope values |
Cte::da::PropertyName | A class that models the name of any property of an object |
Cte::da::SelectExpression | A Select can be used as a source of information in another query |
►Cte::da::FromItem | An abstract class that models a source of data in a query |
Cte::da::DataSetName | A class that models the name of a dataset used in a From clause |
Cte::da::FromFunctionCall | A Select can be used as a source of information in another query |
Cte::da::Join | A Join clause combines two FromItems |
Cte::da::SubSelect | A Select can be used as a source of information in another query |
►Cte::da::JoinCondition | A condition to be used in a Join clause |
Cte::da::JoinConditionOn | JoinConditionOn is a boolean expression and it specifies which items in a join are considered to match |
Cte::da::JoinConditionUsing | JoinConditionUsing class can be used to model a USING clause in a Join |
►Cte::da::Query | A Query is independent from the data source language/dialect |
Cte::da::Insert | The Insert object can add the return of a select object |
Cte::da::Select | A Select models a query to be used when retrieving data from a DataSource |
►Cte::common::BaseVisitable< Visitor > | |
►Cte::fe::AbstractOp | An abstract interface for operators |
►Cte::fe::ComparisonOp | A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments |
►Cte::fe::BinaryComparisonOp | A class for binary comparison operators |
Cte::fe::PropertyIsEqualTo | It tells if two values are identical |
Cte::fe::PropertyIsGreaterThan | It models the inequality operator greater than (>) |
Cte::fe::PropertyIsGreaterThanOrEqualTo | It models the inequality operator greater than or equal to (>=) |
Cte::fe::PropertyIsLessThan | It models the inequality operator less than (<) |
Cte::fe::PropertyIsLessThanOrEqualTo | It models the inequality operator less than or equal to (<=) |
Cte::fe::PropertyIsNotEqualTo | It tells if two values are not equal |
Cte::fe::PropertyIsBetween | The PropertyIsBetween element is defined as a compact way of encoding a range check |
Cte::fe::PropertyIsLike | It is intended to encode a character string comparison operator with pattern matching |
Cte::fe::PropertyIsNull | Encodes an operator that checks to see if the value of its content is NULL |
►Cte::fe::LogicOp | A logical operator can be used to combine one or more conditional expressions |
►Cte::fe::BinaryLogicOp | A logical operator can be used to combine two or more conditional expressions |
Cte::fe::And | Boolean logic operator: AND |
Cte::fe::Or | |
►Cte::fe::UnaryLogicOp | A logical operator that can be used to combine one conditional expressions |
Cte::fe::Not | Boolean NOT operator |
►Cte::fe::SpatialOp | A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship |
Cte::fe::BBOXOp | A convenient and more compact way of encoding the very common bounding box constraint based on an envelope |
►Cte::fe::BinarySpatialOp | A class for binary spatial operators |
Cte::fe::Contains | Binary spatial operator: Contains |
Cte::fe::Crosses | Binary spatial operator: Crosses |
Cte::fe::Disjoint | Binary spatial operator: Disjoint |
Cte::fe::Equals | Binary spatial operator: Equals |
Cte::fe::Intersects | Binary spatial operator: Intersects |
Cte::fe::Overlaps | Binary spatial operator: Overlaps |
Cte::fe::Touches | Binary spatial operator: Touches |
Cte::fe::Within | Binary spatial operator: Within |
►Cte::fe::DistanceBuffer | Distance buffer operator |
Cte::fe::Beyond | DistanceBuffer operator: Beyond |
Cte::fe::DWithin | DistanceBuffer operator: DWithin |
►Cte::fe::Expression | This is an abstract class that models a Filter Encoding expression |
►Cte::fe::BinaryOperator | This class can be used to represent binary operation expressions |
Cte::fe::Add | The addition operator |
Cte::fe::Div | The division operator |
Cte::fe::Mul | The multiply operator |
Cte::fe::Sub | The subtraction operator |
Cte::fe::Function | A function is a named procedure that performs a distinct computation |
Cte::fe::Literal | This class can be used to represent literal values |
Cte::fe::PropertyName | This class is used to encode the name of any property of an object |
►Cte::se::Function | Symbology Encoding functions |
Cte::se::Categorize | The transformation of continuous values to distinct values (Categorize function) |
Cte::se::ChangeCase | Changes the case of strings (String formatting functions) |
Cte::se::Concatenate | Concatenates strings (String formatting functions) |
Cte::se::FormatDate | Date formatting function |
Cte::se::FormatNumber | Numeric formatting function |
Cte::se::Interpolate | The transformation of continuous values to a number of values (Interpolate function) |
Cte::se::Recode | Transformation of discrete values to other values |
Cte::se::StringLength | Returns length of string (String formatting functions) |
Cte::se::StringPosition | It returns the position of first occurence of a substring (String formatting functions) |
Cte::se::Substring | It returns the substring (String formatting functions) |
Cte::se::Trim | Strips off chars from a string value (String formatting functions) |
Cte::se::InterpolationPoint | They are used to define a graph of points |
Cte::se::MapItem | |
Cte::gm::Geometry | Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards |
►Cte::se::Style | The Style defines the styling that is to be applied to a geographic dataset (vector geometries or coverage) |
Cte::se::CoverageStyle | The CoverageStyle defines the styling that is to be applied to a subset of Coverage data |
Cte::se::FeatureTypeStyle | The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a feature type |
►Cte::se::Symbolizer | A Symbolizer describes how a feature is to appear on a map |
Cte::se::LineSymbolizer | A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line segments |
Cte::se::PointSymbolizer | A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point |
Cte::se::PolygonSymbolizer | A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its interior and stroking its border (outline) |
Cte::se::RasterSymbolizer | The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos, DEMs) |
Cte::se::TextSymbolizer | A TextSymbolizer is used to render text labels according to various graphical parameters |
Cte::common::BaseVisitor | A general root class for a visitor hierarchy |
Cte::sa::BayesGlobalOperation | Class used to execute the bayes global operations |
Cte::sa::BayesInputParams | Class that represents the Bayes input parameters |
CBayesInputParams | Class that represents the Bayes input parameters |
Cte::sa::BayesLocalOperation | |
Cte::sa::BayesOutputParams | Class that represents the Bayes output parameters |
CBayesOutputParams | Class that represents the Bayes output parameters |
CBidirectionGraphFactory | This is the concrete factory for the bidirectional Graph type |
CBinaryOp | Boolean logic operator: OR |
Cte::rp::Blender::BlendIntoRaster1ThreadParams | The parameters passed to blendIntoRaster1Thread method |
Cte::mem::CachedBandBlocksManager::BlockIndex | Internal blocks indexes |
Cte::rst::SynchronizedBandBlocksManager::BlockIndex | Internal blocks indexes |
Cte::mem::ExpansibleBandBlocksManager::BlockIndex3D | 3D Block index |
Cte::sam::rtree::Branch< NODE, DATATYPE > | It represents a node-branch of a Rtree |
Cte::sam::rtree::Branch< Node, DATATYPE > | |
►Cte::vp::BufferOp | |
Cte::vp::BufferMemory | |
Cte::vp::BufferQuery | |
►Cte::mnt::CalculateGrid | |
Cte::mnt::SplineInterpolationGrass | |
Cte::mnt::SplineInterpolationGrassMitasova | |
CCCInfo | Struct that stores information about a check constraint using the most common data types |
Cte::cellspace::CellularSpacesOperations | This class provide cellular spaces operations |
Cte::common::CharEncodingConv | This class deals with character encoding/decoding |
Cte::da::CharEncodingConverter | |
Cte::map::Chart | This class represents the informations needed to build map charts |
CChart | A wdiget used to customize a chart's style parameters |
CChartFrame | A frame for setting display options |
CChartFrameFactory | A factory to build the Chart frame object |
Cte::qt::widgets::ChartStyle | |
►Cte::rp::ClassifierStrategy | Raster classifier strategy base class |
Cte::rp::ClassifierDummyStrategy | Dummy strategy (just for testing purposes) |
Cte::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: |
Cte::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 |
Cte::rp::ClassifierKMeansStrategy | KMeans strategy for image classification. Step-by-step: |
Cte::rp::ClassifierMAPStrategy | Maximum a posteriori probability strategy |
Cte::rp::ClassifierSAMStrategy | Spectral Angle Mapper classification strategy |
Cte::common::ClassLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy > | This policy assures a class-level locking scheme for a derived class |
►Cte::common::ClassLevelLockable< ChartRendererManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::map::ChartRendererManager | This is a singleton for managing chart renderer instance available in the system |
►Cte::common::ClassLevelLockable< ExternalGraphicRendererManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::map::ExternalGraphicRendererManager | This is a singleton for managing all external graphic renderers instances available in the system |
►Cte::common::ClassLevelLockable< MarkRendererManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::map::MarkRendererManager | This is a singleton for managing all mark renderers instances available in the system |
Cte::color::ColorBar | It models the concept of color bar |
Cte::rst::BandProperty::ColorEntry | An structure to represent a color tuple |
Cte::qt::widgets::ColorKeyInfo | Associate a rect to a color |
Cte::color::ColorScheme | It models the concept of color scheme |
Cte::color::ColorSchemeCatalog | A catalog for color schemes |
Cte::color::ColorSchemeGroup | This class represents a group of color schemes |
Cte::color::ColorTransform | A class to transform RGBA color to HSV, HSL and CMYK |
Cte::dt::CompareDateTime | An auxiliary struct to compare two datetime pointers |
Cte::qt::widgets::CompareHistogramInterval | |
Cte::st::CompareShrDateTime | An auxiliary struct to compare two datetime shared pointers |
Cte::fe::ComparisonOperators | It is used to indicate what types of comparison operators are supported by a service |
CConnectLinesParams | |
►Cte::da::Constraint | |
Cte::da::CheckConstraint | A class that describes a check constraint |
Cte::da::ForeignKey | It models a foreign key constraint for a DataSetType |
Cte::da::PrimaryKey | It describes a primary key (pk) constraint |
Cte::da::UniqueKey | It describes a unique key (uk) constraint |
►Cte::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 |
Cte::xsd::All | This class models an XML Schema all element |
Cte::xsd::Choice | This class models the XML Schema choice element |
Cte::xsd::Group | This class models a group element in a XML Schema |
Cte::xsd::Sequence | This class models a sequence element in a XML Schema |
►CContentHandler | |
Cte::xerces::ReaderHandler | This class implements Xerces interface for a handler that receives general document events |
Cte::srs::Converter | A Converter is responsible for the conversion of coordinates between different Coordinate Systems (CS) |
Cte::gm::Coord2D | An utility struct for representing 2D coordinates |
►Cte::st::Coverage | An abstract class to represent a coverage |
Cte::st::PointCoverage | A concrete class to represent a point coverage |
Cte::st::RasterCoverage | A concrete class to represent a raster coverage |
►Cte::st::CoverageDataSetInfo | An abstract class that contains infos about a DataSource and DataSet that contains observations of a coverage |
Cte::st::PointCoverageDataSetInfo | A class that contains infos about a DataSource and DataSet that contains observations of a point coverage |
Cte::st::RasterCoverageDataSetInfo | A class that contains infos about a DataSource and DataSet that contains observations of a raster coverage |
Cte::st::CoverageSeries | A class to represent a coverage series |
Cte::st::CoverageSeriesIterator | A class to traverse the observations of a CoverageSeries |
Cte::mnt::CreateIsolines | |
CCreateIsolines | Class used to execute the create isolines |
CCreateIsolines | Class used to execute the create isolines |
CCreateIsolinesInputParams | |
CCreateIsolinesOutputParams | |
Cte::qt::widgets::DataExchangeStatus | |
Cte::qt::widgets::DataSet2Layer | |
Cte::da::DataSourceCatalog::dataset_name_cmp | |
Cte::da::DataSetCapabilities | A class that informs what the dataset implementation of a given data source can perform |
Cte::qt::widgets::DataSetSelectorWidget::DataSetComparer | |
CDataSetConstraint | A class that describes a constraint |
Cte::mem::DataSetItem | An implementation of the DatasetItem class for the TerraLib In-Memory Data Access driver |
CDataSetStruct | Struct that stores information about a data set using the most common data types |
Cte::da::DataSetTypeCapabilities | A class that informs what kind of constraint and index is supported by a given data source |
Cte::da::DataSetTypeConverter | An converter for DataSetType |
Cte::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 |
CDataSourceHeader | Struct that stores information about a data source header |
Cte::da::DataSourceInfo | A class that represents a data source component |
►Cte::qt::widgets::DataSourceType | A base class for the suppported types of data source |
Cte::qt::plugins::ado::ADOType | |
Cte::qt::plugins::gdal::GDALType | |
Cte::qt::plugins::geofile::GeoFileType | |
Cte::qt::plugins::mysql::MySQLType | |
Cte::qt::plugins::ogr::OGRType | |
Cte::qt::plugins::pgis::PostGISType | |
Cte::qt::plugins::sqlite::SQLiteType | |
Cte::qt::plugins::wcs::WCSType | |
Cte::qt::plugins::wfs::WFSType | |
Cte::qt::plugins::wms::WMSType | |
CDataTime | An abstract class for date and time types |
Cte::dt::DataType | It stores information about a data type |
Cte::da::DataTypeCapabilities | A class that represents the supported data types of a specific data source |
Cte::srs::Datum | A geodetic datum defines a reference to measure Earth's surface |
Cte::mem::ExpansibleBandBlocksManager::DiskBlockInfo | Disk block info |
Cte::rp::Matrix< TemplateElementType >::DiskLineInfo | Disk lines info |
Cte::common::Distance | A given distance has a measurement and a unit-of-measure |
Cte::common::uri::domain_name | Domain name |
CDraw | This event signals that the draw button clicked |
Cte::gdal::DriverMetadata | GDAL driver metadata |
Cte::tools::dscopy::DSCopy | Class with methods to manage the application |
Cte::tools::dscopy::DSCopyDialogController | |
CDSInfo | Class with methods to manage the application |
Cte::cl::Dummy< TTRAIN, TCLASSIFY > | Dummy classifier (just for testing purposes) |
Cte::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) |
Cte::sa::EdgeRemovalInfo | A struct that represents the skater partition values for each edge |
Cte::at::Element | |
Cte::srs::Ellipsoid | A reference ellipsoid is an approximation of the Earth's surface as a squashed sphere |
Cte::gm::Envelope | An Envelope defines a 2D rectangular region |
Cte::gml::Envelope | Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions |
►CErrorHandler | |
Cte::xerces::ErrorHandler | This class implements Xerces interface for error handlers |
►Cte::qt::af::evt::Event | A base class for application events |
Cte::qt::af::evt::AppClosed | This event signals that the application is about to close |
Cte::qt::af::evt::CoordinateTracked | Signals a mouse moved over the current display |
Cte::qt::af::evt::DisplayResized | This event signals that a display was resized |
Cte::qt::af::evt::DrawButtonClicked | |
Cte::qt::af::evt::DrawingFinished | This event is used to inform that drawing is finished |
Cte::qt::af::evt::GetAvailableLayers | |
Cte::qt::af::evt::GetLayerExplorer | |
Cte::qt::af::evt::GetLayerSelected | This event is used to get a single layer selected in layer tree |
Cte::qt::af::evt::GetMapDisplay | This event can be used to retrieve the MapDisplat component |
Cte::qt::af::evt::HighlightLayerObjects | This event indicates that the objects of the given layer must be highlighted |
Cte::qt::af::evt::LayerAdded | This event signals that a new layer was created |
Cte::qt::af::evt::LayerChanged | |
Cte::qt::af::evt::LayerPopUpAddAction | This event is used to add a action in a layer tree pop up |
Cte::qt::af::evt::LayerPopUpRemoveAction | This event is used to remove a action in a layer tree pop up |
Cte::qt::af::evt::LayerRemoved | Constructor |
Cte::qt::af::evt::LayerSelected | This event indicates that the layer has been selected |
Cte::qt::af::evt::LayerSelectedObjectsChanged | This event indicates that the selected objects of the layer were changed |
Cte::qt::af::evt::LayerStyleSelected | This event indicates that the layer style was selected on the layer explorer |
Cte::qt::af::evt::LayerVisibilityChanged | This event signals that the layer visibility has changed |
Cte::qt::af::evt::MapColorChanged | This event signals that the color of the map display changed |
Cte::qt::af::evt::MapSRIDChanged | This event signals that the srid of the map display changed |
Cte::qt::af::evt::NewActionsAvailable | |
Cte::qt::af::evt::PanButtonToggled | |
Cte::qt::af::evt::ProjectAdded | It indicates that a new project was created |
Cte::qt::af::evt::ProjectUnsaved | It indicates that the project has unsaved changes |
Cte::qt::af::evt::SelectionButtonToggled | |
Cte::qt::af::evt::TableAlternatingColorsChanged | This event signals that table has alternating row colors |
Cte::qt::af::evt::ToolBarAdded | This event signals that a new toolbar was added |
Cte::qt::af::evt::ToolChanged | This event signals that the tool being used, on current map display, changed |
Cte::qt::af::evt::ZoomInButtonToggled | |
Cte::qt::af::evt::ZoomOutButtonToggled | |
Cte::st::Event | A class to represent an event |
CEWKBReader | An utility class for reading a TerraLib 4.x geometry |
►Cexception | |
►Cte::common::Exception | This class is designed to declare objects to be thrown as exceptions by TerraLib |
Cte::common::LoggedException | A class that automatically logs the exception message |
►Cte::Exception | Base exception class for plugin module |
Cte::ItemAlreadyExistsException | An exception indicating that a given item already exists in a collection |
Cte::ItemNotFoundException | An exception indicating that a given item was not found in a collection |
►Cexception | |
Cte::Exception | Base exception class for plugin module |
Cte::rp::ArithmeticOperations::ExecStackElement | Execution stack element |
Cte::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams | The parameters passed to the matchCorrelationEuclideanThreadEntry method |
Cte::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams | The parameters passed to the executeMatchingByEuclideanDistThreadEntry method |
Cte::qt::widgets::ExpressionProperty | |
Cte::xsd::Facet | This class can be used to model a facet (a constraint in the range of values) |
Cte::common::FactoryDictionary< TFACTORY, TFACTORYKEY, TKEYCOMPARE > | This class represents a dictionary of factories |
Cte::edit::Feature | |
CFeederConstRasterFileNames | A feeder from a vector of input rasters infos |
Cte::da::Field | Can be used to model an expression that takes part of the output items of a SELECT |
CFieldsWidget | This class represents a FieldsWidget component |
Cte::fe::Filter | A filter is any valid predicate expression |
Cte::fe::FilterCapabilities | This class can be used to create capabilities document of services that use filter encoding |
Cte::qt::plugins::geofile::GeoFileConnectorDialog::FindById | |
Cte::qt::widgets::DataSetOptionsWizardPage::FindByName | |
CFKInfo | Struct that stores information about a foreign key using the most common data types |
Cte::qt::plugins::terramobile::Form | This class defines the Form object |
Cte::common::uri::fragment | URI fragment component |
Cte::fe::FunctionName | It is used to list the function names that are supported and the number of arguments each function requires |
Cte::da::FunctionParameter | A FunctionParameter models the parameter of a function definition |
Cte::sa::GeneralizedProximityMatrix | This class defines a Generalized Proximity Matrix |
CGenerateSegmentsParams | |
►Cte::vp::GeometricOp | |
Cte::vp::GeometricOpMemory | |
Cte::vp::GeometricOpQuery | |
CGeometricOperationAction | This class register the contrast action into VP Plugin |
CGeometricWizardPage | This class is GUI used to define the basic geometric operator parameters for the VP operation |
CGeometryFile | A class that can parses a file with wkb encoded geometries |
Cte::fe::GeometryOperands | Geometry operands |
Cte::qt::plugins::terramobile::GeoPackageSynchronizer | This file is used to Synchronizer operation |
Cte::sa::GeostatisticalDataItem | |
►Cte::sa::GeostatisticalMethod | Geostatistics is used for modelling spatial data. It provides accurate and reliable estimations of phenomena at locations where no measurements are available |
Cte::sa::GeostatisticalMethodSemivariogram | Semivariogram is a function describing the degree of spatial dependence of a spatial random field. It is defined as the variance of the difference between field values at two locations (x and y) across realizations of the field |
►Cte::sa::GeostatisticalModel | The empirical variogram cannot be computed at every lag distance h and due to variation in the estimation it is not ensured that it is a valid variogram, as defined above. However some Geostatistical methods such as kriging need valid semivariograms. In applied geostatistics the empirical variograms are thus often approximated by model function ensuring validity (Chiles&Delfiner 1999) |
Cte::sa::GeostatisticalModelExponential | Class that represents the geostatistical exponential model |
Cte::sa::GeostatisticalModelGaussian | Class that represents the geostatistical gaussian model |
Cte::sa::GeostatisticalModelSpherical | Class that represents the geostatistical spherical model |
Cte::graph::GetSubGraph | This class defines a function used to get a sub graph for a graph |
CGlobal | An static class with global definitions |
Cte::common::Globals | An static class with global definitions |
Cte::fe::Globals | An static class with global definitions |
Cte::xl::Globals | |
Cte::qt::widgets::Globals | An static class with global definitions |
Cte::sa::GPMBuilder | This class defines the GPM Builder class |
►Cte::sa::GPMConstructorAbstractStrategy | This class defines a an Abstract class for a GPM constructor |
Cte::sa::GPMConstructorAdjacencyStrategy | This class defines a an adjacency strategy class for a GPM constructor |
Cte::sa::GPMConstructorDistanceStrategy | This class defines a an distance strategy class for a GPM constructor |
Cte::sa::GPMConstructorNearestNeighborStrategy | This class defines a nearest neighbor class for a GPM constructor |
►Cte::sa::GPMWeightsAbstractStrategy | This class defines a an Abstract class to calculates a weight for a GPM |
Cte::sa::GPMWeightsInverseDistanceStrategy | This class defines a class to calculates a weight for a GPM using Inverse Distance strategy |
Cte::sa::GPMWeightsNoWeightsStrategy | This class defines a class to calculates a weight for a GPM using No Weights strategy |
Cte::sa::GPMWeightsSquaredInverseDistanceStrategy | This class defines a class to calculates a weight for a GPM using Inverse Distance strategy |
►Cgrammar | |
Cte::gm::WKTParser< Iterator > | |
Cte::srs::WKTParser< Iterator > | A class that implements the Grammar Rules for well known text (WKT) format of Spatial Reference Systems |
Cte::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 |
Cte::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 |
Cte::graph::GraphDataManager | |
►Cte::graph::GraphMetadata | Class used to define the graph metadata informations |
Cte::graph::DataSourceGraphMetadata | Class used to define the graph metadata informations over a SGBD source |
Cte::rst::Grid | A rectified grid is the spatial support for raster data |
Cte::da::GroupByItem | A class that can be used in a GROUP BY clause |
Cte::map::Grouping | This class contains the parameters needed for grouping the values of a Property |
Cte::map::GroupingItem | A GroupingItem contains information about a grouping item associated to a layer |
Cte::da::Having | A class that can be used to model a filter expression that can be applied to a query |
►Cte::qt::widgets::HelpManagerImpl | An interface for help managers implementations |
Cte::qt::widgets::AssistantHelpManagerImpl | A help manager that uses the QAssistant to manage help files |
CHidtogramChart | A class to represent a histogram chart |
Cte::qt::widgets::Histogram | A class to represent a Histogram |
Cte::qt::widgets::HistogramStyle | |
Cte::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 |
Cte::dt::DataTypeManager::IdComparer | A functor for comparing a pair of pointers to data types by id |
►Cte::xsd::Identifiable | A base class for XSD classes that must provide a unique ID property |
Cte::xsd::All | This class models an XML Schema all element |
Cte::xsd::Annotation | A class that models a XSD annotation element |
Cte::xsd::Any | It models the XML Schema any element |
Cte::xsd::AnyAttribute | It models an XML anyAttribute element |
Cte::xsd::Attribute | It models a XML Schema attribute |
Cte::xsd::AttributeGroup | |
Cte::xsd::Choice | This class models the XML Schema choice element |
Cte::xsd::ComplexContent | It models an XML Schema complexContent element |
Cte::xsd::ComplexType | It models a XML Schema Complex Type definition |
Cte::xsd::Element | This class models the element of a XML Schema |
Cte::xsd::Extension | This class models an extension element that can be used to extend an existing simpleType or complexType element |
Cte::xsd::Field | It models the field element of an XML Schema |
Cte::xsd::Group | This class models a group element in a XML Schema |
Cte::xsd::IdentityConstraint | This is the base class for XML Schema elements that are related to identity constraint |
Cte::xsd::Import | It models a XML Schema import |
Cte::xsd::Include | It models a XML Schema include |
Cte::xsd::Notation | This class models a notation element from a XML Schema |
Cte::xsd::Redefine | It models a XML Schema redefine |
Cte::xsd::Restriction4ComplexContent | The restriction class can be used to define restrictions on a complexContent |
Cte::xsd::Restriction4SimpleContent | This restriction class defines restrictions on a simpleContent |
Cte::xsd::Schema | A class that models a XML schema (XSD) |
Cte::xsd::Selector | It models the selector element of an XML Schema |
Cte::xsd::Sequence | This class models a sequence element in a XML Schema |
Cte::xsd::SimpleContent | A class that models an XML Schema simpleContent element |
Cte::xsd::SimpleType | It models a XML Schema SimpleType element |
Cte::xsd::SimpleTypeConstructor | A base class for SympleType elements. List, Union and Restriction4SimpleType is derived from this base class |
CIdxInfo | Struct that stores information about a index using the most common data types |
Cte::sam::kdtree::Index< KdTreeNode > | A class that represents a two dimensional K-d Tree (2-d Tree) |
Cte::sam::rtree::Index< DATATYPE, MAXNODES, MINNODES > | A class that represents an R-tree |
Cte::da::Index | It describes an index associated to a DataSetType |
Cte::sam::rtree::Index< int > | |
Cte::sam::rtree::Index< std::size_t, 4 > | |
Cte::sam::rtree::Index< std::size_t, 8 > | |
Cte::sam::rtree::Index< te::edit::VertexIndex, 8 > | |
Cte::sam::rtree::Index< unsigned int, 8, 4 > | |
CInputParameters | TiePointsLocator input parameters |
Cte::vp::InputParams | A structure to hold the input parameters of vector processing |
Cte::rp::TiePointsLocatorStrategy::InterestPointT | |
►Cte::qt::widgets::InterfaceController | A virtual class for non modal interfaces |
Cte::qt::widgets::QueryDialog | This file defines a class for a Query Dialog Dialog |
Cte::qt::widgets::TimeSliderWidget | A wdiget used to control the visualization of temporal data |
Cte::vp::IntersectionMemory::IntersectionMember | |
►Cte::vp::IntersectionOp | |
Cte::vp::IntersectionMemory | |
Cte::vp::IntersectionQuery | |
Cte::qt::widgets::IntervalToObjectId | |
Cte::common::uri::ip_address | IP address |
Cte::common::uri::ipv6_address | |
CItemOfLayerRemoved | This event signals that a item belonging to a layer will be removed from the layer explorer |
Cte::sam::kdtree::kd_node_m_dataset_tag | Kd-Tree node type for nodes with multuple elements (used by template instantiation) |
Cte::sam::kdtree::kd_node_m_datasingle_tag | Kd-tree node type for nodes with single elements (used by template instantiation) |
Cte::sa::KernelInputParams | Class that represents the kernel input parameters |
►Cte::sa::KernelOperation | Virtual class used to execute the kernel operations |
Cte::sa::KernelMapOperation | Class used to calculate the kernel map of a dataset |
Cte::sa::KernelRatioOperation | Class used to calculate the kernel ratio of a datasets |
Cte::sa::KernelOutputParams | Class that represents the kernel output parameters |
Cte::cl::KMeans< TTRAIN, TCLASSIFY > | KMeans strategy for classification. Step-by-step: |
Cte::common::LessCmp< T > | It implements several compare functions |
Cte::common::LessCmp< const char * > | |
Cte::common::LessCmp< T * > | |
►Cte::vp::LineToPolygonOp | |
Cte::vp::LineToPolygonMemory | |
Cte::vp::LineToPolygonQuery | |
Cte::qt::widgets::LinkTableInfo | |
CLiteralInt | A class that models a Literal for a integer value |
CLiteralInt | A class that models a Literal for a integer value |
CLiteralInt | A class that models a Literal for a integer value |
Cte::rp::TiePointsLocatorStrategy::MatchedInterestPointsT | |
Cte::rp::Matrix< TemplateElementType > | A generic template matrix |
Cte::rp::Matrix< double > | |
Cte::rp::Matrix< FeatureDataTypeT > | |
Cte::rp::Matrix< rg::BaatzFeatureType > | |
Cte::rp::Matrix< rg::MeanFeatureType > | |
Cte::rp::Matrix< SegmenterSegmentsBlock::SegmentIdDataType > | |
Cte::rp::Matrix< te::rp::SegmenterRegionGrowingSegment< FeatureDataTypeT > > | |
Cte::rp::Matrix< te::rp::SegmenterRegionGrowingSegment< rg::BaatzFeatureType > > | |
Cte::rp::Matrix< te::rp::SegmenterRegionGrowingSegment< rg::MeanFeatureType > > | |
Cte::md::MD_Format | Format of the data |
CMemoryterator | 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 |
Cte::md::MetadataAnnotation | A class to relate a metadata annotation to a TerraLib element (or entity) |
Cte::sa::MinimumSpanningTree | |
Cte::qt::widgets::MixtureModelWizardPage::MixModelComponent | |
►Cte::rp::MixtureModelStrategy | Raster mixture model strategy base class |
Cte::rp::MixtureModelLinearStrategy | |
Cte::rp::MixtureModelPCAStrategy | |
CTerraLib::Module | This internal structure is used to model the basic information about a TerraLib module |
Cte::rp::TiePointsLocatorMoravecStrategy::MoravecLocatorThreadParams | The parameters passed to the moravecLocatorThreadEntry method |
Cte::rp::SequenceMosaic::MosaicSequenceInfo | Mosaic sequence info |
Cte::vp::MultipartToSinglepart | |
CMySQLCreationDialog | ... |
Cte::dt::DataTypeManager::NameComparer | A functor for comparing a pair of pointers to data types by name |
Cte::sam::kdtree::Node< NodeKey, NodeData, NodeDataItem, NodeDataTag > | A class that represents an Kd-tree node |
Cte::sam::rtree::Node< DATATYPE, MAXNODES, MINNODES > | A class that represents an R-tree node |
Cte::common::NodeT< T > | Struct that represents a node in the Queue |
►Cnoncopyable | |
►Cte::common::AbstractFactory< AbstractCachePolicy, std::string > | |
►Cte::graph::AbstractCachePolicyFactory | This is the abstract factory for cache policy |
Cte::graph::FIFOCachePolicyFactory | This is the concrete factory for the FIFO cache policy |
Cte::graph::LFUCachePolicyFactory | This is the concrete factory for the LFU cache policy |
►Cte::common::AbstractFactory< AbstractFillWidget, std::string > | |
►Cte::qt::widgets::AbstractFillWidgetFactory | The abstract factory of widgets used to configure Symbology Enconding Fill element |
Cte::qt::widgets::BasicFillWidgetFactory | A concrete factory that builds a fill widget used to configure a basic fill element |
Cte::qt::widgets::GraphicFillWidgetFactory | A concrete factory that builds a fill widget used to configure a fill element associated with a graphic |
►Cte::common::AbstractFactory< AbstractGraph, std::string > | |
►Cte::graph::AbstractGraphFactory | This is the abstract factory for Graphs |
Cte::graph::BidirectionalGraphFactory | |
Cte::graph::DirectedGraphFactory | This is the concrete factory for the directed Graph type |
Cte::graph::GraphFactory | This is the concrete factory for the commung Graph type |
Cte::graph::UndirectedGraphFactory | This is the concrete factory for the undirected Graph type |
►Cte::common::AbstractFactory< AbstractGraphicWidget, std::string > | |
►Cte::qt::widgets::AbstractGraphicWidgetFactory | The abstract factory of widgets used to configure Symbology Enconding Graphic element |
Cte::qt::widgets::GlyphGraphicWidgetFactory | A concrete factory that builds a graphic widget used to configure a graphic associate with a glyph mark element |
Cte::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 |
Cte::qt::widgets::WellKnownGraphicWidgetFactory | A concrete factory that builds a graphic widget used to configure a graphic associate with an one well-known mark element |
►Cte::common::AbstractFactory< AbstractGraphLoaderStrategy, std::string > | |
►Cte::graph::AbstractGraphLoaderStrategyFactory | This is the abstract factory for graph loader strategy |
Cte::graph::BoxLoaderStrategyFactory | This is the concrete factory for the database box loader strategy |
Cte::graph::SequenceLoaderStrategyFactory | This is the concrete factory for the database sequency loader strategy |
►Cte::common::AbstractFactory< AbstractPluginEngine, std::string > | |
►Cte::plugin::PluginEngineFactory | This is the abstract factory for plugin engines |
Cte::plugin::CppPluginEngineFactory | This is the concrete factory for C++ plugin engines |
►Cte::common::AbstractFactory< AbstractRenderer, std::string > | |
►Cte::map::RendererFactory | This is the abstract factory for layer renderers |
Cte::map::AbstractLayerRendererFactory | This is the concrete factory for renderers of a AbstractLayer. i.e. builds a generic renderer |
Cte::map::DataSetLayerRendererFactory | This is the concrete factory for renderers of a DataSetLayer |
Cte::map::QueryLayerRendererFactory | This is the concrete factory for renderers of a QueryLayer |
Cte::map::RasterLayerRendererFactory | This is the concrete factory for renderers of a RasterLayer |
Cte::wms::WMSLayerRendererFactory | This is the concrete factory for renderers of a WMSLayer |
►Cte::common::AbstractFactory< AbstractSettingWidget, std::string > | |
►Cte::qt::af::SettingsWidgetsFactory | |
CProjectWidgetFactory | A factory to build the project frame object |
Cte::qt::af::DisplayWidgetFactory | A factory to build the display frame object |
Cte::qt::af::GeneralConfigWidgetFactory | A factory to build the general config frame object |
Cte::qt::af::TableWidgetFactory | A factory to build the Table widget object |
Cte::qt::af::ToolbarsWidgetFactory | A factory to build the Table widget object |
►Cte::common::AbstractFactory< GeometricTransformation, std::string > | |
►Cte::gm::GTFactory | 2D Geometric transformation factory |
Cte::gm::AffineGTFactory | 2D Affine Geometric transformation factory |
Cte::gm::ProjectiveGTFactory | 2D Projective Geometric transformation factory |
Cte::gm::RSTGTFactory | 2D RST Geometric transformation factory |
Cte::gm::SecondDegreePolynomialGTFactory | 2D Second Degree Polynomial Geometric transformation factory |
Cte::gm::ThirdDegreePolynomialGTFactory | 2D Third Degree Polynomial Geometric transformation factory |
►Cte::common::AbstractFactory< Raster, std::string > | |
►Cte::rst::RasterFactory | This is the abstract factory for Rasters |
Cte::gdal::RasterFactory | This is the concrete factory for GDAL rasters |
Cte::grib::RasterFactory | This is the abstract factory for Rasters |
Cte::mem::ExpansibleRasterFactory | |
Cte::mem::RasterFactory | This is the abstract factory for Rasters |
►Cte::common::AbstractFactory< te::qt::widgets::ChartWidget, std::string > | |
►Cte::qt::widgets::ChartWidgetFactory | A factory to build widget objects |
Cte::qt::widgets::ChartStyleFrameFactory | |
Cte::qt::widgets::HistogramFrameFactory | A factory to build the histogram frame object |
Cte::qt::widgets::ScatterFrameFactory | A factory to build the scatter frame object |
Cte::qt::widgets::TimeSeriesFrameFactory | A factory to build the timeSeries frame object |
►Cte::common::AbstractFactory< te::qt::widgets::SimplePropertyWidget, int > | |
►Cte::qt::widgets::SimplePropertyWidgetFactory | A factory to build widget objects |
Cte::qt::widgets::DateTimePropertyWidgetFactory | A factory to build the string property widget object |
Cte::qt::widgets::GeometryPropertyWidgetFactory | A factory to build the string property widget object |
Cte::qt::widgets::NumericPropertyWidgetFactory | A factory to build the string property widget object |
Cte::qt::widgets::StringPropertyWidgetFactory | A factory to build the string property widget object |
►Cte::common::AbstractFactory< te::rp::ClassifierStrategy, std::string, std::less< std::string > > | |
►Cte::rp::ClassifierStrategyFactory | Raster classifier strategy factory base class |
Cte::rp::ClassifierDummyStrategyFactory | Raster dummy Classifier strategy factory |
Cte::rp::ClassifierEMStrategyFactory | Raster EM Classifier strategy factory |
Cte::rp::ClassifierISOSegStrategyFactory | Raster ISOSeg Classifier strategy factory |
Cte::rp::ClassifierKMeansStrategyFactory | Raster KMeans Classifier strategy factory |
Cte::rp::ClassifierMAPStrategyFactory | Maximum a posteriori probability strategy factory |
Cte::rp::ClassifierSAMStrategyFactory | Spectral Angle Mapper strategy factory |
►Cte::common::AbstractFactory< te::rp::MixtureModelStrategy, std::string, std::less< std::string > > | |
►Cte::rp::MixtureModelStrategyFactory | Raster Mixture model strategy factory base class |
Cte::rp::MixtureModelLinearStrategyFactory | Raster linear mixture model strategy factory |
Cte::rp::MixtureModelPCAStrategyFactory | Raster PCA mixture model strategy factory |
►Cte::common::AbstractFactory< te::rp::SegmenterStrategy, std::string, std::less< std::string > > | |
►Cte::rp::SegmenterStrategyFactory | Raster segmenter strategy factory base class |
Cte::rp::SegmenterDummyStrategyFactory | Raster dummy segmenter strategy factory |
Cte::rp::SegmenterRegionGrowingBaatzStrategyFactory | Raster region growing segmenter strategy factory |
Cte::rp::SegmenterRegionGrowingMeanStrategyFactory | Raster region growing segmenter strategy factory |
►Cte::common::AbstractFactory< te::rp::TiePointsLocatorStrategy, std::string, std::less< std::string > > | |
►Cte::rp::TiePointsLocatorStrategyFactory | Raster tie-points locator strategy factory base class |
Cte::rp::TiePointsLocatorMoravecStrategyFactory | Moravec tie-points locator strategy factory |
Cte::rp::TiePointsLocatorSURFStrategyFactory | SURF tie-points locator strategy factory |
►Cte::common::AbstractFactory< te::xml::AbstractWriter, std::string > | |
►Cte::xml::AbstractWriterFactory | This is the abstract factory for XML writers |
Cte::xerces::WriterFactory | This is the concrete factory for XML writer built on top of Xerces-C++ parser |
►Cte::common::AbstractFactory< te::xml::Reader, std::string > | |
►Cte::xml::ReaderFactory | This is the abstract factory for XML readers |
Cte::xerces::ReaderFactory | This is the concrete factory for XML reader built on top of Xerces-C++ parser |
►Cte::rp::AbstractFeeder< const te::rst::Raster > | |
►Cte::rp::FeederConstRaster | Feeder from a input rasters |
Cte::rp::FeederConstRasterDirectory | A feeder from an input directory name |
Cte::rp::FeederConstRasterInfo | |
Cte::rp::FeederConstRasterVector | A feeder from a input rasters vector; |
Cte::common::Holder< te::da::DataSet > | |
Cte::rp::SegmenterRegionGrowingSegmentsPool< rg::BaatzFeatureType > | |
Cte::rp::SegmenterRegionGrowingSegmentsPool< rg::MeanFeatureType > | |
►Cte::common::Singleton< AbstractOp > | |
Cte::fe::serialize::AbstractOp | |
►Cte::common::Singleton< AbstractPropertyManager > | |
Cte::qt::widgets::AbstractPropertyManager | A singleton for holding the property browser items factories |
►Cte::common::Singleton< ApplicationController > | |
Cte::qt::af::AppCtrlSingleton | |
►Cte::common::Singleton< ApplicationListener > | |
Cte::qt::plugins::edit::ApplicationListener | A listener of application framework. It is used to listen events sent by the application framework |
►Cte::common::Singleton< AttributeConverterManager > | |
Cte::da::AttributeConverterManager | A singleton to keep all the registered Attribute Converters |
Cte::common::Singleton< ChartRendererManager > | |
Cte::common::Singleton< ColorSchemeCatalogManager > | |
►Cte::common::Singleton< ConnectionPoolManager > | |
Cte::da::ConnectionPoolManager | A singleton for managing the connection pools available in the system |
►Cte::common::Singleton< DataConverterManager > | |
Cte::dt::DataConverterManager | A singleton for managing the data type converter available in the system |
►Cte::common::Singleton< DataSourceCatalogManager > | |
Cte::da::DataSourceCatalogManager | This is a singleton for managing all the data source catalog instances available in the system |
►Cte::common::Singleton< DataSourceInfoManager > | |
Cte::da::DataSourceInfoManager | A singleton to keep all the registered data sources |
►Cte::common::Singleton< DataSourceManager > | |
Cte::da::DataSourceManager | This is a singleton for managing all data source instances available in the system |
►Cte::common::Singleton< DataSourceTypeManager > | |
Cte::qt::widgets::DataSourceTypeManager | A singleton to keep all the registered data source types |
►Cte::common::Singleton< DataTypeManager > | |
Cte::dt::DataTypeManager | |
Cte::common::Singleton< Expression > | |
►Cte::common::Singleton< ExternalGraphicRendererManager > | |
Cte::map::ExternalGraphicRendererManager | This is a singleton for managing all external graphic renderers instances available in the system |
►Cte::common::Singleton< FunctionCatalogManager > | |
Cte::da::FunctionCatalogManager | A FunctionCatalogManager is a singleton that can be used to manage function catalogs of data source implementations |
►Cte::common::Singleton< Globals > | |
Cte::xerces::Globals | A singleton class with global definitions |
►Cte::common::Singleton< HelpManager > | |
Cte::qt::widgets::HelpManager | Facade for a te::qt::widgets::HelpManagerImpl object |
►Cte::common::Singleton< IDWInterpolator > | |
Cte::st::IDWInterpolator | A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage |
►Cte::common::Singleton< Layer > | |
Cte::map::serialize::Layer | |
►Cte::common::Singleton< LibraryManager > | |
Cte::common::LibraryManager | A singleton that can be used to observe the available libraries in the system |
►Cte::common::Singleton< MarkRendererManager > | |
Cte::map::MarkRendererManager | This is a singleton for managing all mark renderers instances available in the system |
►Cte::common::Singleton< MetadataManager > | |
Cte::md::MetadataManager | This singleton defines the TerraLib metadata record manager entry |
►Cte::common::Singleton< Module > | |
Cte::addressgeocoding::Module | This singleton defines the TerraLib Qt Widgets module entry |
Cte::at::Module | This singleton defines the TerraLib Annotation Text module entry |
Cte::attributefill::Module | This singleton defines the TerraLib Attribute Fill module entry |
Cte::cellspace::Module | This singleton defines the TerraLib Cellular Spaces module entry |
Cte::cl::Module | This singleton defines the TerraLib Qt Widgets module entry |
Cte::color::Module | This singleton defines the TerraLib Color module entry |
Cte::common::Module | This singleton defines an entry in the Platform for the TerraLib Common Runtime module |
Cte::da::Module | This singleton defines the TerraLib Data Access module entry |
Cte::dt::Module | This singleton defines the TerraLib Data Type module entry |
Cte::edit::Module | This singleton defines the TerraLib Edit module entry |
Cte::fe::Module | This singleton defines the TerraLib Filter Encoding module entry |
Cte::gm::Module | This singleton defines the TerraLib Vector Geometry module entry |
Cte::gml::Module | This singleton defines the TerraLib GML module entry |
Cte::graph::Module | This singleton defines the TerraLib Graph module entry |
Cte::map::Module | This singleton defines the TerraLib Map Tools module entry |
Cte::md::Module | This singleton defines the TerraLib Symbology Encoding module entry |
Cte::mem::Module | This singleton defines the TerraLib In-Memory module entry |
Cte::plugin::Module | This singleton defines the TerraLib Plugin module entry |
Cte::qt::widgets::Module | This singleton defines the TerraLib Qt Widgets module entry |
Cte::rp::Module | This singleton defines the TerraLib Raster Processing module entry |
Cte::rst::Module | This singleton defines the TerraLib Raster module entry |
Cte::sa::Module | This singleton defines the TerraLib Spatial Analysis module entry |
Cte::se::Module | This singleton defines the TerraLib Symbology Encoding module entry |
Cte::srs::Module | This singleton defines the TerraLib Spatial Reference System module entry |
Cte::st::Module | This singleton defines the TerraLib ST module entry |
Cte::stat::Module | This singleton defines the TerraLib Qt Widgets module entry |
Cte::stmem::Module | This singleton defines the TerraLib st memory module entry |
Cte::vp::Module | This singleton defines the TerraLib Qt Widgets module entry |
Cte::xml::Module | This singleton defines the TerraLib XML-API module |
►Cte::common::Singleton< NearestCoverageAtTimeInterp > | |
Cte::st::NearestCoverageAtTimeInterp | It is an interpolation function the estimates the nearest coverage at a given non-observed time |
►Cte::common::Singleton< NearestGeometryAtTimeInterp > | |
Cte::st::NearestGeometryAtTimeInterp | It is an interpolation function the estimates the nearest geometry at a given non-observed time of a trajectory |
►Cte::common::Singleton< NearestValueAtTimeInterp > | |
Cte::st::NearestValueAtTimeInterp | It is an interpolation function the estimates the nearest value at a given non-observed time of a time series |
►Cte::common::Singleton< PluginManager > | |
Cte::plugin::PluginManager | A singleton for managing plugins |
Cte::common::Singleton< ProgressManager > | |
►Cte::common::Singleton< RasterSummaryManager > | |
Cte::rst::RasterSummaryManager | A singleton for keeping raster summaries (most statistics). It stores an internal map of raster conn info str and their respective summaries |
Cte::common::Singleton< Renderer > | |
►Cte::common::Singleton< RepositoryManager > | |
Cte::edit::RepositoryManager | This is a singleton for managing edit repositories |
►Cte::common::Singleton< SnapManager > | |
Cte::edit::SnapManager | This is a singleton for managing geometries snap |
►Cte::common::Singleton< SpatialReferenceSystemManager > | |
Cte::srs::SpatialReferenceSystemManager | A class to manage Coordinate Systems representations within TerraLib environment |
►Cte::common::Singleton< SplashScreenManager > | |
Cte::qt::af::SplashScreenManager | A singleton for holding he application splash screen |
►Cte::common::Singleton< Style > | |
Cte::se::serialize::Style | |
Cte::common::Singleton< Symbolizer > | |
Cte::common::Singleton< SymbolLibraryManager > | |
►Cte::common::Singleton< SymbologyManager > | |
Cte::se::SymbologyManager | The SymbologyManager is a singleton that can be used to manage all loaded symbols in TerraLib |
Cte::common::Singleton< SystemApplicationSettings > | |
►Cte::common::Singleton< te::gdal::DataSetsManager > | |
Cte::gdal::DataSetsManager | GDAL data set manager |
►Cte::common::Singleton< TerraLib > | |
CTerraLib | An utility class to control the startup and cleanup of the TerraLib Platform and its resources |
►Cte::common::Singleton< UndoStackManager > | |
Cte::edit::UndoStackManager | |
►Cte::common::Singleton< UnitsOfMeasureManager > | |
Cte::common::UnitsOfMeasureManager | A singleton class for dealing with units of measure in the TerraLib environment |
►Cte::common::Singleton< UserApplicationSettings > | |
Cte::common::UserApplicationSettings | A singleton for managing application settings applied to a single user |
Cte::ado::Connection | A class that implements a connection to a ADO database |
Cte::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE > | This class defines the interface of abstract factories without initializing parameters |
►Cte::common::ApplicationSettings | A class for managing application settings |
Cte::common::SystemApplicationSettings | A singleton for managing application settings applied to the whole system (all users) |
Cte::common::UserApplicationSettings | A singleton for managing application settings applied to a single user |
Cte::common::ClassLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy >::ClassLevelLockingPolicy< LockingPolicy > | This class acquires a lock over the object class |
►Cte::common::Counted | A counted class keeps track of how many abstract instances are pointing to it |
►Cte::common::TreeItem | This abstract class describes a basic item to be organized in a tree-oriented way |
►Cte::map::AbstractLayer | This is the base class for layers |
Cte::graph::Layer | A Layer is a reference to a virtual dataset with/without geometric attributes |
Cte::map::DataSetAdapterLayer | A layer with reference to a DataSetTypeConverter |
Cte::map::DataSetLayer | A layer with reference to a dataset |
Cte::map::FolderLayer | A layer that can be used as a container for other kind of layers |
Cte::map::QueryLayer | A layer resulting from a query |
Cte::map::RasterLayer | A layer with reference to a raster |
►Cte::st::AbstractSTDataSetLayer | A layer with reference to a dataset that contains spatiotemporal data |
Cte::st::ObservationDataSetLayer | A layer with reference to a dataset that contains observations |
Cte::st::TimeSeriesDataSetLayer | A layer with reference to a dataset that contains trajectories |
Cte::st::TrajectoryDataSetLayer | A layer with reference to a dataset that contains trajectories |
Cte::wms::WMSLayer | A layer with reference to a WMS Layer |
Cte::common::Holder< T > | An auxiliary data structure for helping to control the garbage collection of C++ objects |
Cte::common::Library | A class for handling shared libraries (DLLs, SO, DyLibs) |
►Cte::common::Singleton< T > | Template support for singleton pattern |
Cte::color::ColorSchemeCatalogManager | The ColorSchemeCatalogManager is a singleton that can be used to manage all loaded color scheme catalogs |
Cte::common::ProgressManager | A singleton class used to manage tasks progresses and their viewers |
Cte::common::SystemApplicationSettings | A singleton for managing application settings applied to the whole system (all users) |
Cte::edit::Renderer | This is a singleton for rendering geometries and features |
Cte::fe::serialize::Expression | |
Cte::map::ChartRendererManager | This is a singleton for managing chart renderer instance available in the system |
Cte::qt::widgets::SymbolLibraryManager | The SymbolLibraryManager is a singleton that can be used to manage all loaded symbol libraries in TerraLib |
Cte::se::serialize::Symbolizer | |
►Cte::da::AbstractConnectionPool | This class defines the basic interface for a connection pool |
Cte::pgis::ConnectionPool | This class implements a connection pool for the PostGIS driver |
Cte::da::AttributeRestrictionVisitor | A visitor that retrieves attribute restrictions from a Query hierarchy |
►Cte::da::BatchExecutor | A class that models an object that submits commands in batch to the data source |
Cte::sqlite::BatchExecutor | |
►Cte::da::DataSet | A dataset is the unit of information manipulated by the data access module of TerraLib |
Cte::ado::DataSet | Implementation of a dataset for the ADO driver |
Cte::da::DataSetAdapter | An adapter for DataSet |
Cte::da::FilteredDataSet | This class represents a filtered data set |
Cte::gdal::DataSet | A GDAL data set gives access to a raster file |
Cte::gpkg::DataSet | Implementation of a DataSet for OGR data provider |
Cte::mem::DataSet | Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver |
Cte::ogr::DataSet | Implementation of a DataSet for OGR data provider |
Cte::pgis::DataSet | Implementation of a dataset for the PostGIS driver |
Cte::sqlite::FwDataSet | |
Cte::stmem::DataSet | Implementation of a in-memory data set that contains spatiotemporal observations indexed by time and space |
Cterralib4::RasterDataSet | |
Cterralib4::TableDataSet | Implementation of a dataset for the TerraLib 4 driver |
Cterralib4::VectorDataSet | Implementation of a dataset for the TerraLib 4 driver |
►Cte::da::DataSource | An abstract class for data providers like a DBMS, Web Services or a regular file |
Cte::ado::DataSource | The ADO driver |
Cte::gdal::DataSource | A driver to access raster data using the GDAL library |
Cte::gpkg::DataSource | The OGR data source provider |
Cte::mem::DataSource | Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver |
Cte::ogr::DataSource | The OGR data source provider |
Cte::pgis::DataSource | The PostGIS driver |
Cte::sqlite::DataSource | |
Cte::stmem::DataSource | Implements a DataSource that contains In-Memory DataSets indexed by space and time |
Cte::wcs::DataSource | Implementation of the data source for the WCS driver |
Cte::wfs::DataSource | Implementation of the data source for the WFS driver |
Cte::wms::DataSource | Implementation of the data source for the WMS driver |
Cterralib4::DataSource | |
Cte::da::DataSourceCatalog | It represents the system catalog of a DataSource |
►Cte::da::DataSourceTransactor | A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things into it |
Cte::ado::Transactor | The transactor class for the Microsoft Access driver |
Cte::gdal::Transactor | |
Cte::gpkg::Transactor | |
Cte::mem::Transactor | An implementation of the Transactor class for the Memory Data Access driver |
Cte::ogr::Transactor | |
Cte::pgis::Transactor | The transactor class for the PostGIS driver |
Cte::sqlite::DataSourceTransactor | |
Cte::stmem::Transactor | An implementation of DataSourceTransactor class for the ST in-memory driver |
Cte::wcs::Transactor | Implementation of the transactor for the WCS driver |
Cte::wfs::Transactor | Implementation of the transactor for the WFS driver |
Cte::wms::Transactor | Implementation of the transactor for the WMS driver |
Cterralib4::Transactor | |
Cte::da::FunctionCatalog | A FunctionCatalog can be used to keep track of registered functions |
Cte::da::FunctionDefn | The definition of a function that can be used in a query object |
►Cte::da::PreparedQuery | A class that model a prepared query |
Cte::pgis::PreparedQuery | A class that implements a prepared query for PostgreSQL data access driver |
Cte::sqlite::PreparedQuery | A class that implements a prepared query for the TerraLib SQLite Data Access Driver |
Cte::da::ScopedTransaction | An utility class to coordinate transactions |
Cte::da::SpatialQueryProcessor | A basic query processor for spatial restrictions |
Cte::da::SpatialRestrictionVisitor | A visitor for retrieves spatial restrictions from a Query hierarchy |
Cte::da::SQLDialect | It represents the SQL query dialect accepted by a given data source |
►Cte::da::SQLFunctionEncoder | A base class for encoders of SQL function expressions |
Cte::da::BinaryOpEncoder | A query encoder for binary operations |
Cte::da::FunctionEncoder | An SQL encoder for general function expressions |
Cte::da::FunctionNoArgsEncoder | An SQL encoder for functions with no arguments that is invoked just by its name |
Cte::da::TemplateEncoder | A query encoder for binary operator expressions |
Cte::da::UnaryOpEncoder | A query encoder for unary operator expressions |
►Cte::da::SQLVisitor | A visitor for building an SQL statement from a given Query hierarchy |
Cte::ado::SQLVisitor | A visitor for building an SQL statement using ADO dialect |
Cte::gpkg::SQLVisitor | |
Cte::ogr::SQLVisitor | |
Cte::pgis::SQLVisitor | A visitor for building an SQL statement using PostGIS dialect |
Cte::sqlite::SQLVisitor | A visitor for building an SQL statement using SQLite dialect |
Cte::gdal::DataSetUseCounter | GDAL data set use counter |
►Cte::gm::GeometricTransformation | 2D Geometric transformation base class |
Cte::gm::AffineGT | 2D Affine Geometric transformation |
Cte::gm::ProjectiveGT | 2D Projective Geometric transformation |
Cte::gm::RSTGT | 2D Rotation/scale/translation(rigid body) Geometric transformation |
Cte::gm::SecondDegreePolynomialGT | Second Degree Polynomial Geometric transformation |
Cte::gm::ThirdDegreePolynomialGT | Third Degree Polynomial Geometric transformation |
Cte::gm::GTFilter | 2D Geometric transformation tie-points filter (outliers remotion) |
Cte::gm::WKTWriter | A class that serializes a geometry to the WKT format |
►Cte::map::AbstractMapDisplay | It defines the concept of a map display responsible for controlling how a set of layers are displayed |
►Cte::map::MapDisplay | This class controls how a set of layers are displayed |
►Cte::qt::widgets::MapDisplay | A widget to control the display of a set of layers |
Cte::qt::widgets::MultiThreadMapDisplay | A multi thread Qt4 widget to control the display of a set of layers |
►Cte::map::Canvas | A canvas is an abstraction of a drawing area |
Cte::ag::Canvas | A canvas built on top of Anti Grain Geometry |
Cte::qt::widgets::Canvas | A canvas built on top of Qt |
Cte::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); |
Cte::md::CI_Citation | Provides a standardized method for citing a resource (dataset, feature, source, publication, etc.) |
Cte::md::CI_ResponsibleParty | Contains the identify of person(s), and/or position, and/or organization(s) associated with the resource |
Cte::md::MD_Distribution | Information about the distributor of and the options for obtaining the resource |
►Cte::md::MD_Identification | Identification information contains information to uniquely identify the data |
Cte::md::MD_DataIdentification | Information required to identify a dataset |
Cte::md::MD_Metadata | Root entity which defines metadata for a resource or resources |
Cte::mem::CachedBand | RAM cached and tiled raster band |
Cte::mem::CachedBandBlocksManager | RAM cached and tiled raster band blocks manager |
Cte::mem::ExpansibleBand | Expansible raster band |
Cte::mem::ExpansibleBandBlocksManager | RAM cached and tiled raster band blocks manager |
Cte::mem::ExpansibleBandBlocksManager::OpenDiskFileHandler | Open disk file handler |
Cte::pgis::Connection | A class that implements a connection to a PostgreSQL database |
►Cte::plugin::AbstractFinder | Allows applications to extend how PluginManager can search for plugins |
Cte::plugin::DefaultFinder | A plugin finder that search for plugins in some special directories defined by compile time macros |
►Cte::plugin::AbstractPlugin | An abstract class for TerraLib Plugins |
Cte::plugin::CppPluginProxy | A proxy class for C++ plugins |
►Cte::plugin::Plugin | A base class for plugin types |
Cte::ado::Module | |
Cte::gdal::Module | The TerraLib GDAL driver is a plugin |
Cte::ogr::Module | The TerraLib OGR driver is a plugin |
Cte::pgis::Module | The TerraLib PostGIS driver is a plugin |
►Cte::plugin::CppPlugin | An abstract interface for Plugins written in C++ |
Cte::grib::Platform | A utility class to initialize and terminate TerraLib GRIB driver support |
Cte::xerces::Module | The TerraLib Xerces module is a plugin |
Cte::qt::plugins::addressgeocoding::Plugin | |
Cte::qt::plugins::ado::Plugin | |
Cte::qt::plugins::attributefill::Plugin | |
Cte::qt::plugins::cellspace::Plugin | |
Cte::qt::plugins::edit::Plugin | |
Cte::qt::plugins::gdal::Plugin | |
Cte::qt::plugins::geofile::Plugin | |
Cte::qt::plugins::mnt::Plugin | |
Cte::qt::plugins::mysql::Plugin | |
Cte::qt::plugins::ogr::Plugin | |
Cte::qt::plugins::pgis::Plugin | |
Cte::qt::plugins::rp::Plugin | |
Cte::qt::plugins::sa::Plugin | |
Cte::qt::plugins::sqlite::Plugin | |
Cte::qt::plugins::st::Plugin | |
Cte::qt::plugins::terralib4::Plugin | |
Cte::qt::plugins::terramobile::Plugin | |
Cte::qt::plugins::vp::Plugin | |
Cte::qt::plugins::wcs::Plugin | |
Cte::qt::plugins::wfs::Plugin | |
Cte::qt::plugins::wms::Plugin | |
Cte::sqlite::Module | |
Cte::wcs::Module | |
Cte::wfs::Module | |
Cte::wms::Module | |
Cterralib4::Module | |
►Cte::plugin::AbstractPluginEngine | |
Cte::plugin::CppPluginEngine | An abstract class for plugin engines |
►Cte::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 |
►Cte::edit::GeometriesUpdateTool | |
►Cte::edit::CreateLineTool | This class implements a concrete tool to create lines |
Cte::edit::AggregateAreaTool | |
Cte::edit::SubtractAreaTool | |
Cte::edit::CreatePolygonTool | This class implements a concrete tool to create polygons |
Cte::edit::DeleteGeometryTool | This class implements a concrete tool to move geometries |
Cte::edit::EditInfoTool | |
Cte::edit::MergeGeometriesTool | |
Cte::edit::MoveGeometryTool | This class implements a concrete tool to move geometries |
Cte::edit::SplitPolygonTool | This class implements a concrete tool to split polygons |
Cte::edit::VertexTool | This class implements a concrete tool for vertex operations (move, add, etc.) |
Cte::qt::plugins::mnt::ShowValuesTool | |
Cte::qt::widgets::CoordTracking | This class implements a concrete tool to geographic coordinate tracking on mouse move operation |
Cte::qt::widgets::Info | This class implements a concrete tool to get informations about a specified feature using pointing operation |
Cte::qt::widgets::Measure | This class implements a concrete tool to measure operation (distance, area, and angle) |
Cte::qt::widgets::Pan | This class implements a concrete tool to geographic pan operation |
Cte::qt::widgets::PanExtent | This class implements a concrete tool to pan a user defined extent |
Cte::qt::widgets::PointPicker | This class implements a concrete tool to geographic coordinate picker on mouse click operation |
Cte::qt::widgets::PolygonAcquire | This class implements a concrete tool to acquire a polygon geometry |
Cte::qt::widgets::ReadPixelTool | |
►Cte::qt::widgets::RubberBand | This class provides a rectangle that can indicate a boundary |
Cte::qt::widgets::ExtentAcquire | This class implements a concrete tool to define a boundary rectangle |
Cte::qt::widgets::Selection | This class implements a concrete tool to select layer features using an extent |
Cte::qt::widgets::ZoomArea | This class implements a concrete tool to geographic zoom in operation using a boundary rectangle |
►Cte::qt::widgets::Zoom | This is a utility class to geographic zoom operation |
Cte::qt::widgets::ZoomClick | This class implements a concrete tool to geographic zoom operation using the mouse click |
Cte::qt::widgets::ZoomKeyboard | This class implements a concrete tool to geographic zoom operation using the keyboard |
Cte::qt::widgets::ZoomWheel | This class implements a concrete tool to geographic zoom operation using the mouse wheel |
Cte::qt::widgets::ZoomLeftAndRightClick | This class implements a concrete tool to geographic zoom operation using the left and right mouse clicks |
Cte::qt::widgets::AssistantHelpManagerImpl | A help manager that uses the QAssistant to manage help files |
Cte::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); |
Cte::rp::AbstractFeeder< ObjType > | Abstract objects feeder |
Cte::rp::Blender | Blended pixel value calculation for two overlaped rasters |
Cte::rp::RasterHandler | RasterHandler |
Cte::rp::SegmenterRegionGrowingSegmentsPool< FeatureDataTypeT > | Segments pool |
Cte::rst::Interpolator | It interpolates one pixel based on a selected algorithm. Methods currently available are Nearest Neighbor, Bilinear, and Bicubic |
Cte::rst::RasterSynchronizer | An access synchronizer to be used in SynchronizedRaster raster instances |
Cte::rst::SynchronizedBand | Syncrhonized raster band |
Cte::rst::SynchronizedBandBlocksManager | Synchronized raster raster band blocks manager |
Cte::se::AnchorPoint | An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it relative to a point geometry |
Cte::se::ChannelSelection | ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source) |
Cte::se::ColorMap | A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel values to colors |
Cte::se::ContrastEnhancement | ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image |
Cte::se::Description | A Description gives human-readable descriptive information for the object it is included within |
Cte::se::Displacement | A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point |
Cte::se::ExternalGraphic | The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in-line content |
Cte::se::Fill | A Fill specifies the pattern for filling an area geometry |
Cte::se::Font | A Font specifies the text font to use in a text symbolizer |
Cte::se::Graphic | A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size |
Cte::se::GraphicStroke | A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line |
Cte::se::Halo | A Halo is a type of Fill that is applied to the backgrounds of font glyphs |
Cte::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 |
Cte::se::InlineContent | InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is included in an SE in-line |
Cte::se::LabelPlacement | The LabelPlacement specifies where and how a text label should be rendered relative to a geometry |
Cte::se::LinePlacement | A LinePlacement specifies how a text label should be rendered relative to a linear geometry |
Cte::se::Mark | A Mark specifies a geometric shape and applies coloring to it |
Cte::se::PointPlacement | A PointPlacement specifies how a text label should be rendered relative to a geometric point |
Cte::se::Rule | A Rule is used to attach property/scale conditions to and group the individual symbols used for rendering |
Cte::se::SelectedChannel | A selected channel to be display |
Cte::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 |
Cte::se::Stroke | A Stroke specifies the appearance of a linear geometry |
Cte::se::Style | The Style defines the styling that is to be applied to a geographic dataset (vector geometries or coverage) |
Cte::se::Symbolizer | A Symbolizer describes how a feature is to appear on a map |
Cte::se::SymbolizerColorFinder | A Symbology Enconding visitor that finds a color given a symbolizer element. If you want to use this visitor, use a command like: te::se::SymbolizerColorFinder scf; scf.find(symbolizer); te::color::RGBAColor color = scf.getColor(); |
Cte::sqlite::DataSourceCatalogLoader | |
Cte::st::ObservationDataSet | A class to represent a DataSet that contains observations |
Cte::st::TimeSeriesDataSet | A class to represent a time series data set |
Cte::st::TrajectoryDataSet | A class to represent a trajectory data set |
►Cte::xml::Reader | This class models a XML reader object |
Cte::xerces::Reader | A class that models a XML reader object built on top of Xerces-C++ |
Cte::xsd::Schema | A class that models a XML schema (XSD) |
Cte::common::NonLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy > | This policy doesn't actually perform a lock |
Cte::common::NonLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy >::NonLockingPolicy< LockingPolicy > | This class doesn't truelly acquire a lock over the host object/class |
Cte::pgis::Numeric | Auxiliary structure used to decode Numeric data types |
Cte::stat::NumericStatisticalSummary | A structure to hold the set of statistics from a set of numerical values |
Cte::st::Object | A class to represent an object |
Cte::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 |
Cte::da::ObjectId | This class represents an unique id for a data set element |
CObjectIdComparator | |
Cte::da::ObjectIdSet | This class represents a set of unique ids created in the same context. i.e. from the same data set |
Cte::common::ObjectLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy > | This policy assures an object-level locking scheme for a derived class |
►Cte::common::ObjectLevelLockable< ApplicationSettings,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::common::ApplicationSettings | A class for managing application settings |
►Cte::common::ObjectLevelLockable< DataSourceCatalogManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::da::DataSourceCatalogManager | This is a singleton for managing all the data source catalog instances available in the system |
►Cte::common::ObjectLevelLockable< DataSourceManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::da::DataSourceManager | This is a singleton for managing all data source instances available in the system |
►Cte::common::ObjectLevelLockable< ProgressManager,::boost::recursive_mutex,::boost::lock_guard< ::boost::recursive_mutex >,::boost::lock_guard< ::boost::recursive_mutex > > | |
Cte::common::ProgressManager | A singleton class used to manage tasks progresses and their viewers |
Cte::common::ObjectLevelLockable< Host, MutexPolicy, LockReadingPolicy, LockWritingPolicy >::ObjectLevelLockingPolicy< LockingPolicy > | This class acquires a lock over the host object |
Cte::st::Observation | A class to represent an observation |
Cte::st::ObservationDataSetInfo | A class that contains infos about a DataSet that contains observations |
Cte::st::ObservationDataSetType | A class that contains complemental DataSetType information about a DataSet that holds observations |
CObservationDialog | A Dialog used to generate a new ObservationLayer |
►Cte::xsd::Occurs | A base class for XSD classes that have occurs attributes |
Cte::xsd::All | This class models an XML Schema all element |
Cte::xsd::Any | It models the XML Schema any element |
Cte::xsd::Choice | This class models the XML Schema choice element |
Cte::xsd::Element | This class models the element of a XML Schema |
Cte::xsd::Group | This class models a group element in a XML Schema |
Cte::xsd::Sequence | This class models a sequence element in a XML Schema |
Cte::rp::Matrix< TemplateElementType >::OpenDiskFileHandler | Openend disk files info node |
Cte::da::OrderByItem | A class that can be used in an ORDER BY clause to sort the items of a resulting query |
CPan | This event signals that the pan button toggled |
Cte::se::ParameterValue::Parameter | Data parameter |
Cte::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 |
►Cte::se::ParameterValue | The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters |
Cte::se::SvgParameter | A SvgParameter refers to an SVG/CSS graphical-formatting parameter |
CParser | A class that implements the Grammar Rules for well known text (WKT) format of Geometry |
Cte::sam::rtree::PartitionVars< BRANCH, MAXNODES > | Auxiliary structure when searching for a split partition |
Cte::common::uri::path | URI path component |
Cte::rp::ClassifierISOSegStrategy::Pattern | Describes a region or a cluster (group of regions with similar properties) to be used by ISOSeg method |
CPKInfo | Struct that stores information about a primary key using the most common data types |
CPlatform | A utility class to initialize and terminate TerraLib ADO driver support |
CPlatform | A utility class to initialize and terminate TerraLib 4 driver support |
Cte::qt::widgets::PluginCMakeWriter | This class is used to create the cmake file for the new plugin builded |
Cte::plugin::PluginInfo | The basic information about a plugin |
Cte::qt::widgets::PluginSourceWriter | |
Cte::st::PointCoverageIterator | A class to traverse the observations of a PointCoverage |
Cte::qt::widgets::PointToObjectId | |
►Cte::vp::PolygonToLineOp | |
Cte::vp::PolygonToLineMemory | |
Cte::vp::PolygonToLineQuery | |
CPostgreSQLCreationDialog | ... |
CPrintManager | Class with methods to print the Data SOurce information |
Cte::mnt::Profile | |
Cte::common::ProgressTimer | The ProgressTimer is a utility class that can be used to calculate the estimated time to finish a task |
CProjectMetadata | |
Cte::qt::widgets::Promoter | A class used for logical ordering of rows |
►Cte::dt::Property | It models a property definition |
►Cte::dt::CompositeProperty | A base class for a compound property (non-atomic properties) |
Cte::da::DataSetType | A class that models the description of a dataset |
Cte::graph::EdgeProperty | This class is used to define a set of properties of a Edge |
Cte::graph::VertexProperty | This class is used to define a set of properties of a Vertex |
►Cte::dt::SimpleProperty | An atomic property like an integer or double |
Cte::dt::ArrayProperty | The type for variable-length multidimensional arrays |
Cte::dt::BitProperty | Property for bit types |
Cte::dt::ByteArrayProperty | Property for byte array types |
Cte::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 |
Cte::dt::NumericProperty | The type for arbitrary precison numbers, like numeric(p, q) |
Cte::dt::StringProperty | The type for string types: FIXED_STRING, VAR_STRING or STRING |
Cte::gm::GeometryProperty | Geometric property |
Cte::rst::RasterProperty | Raster property |
Cte::plugin::Provider | This struct can be used to describe a given plugin provider |
►CQAbstractItemModel | |
Cte::qt::widgets::DataSetCategoryModel | |
Cte::qt::widgets::DataSetTreeModel | |
Cte::qt::widgets::DataSourceTreeModel | |
Cte::qt::widgets::LayerItemModel | Defines an abstract model based on TreeItem objects |
►CQAbstractTableModel | |
Cte::qt::af::MenuBarModel | Defines a model, based on a QMenuBar, to present all system buttons as a table |
Cte::qt::widgets::DataSetTableModel | A table model representing a te::da::DataSet |
Cte::qt::widgets::PluginsModel | |
►CQApplication | |
CTerraViewApp | |
►CQDesignerCustomWidgetCollectionInterface | |
Cte::qt::designer::TerraLibCustomCollectionWidget | This class includes all component classes into a single library |
►CQDialog | |
CAboutDialog | |
CProjectInfoDialog | |
Cte::addressgeocoding::ConfigInputAddressDialog | |
Cte::addressgeocoding::ConfigInputLayerDialog | |
Cte::addressgeocoding::ConfigNumberDialog | |
Cte::addressgeocoding::ImportTableDialog | |
Cte::addressgeocoding::MainWindowDialog | |
Cte::attributefill::RasterToVectorDialog | |
Cte::attributefill::VectorToRasterDialog | |
Cte::attributefill::VectorToVectorDialog | |
Cte::edit::SnapOptionsDialog | A dialog used to configure geometry snap options |
Cte::mnt::CreateIsolinesDialog | |
Cte::mnt::MNTGenerationDialog | |
Cte::mnt::ProfileDialog | |
Cte::mnt::ProfileResultDialog | |
Cte::mnt::SlopeDialog | |
Cte::mnt::SmoothIsolinesDialog | |
Cte::mnt::TINGenerationDialog | |
Cte::mnt::VolumeDialog | |
Cte::mnt::VolumeResultDialog | |
Cte::qt::af::SettingsDialog | |
Cte::qt::plugins::ado::ADOConnectorDialog | ... |
Cte::qt::plugins::ado::ADOCreatorDialog | ... |
Cte::qt::plugins::cellspace::CreateCellularSpaceDialog | ... |
Cte::qt::plugins::gdal::GDALConnectorDialog | A dialog window for showing the GDAL connector widget |
Cte::qt::plugins::geofile::GeoFileConnectorDialog | A dialog window for showing the GeoFile connector widget |
Cte::qt::plugins::mysql::MySQLConnectorDialog | ... |
Cte::qt::plugins::mysql::MySQLCreatorDialog | |
Cte::qt::plugins::ogr::OGRConnectorDialog | A dialog window for showing the OGR connector widget |
Cte::qt::plugins::pgis::PostGISConnectorDialog | A dialog window for showing the PostGIS connector widget |
Cte::qt::plugins::pgis::PostGISCreatorDialog | |
Cte::qt::plugins::sqlite::SQLiteConnectorDialog | ... |
Cte::qt::plugins::sqlite::SQLiteCreatorDialog | ... |
Cte::qt::plugins::terramobile::GeoPackagePublisherDialog | This interface is used to get the input parameters for GeoPackage Publisher operation |
Cte::qt::plugins::terramobile::GeoPackageSynchronizerDialog | This interface is used to get the input parameters for GeoPackage Synchronizer operation |
Cte::qt::plugins::wcs::WCSConnectorDialog | A dialog window for showing the WCS connector widget |
Cte::qt::plugins::wfs::WFSConnectorDialog | A dialog window for showing the WFS connector widget |
Cte::qt::plugins::wms::WMSConnectorDialog | A dialog window for showing the WMS connector widget |
Cte::qt::widgets::AddColumnDialog | |
Cte::qt::widgets::AlterDataDialog | |
Cte::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; |
Cte::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; |
Cte::qt::widgets::ChartLayerDialog | A dialog used to build a chart |
Cte::qt::widgets::ChartProperties | A dialog used to customize a graphic's parameters |
Cte::qt::widgets::ClassifierDialog | A dialog used to execute image classification |
Cte::qt::widgets::CompositionModeDialog | This class is a dialog used to select the composition mode for a layer |
Cte::qt::widgets::ConstraintsIndexesPropertyDialog | A dialog for creating a constraint or a index property |
Cte::qt::widgets::ContrastDialog | A dialog used to execute image contrast enhencement |
Cte::qt::widgets::CreateLayerDialog | This interface is used to create new layer operation |
Cte::qt::widgets::DataPropertiesDialog | A dialog used to configure the properties of a new textual file based layer |
Cte::qt::widgets::DataSetSelectorDialog | ... |
Cte::qt::widgets::DataSourceExplorerDialog | A dialog for selecting a data source |
Cte::qt::widgets::DataSourceSelectorDialog | A dialog for selecting a data source |
Cte::qt::widgets::DirectExchangerDialog | |
Cte::qt::widgets::FieldsDialog | |
Cte::qt::widgets::FixGeometryDialog | A dialog to fix geometries |
Cte::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; |
Cte::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; |
Cte::qt::widgets::GroupingDialog | A dialog used to build a grouping |
Cte::qt::widgets::HistogramDialog | A Dialog used to customize a Histogram parameters and generate it's ChartDisplayWidget |
Cte::qt::widgets::LayerSearchDialog | This class is a dialog for the LayerSearchWidget |
Cte::qt::widgets::Legend | |
Cte::qt::widgets::MaskDialog | This class is a dialog to create a user defined mask |
Cte::qt::widgets::MixtureModelDialog | A dialog used to execute mixture model decomposition |
Cte::qt::widgets::MultiResolutionDialog | A dialog to create multi resolution over a raster |
Cte::qt::widgets::NewPropertyDialog | A dialog for creating a new property |
Cte::qt::widgets::OverlayDialog | This class is a dialog for the Overlay widget |
Cte::qt::widgets::ParameterDialog | A dialog to be used as input of key/value pairs |
Cte::qt::widgets::PluginManagerDialog | |
Cte::qt::widgets::PostGIS2SHPDialog | |
Cte::qt::widgets::ProgressViewerWidget | A class that defines the interface of a qt widget to group a set of ProgressWidgetItem |
Cte::qt::widgets::PropertyConverterDialog | A dialog for creating a adaptor property converter |
Cte::qt::widgets::QueryDataSourceDialog | This file defines a class for a Query Data Source Dialog Dialog |
Cte::qt::widgets::QueryDialog | This file defines a class for a Query Dialog Dialog |
Cte::qt::widgets::RasterHistogramDialog | This class is a dialog for the RasterHistogram widget |
Cte::qt::widgets::RasterInfoDialog | This class is a dialog for the RasterInfoWidget |
Cte::qt::widgets::RasterNavigatorDialog | This class is a dialog for the RasterNavigator widget |
Cte::qt::widgets::RasterSymbolizerDialog | A dialog used to build a RasterSymbolizerDialog element |
Cte::qt::widgets::RenameColumnDialog | |
Cte::qt::widgets::RetypeColumnDialog | |
Cte::qt::widgets::ROIManagerDialog | This class is a dialog for the ROI Manager widget |
Cte::qt::widgets::SaveSelectedObjectsDialog | |
Cte::qt::widgets::ScatterDialog | A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget |
Cte::qt::widgets::SegmenterDialog | A dialog used to execute image segmentation |
Cte::qt::widgets::SHP2ADODialog | |
Cte::qt::widgets::SHP2PostGISDialog | |
Cte::qt::widgets::SliderPropertiesDialog | A dialog used to configure the behaviour of the SliderSliderWidget |
Cte::qt::widgets::SRSDialog | A dialog used to build a SRSDialog element |
Cte::qt::widgets::SRSManagerDialog | A dialog used to build a SRSManagerDialog element |
Cte::qt::widgets::SymbolInfoDialog | A dialog used to configure informations about a symbol |
Cte::qt::widgets::SymbolSelectorDialog | A dialog used to select a specific symbol |
Cte::qt::widgets::TableLinkDialog | This class represents a TableLinkDialog component |
Cte::qt::widgets::TiePointLocatorDialog | |
Cte::qt::widgets::TiePointsLocatorAdvancedDialog | A dialog used to execute tie points location advanced options |
Cte::qt::widgets::TiePointsLocatorDialog | A dialog used to execute tie points location |
Cte::qt::widgets::TimeSeriesDialog | A Dialog used to customize a timeSeries parameters and generate it's ChartDisplayWidget |
Cte::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; |
Cte::sa::BayesGlobalDialog | |
Cte::sa::BayesLocalDialog | |
Cte::sa::GeostatisticalMethodsDialog | |
Cte::sa::KernelMapDialog | |
Cte::sa::KernelRatioDialog | |
Cte::sa::ProximityMatrixCreatorDialog | |
Cte::sa::SamplePointsGeneratorDialog | |
Cte::sa::SkaterDialog | |
Cte::sa::SpatialStatisticsDialog | |
Cte::stat::StatisticsDialog | |
Cte::tools::dscopy::DSCopyDialog | TerraLib Data Source Copy GUI |
Cte::tools::rastermanager::RasterManagerDialog | |
Cte::vp::AggregationDialog | |
Cte::vp::BufferDialog | |
Cte::vp::IntersectionDialog | A dialog used to execute vector intersection |
Cte::vp::LineToPolygonDialog | |
Cte::vp::MultipartToSinglepartDialog | |
Cte::vp::PolygonToLineDialog | |
Cte::vp::SummarizationDialog | |
Cte::vp::TransformationDialog | |
►CQDockWidget | |
Cte::qt::af::ChartDisplayDockWidget | A dock widget for ChartDisplayWidget objects |
Cte::qt::af::DataSetTableDockWidget | A dock widget for DataSetTableView objects |
Cte::qt::widgets::DataSetExplorer | A widget designed to explore the datasets of a data source |
Cte::qt::widgets::DataSourceExplorer | A widget designed to explore the data sources of an application |
Cte::qt::widgets::StyleDockWidget | A dock widget used control the geographic data style using SE elements and a property browser to show its properties |
►CQEvent | |
Cte::qt::widgets::CreateProgressWidgetItemEvent | The CreateProgressWidgetItemEvent is a custom event used to create a progress widget item |
Cte::qt::widgets::ProgressResetEvent | The ProgressResetEvent is a custom event used to reset a progress bar |
Cte::qt::widgets::ProgressSetMessageEvent | The ProgressSetMessageEvent is a custom event used to set a new message into a progress bar |
Cte::qt::widgets::ProgressSetValueEvent | The ProgressSetValueEvent is a custom event used to set a new value into a progress bar |
Cte::qt::widgets::RemoveProgressWidgetItemEvent | The RemoveProgressWidgetItem is a custom event used to remove a progress widget item |
►CQFrame | |
Cte::qt::widgets::ColorPickerPopup | Create a frame with a default color palette |
Cte::qt::widgets::DataSetDisplay | A map display for a dataset |
►CQGraphicsPixmapItem | |
►Cte::qt::widgets::AnimationItem | An abstract class for Animation Item |
►Cte::qt::widgets::ImageItem | |
Cte::qt::widgets::Eta5kmItem | |
Cte::qt::widgets::GoesItem | |
Cte::qt::widgets::HidroItem | |
Cte::qt::widgets::QtKnowItem | |
Cte::qt::widgets::TrajectoryItem | |
►CQGraphicsScene | |
Cte::qt::widgets::AnimationScene | This class allows to add multiple trajectories and temporal image |
►CQGraphicsView | |
Cte::qt::widgets::AnimationView | This class is a animation view |
►CQHeaderView | |
Cte::qt::widgets::DataSetTableHorizontalHeader | |
Cte::qt::widgets::DataSetTableVerticalHeader | A vertical header used for selecting rows at a table view |
►CQItemDelegate | |
Cte::qt::widgets::HighlightDelegate | An specialization of QItemDelegate to be used with te::map::AbstractTable objects |
►CQMainWindow | |
►Cte::qt::af::BaseApplication | |
CTerraView | The main class of TerraView |
Cte::xsd::QName | A class to be used to represent XML qualified names |
►CQObject | |
Cte::qt::af::ApplicationController | The base API for TerraLib applications |
Cte::qt::af::InterfaceController | A connector to controll all non modal interfaces |
Cte::qt::af::LayerExplorer | A connector for the te::qt::widgets::LayerExplorer class to the Application Framework |
Cte::qt::af::MapDisplay | A connector of the te::qt::widgets::MapDisplay class to the Application Framework |
Cte::qt::af::StyleExplorer | A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework |
Cte::qt::designer::TerraLibCustomCollectionWidget | This class includes all component classes into a single library |
Cte::qt::plugins::addressgeocoding::Plugin | |
►Cte::qt::plugins::attributefill::AbstractAction | This is an abstract class used to register actions into Attribute Fill pluging |
Cte::qt::plugins::attributefill::RasterToVectorAction | This class register the contrast action into Attribute Fill Plugin |
Cte::qt::plugins::attributefill::VectorToRasterAction | This class register the contrast action into Attribute Fill Plugin |
Cte::qt::plugins::attributefill::VectorToVectorAction | This class register the contrast action into Attribute Fill Plugin |
Cte::qt::plugins::attributefill::Plugin | |
►Cte::qt::plugins::cellspace::AbstractAction | This is an abstract class used to register actions into Cellular Spaces pluging |
Cte::qt::plugins::cellspace::CreateCellLayerAction | This class register the contrast action into Cellular Space Plugin |
Cte::qt::plugins::cellspace::Plugin | |
Cte::qt::plugins::edit::ApplicationListener | A listener of application framework. It is used to listen events sent by the application framework |
Cte::qt::plugins::edit::Plugin | |
Cte::qt::plugins::edit::ToolBar | The main toolbar of TerraLib Edit Qt plugin |
Cte::qt::plugins::gdal::Plugin | |
►Cte::qt::plugins::mnt::AbstractAction | This is an abstract class used to register actions into mnt pluging |
Cte::qt::plugins::mnt::CreateIsolinesAction | This class register the isolines generation action into MNT Plugin |
Cte::qt::plugins::mnt::MNTGenerationAction | This class register the regular grid generation action into MNT Plugin |
Cte::qt::plugins::mnt::ProfileAction | This class register the isolines generation action into MNT Plugin |
Cte::qt::plugins::mnt::ShowValuesAction | This class register the show values action into MNT Plugin |
Cte::qt::plugins::mnt::SlopeAction | This class register the slope action into MNT Plugin |
Cte::qt::plugins::mnt::SmoothAction | This class register the smooth action into MNT Plugin |
Cte::qt::plugins::mnt::TINGenerationAction | This class register the Triangular Grid generation action into MNT Plugin |
Cte::qt::plugins::mnt::VolumeAction | This class register the calculate volume action into MNT Plugin |
Cte::qt::plugins::mnt::Plugin | |
Cte::qt::plugins::ogr::Plugin | |
►Cte::qt::plugins::rp::AbstractAction | This is an abstract class used to register actions into rp pluging |
Cte::qt::plugins::rp::ArithmeticOpAction | This class register the arithmeticOp action into RP Plugin |
Cte::qt::plugins::rp::ClassifierAction | This class register the classifier action into RP Plugin |
Cte::qt::plugins::rp::ClippingAction | This class register the Clipping action into RP Plugin |
Cte::qt::plugins::rp::ColorTransformAction | This class register the colorTransform action into RP Plugin |
Cte::qt::plugins::rp::ComposeBandsAction | This class register the compose bands action into RP Plugin |
Cte::qt::plugins::rp::ContrastAction | This class register the contrast action into RP Plugin |
Cte::qt::plugins::rp::FilterAction | This class register the filter action into RP Plugin |
Cte::qt::plugins::rp::FusionAction | This class register the fusion action into RP Plugin |
Cte::qt::plugins::rp::MixtureModelAction | This class register the mixture model action into RP Plugin |
Cte::qt::plugins::rp::MosaicAction | This class register the mosaic action into RP Plugin |
Cte::qt::plugins::rp::RasterizationAction | |
Cte::qt::plugins::rp::RegisterAction | This class register the register action into RP Plugin |
Cte::qt::plugins::rp::SegmenterAction | This class register the Segmenter action into RP Plugin |
Cte::qt::plugins::rp::VectorizationAction | |
Cte::qt::plugins::rp::Plugin | |
►Cte::qt::plugins::sa::AbstractAction | This is an abstract class used to register actions into sa pluging |
Cte::qt::plugins::sa::BayesGlobalAction | |
Cte::qt::plugins::sa::BayesLocalAction | |
Cte::qt::plugins::sa::GeostatisticalMethodsAction | |
Cte::qt::plugins::sa::KernelMapAction | |
Cte::qt::plugins::sa::KernelRatioAction | |
Cte::qt::plugins::sa::ProximityMatrixCreatorAction | |
Cte::qt::plugins::sa::SamplePointsGeneratorAction | |
Cte::qt::plugins::sa::SkaterAction | |
Cte::qt::plugins::sa::SpatialStatisticsAction | |
Cte::qt::plugins::sa::Plugin | |
►Cte::qt::plugins::st::AbstractAction | This is an abstract class used to register actions into st pluging |
Cte::qt::plugins::st::ObservationAction | |
Cte::qt::plugins::st::TimeSeriesAction | This class register the time series action into the St plugin |
Cte::qt::plugins::st::TimeSliderWidgetAction | This class register the time slider widget action into st Plugin |
Cte::qt::plugins::st::TrajectoryAction | This class register the observation action into the St plugin |
Cte::qt::plugins::st::Plugin | |
Cte::qt::plugins::terralib4::Plugin | |
Cte::qt::plugins::terralib4::TL4ConverterAction | Manage the menu and action for TerraLib 4.x Converter Plugin |
►Cte::qt::plugins::terramobile::AbstractAction | This is an abstract class used to register actions into rp pluging |
Cte::qt::plugins::terramobile::CreateLayerAction | This file defines the Create Layer Action class |
Cte::qt::plugins::terramobile::GeoPackageBuilderAction | This file defines the GeoPackage Builder Action class |
Cte::qt::plugins::terramobile::GeoPackagePublisherAction | This file defines the GeoPackage Publisher Action class |
Cte::qt::plugins::terramobile::GeoPackageSynchronizerAction | This file defines the GeoPackage Synchronizer Action class |
Cte::qt::plugins::terramobile::Plugin | |
►Cte::qt::plugins::vp::AbstractAction | This is an abstract class used to register actions into vp pluging |
Cte::qt::plugins::vp::AggregationAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::BufferAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::GeometricOpAction | |
Cte::qt::plugins::vp::IntersectionAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::LineToPolygonAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::MultipartToSinglepartAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::PolygonToLineAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::SummarizationAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::TransformationAction | This class register the contrast action into VP Plugin |
Cte::qt::plugins::vp::Plugin | |
Cte::qt::plugins::wfs::Plugin | |
Cte::qt::plugins::wms::Plugin | |
►Cte::qt::widgets::AbstractDataSourceTreeItem | |
Cte::qt::widgets::CheckConstraintItem | |
Cte::qt::widgets::ConstraintsItem | |
Cte::qt::widgets::DataSetCategoryGroupItem | |
Cte::qt::widgets::DataSetCategoryItem | |
Cte::qt::widgets::DataSetGroupItem | |
Cte::qt::widgets::DataSetItem | |
Cte::qt::widgets::DataSourceItem | |
Cte::qt::widgets::ForeignKeyItem | |
Cte::qt::widgets::IndexGroupItem | |
Cte::qt::widgets::IndexItem | |
Cte::qt::widgets::PrimaryKeyItem | |
Cte::qt::widgets::PropertyGroupItem | |
Cte::qt::widgets::PropertyItem | |
Cte::qt::widgets::UniqueKeyItem | |
Cte::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 |
Cte::qt::widgets::AnimationItem | An abstract class for Animation Item |
Cte::qt::widgets::AssistantHelpManagerImpl | A help manager that uses the QAssistant to manage help files |
Cte::qt::widgets::LayerViewMenuManager | Class for manage the menus of the LayerViewItem |
Cte::qt::widgets::MixtureModelDialogMDEventFilter | A event filter to handle map display events |
Cte::qt::widgets::ProgressViewerDialog | A progress dialog |
Cte::qt::widgets::TiePointsLocatorDialogMDEventFilter | A event filter to handle map display events |
CTerraViewController | The API for controller of TerraView application |
►CQPropertyAnimation | |
Cte::qt::widgets::Animation | |
►CQPushButton | |
Cte::qt::widgets::HelpPushButton | Push button that uses te::qt::widgets::HelpManager on its mouse pressed implementation |
►CQStyledItemDelegate | |
►Cte::common::Decorator< QStyledItemDelegate > | |
CEditDelegate | |
Cte::qt::plugins::st::STItemDelegate | |
Cte::qt::plugins::wfs::WFSItemDelegate | |
Cte::qt::plugins::wms::WMSItemDelegate | |
Cte::qt::widgets::LayerViewDelegate | A class for rendering icons for layer and folder itens |
Cte::qt::widgets::RasterLayerDelegate | |
Cte::qt::widgets::ThemeViewDelegate | |
Cte::qt::widgets::CentralizedCheckBoxDelegate | |
►CQTableView | |
Cte::qt::widgets::DataSetTableView | A customized table view for te::map::AbstractLayer objects. Uses a te::qt::widgets::DataSetModel as its model |
►CQThread | |
Cte::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 |
►CQToolBox | |
Cte::qt::widgets::DataSourceToolBox | |
►CQToolButton | |
Cte::qt::widgets::ColorPickerToolButton | Custom tool button used to pick a color |
Cte::qt::widgets::HelpToolButton | Tool button that uses te::qt::widgets::HelpManager on its mouse pressed implementation |
►CQTreeView | |
Cte::qt::widgets::DataSetTreeView | A tree view for datasets of a data source |
Cte::qt::widgets::DataSourceTreeView | A tool box to help explorer data sources |
Cte::qt::widgets::LayerItemView | A specialization of QTreeView for manipulate layers |
►CQTreeWidget | |
Cte::qt::widgets::StyleExplorer | A widget used to explore a style |
Cte::da::QueryCapabilities | A class that informs the query support of a given data source |
►Cte::da::QueryVisitor | A visitor interface for the Query hierarchy |
Cte::da::AttributeRestrictionVisitor | A visitor that retrieves attribute restrictions from a Query hierarchy |
Cte::da::SpatialRestrictionVisitor | A visitor for retrieves spatial restrictions from a Query hierarchy |
Cte::da::SQLVisitor | A visitor for building an SQL statement from a given Query hierarchy |
Cte::common::QueueT< T > | Struct that implements the generic queue |
►CQUndoCommand | |
Cte::edit::AddCommand | Undo/Redo for add one components |
Cte::edit::MoveCommand | Undo/Redo for add one components |
Cte::edit::UpdateCommand | Undo/Redo for Update one components |
►CQWidget | |
CProjectInfoWidget | A widget for present te::qt::af::Project informations |
►Cte::qt::af::AbstractSettingWidget | A frame for setting Table options |
CProjectWidget | A frame for setting grid options |
Cte::qt::af::DisplayWidget | A frame for setting display options |
Cte::qt::af::GeneralConfigWidget | |
Cte::qt::af::TableWidget | A frame for setting Table options |
Cte::qt::af::ToolbarsWidget | |
►Cte::qt::widgets::AbstractDataSourceConnector | A base class for widgets that allows application to create, edit or remove data sources |
Cte::qt::plugins::ado::ADOConnector | ADO connector implementation for the Qt data source widget |
Cte::qt::plugins::gdal::GDALConnector | GDAL connector implementation for the Qt data source widget |
Cte::qt::plugins::geofile::GeoFileConnector | GeoFile connector implementation for the Qt data source widget |
Cte::qt::plugins::mysql::MySQLConnector | MySQL connector implementation for the Qt data source widget |
Cte::qt::plugins::ogr::OGRConnector | OGR connector implementation for the Qt data source widget |
Cte::qt::plugins::pgis::PostGISConnector | PostGIS connector implementation for the Qt data source widget |
Cte::qt::plugins::sqlite::SQLiteConnector | SQLite connector implementation for the Qt data source widget |
Cte::qt::plugins::wcs::WCSConnector | OGC Web Coverage Service (WCS) connector implementation for the Qt data source widget |
Cte::qt::plugins::wfs::WFSConnector | OGC Web Feature Service (WFS) connector implementation for the Qt data source widget |
Cte::qt::plugins::wms::WMSConnector | OGC Web Map Service (WMS) connector implementation for the Qt data source widget |
►Cte::qt::widgets::AbstractFillWidget | Abstract class that represents a widget that can be used to build a fill element |
Cte::qt::widgets::BasicFillWidget | A widget used to build a basic fill element |
Cte::qt::widgets::GraphicFillWidget | A widget used to build a fill element associated with a graphic |
►Cte::qt::widgets::AbstractGraphicWidget | Abstract class that represents a widget that can be used to build a graphic element |
Cte::qt::widgets::GlyphGraphicWidget | A widget used to build a graphic associate with a glyph mark element |
Cte::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 |
Cte::qt::widgets::WellKnownGraphicWidget | A widget used to build a graphic associate with a well-known mark element |
►Cte::qt::widgets::AbstractLayerSelector | An abstract class for layer selection widgets |
Cte::qt::widgets::DataSetLayerSelector | A simple widget that allows the selection of datasets from a given data source |
Cte::qt::widgets::HiddenDataSetLayerSelector | ... |
Cte::wms::WMSLayerSelector | A simple widget that allows the selection of datasets from a given WMS server |
►Cte::qt::widgets::AbstractPropertyItem | A widget used to define the main property items that can be used to describe a se object |
Cte::qt::widgets::BasicFillPropertyItem | A widget used to define the basic fill se object |
Cte::qt::widgets::BasicStrokePropertyItem | |
Cte::qt::widgets::GlyphMarkPropertyItem | A widget used to define a glyph object |
Cte::qt::widgets::GraphicPropertyItem | A widget used to define the general properties of a se object |
Cte::qt::widgets::LayerPropertiesInfo | |
Cte::qt::widgets::LocalImagePropertyItem | A widget used to define a local image graphic for a se symbolizer |
Cte::qt::widgets::ScalePropertyItem | A widget used to define the scale values |
Cte::qt::widgets::WellKnownMarkPropertyItem | A widget used to define the mark se properties |
Cte::qt::widgets::AbstractPropertyManager | A singleton for holding the property browser items factories |
Cte::qt::widgets::BasicStrokeWidget | A widget used to build a basic stroke element |
Cte::qt::widgets::ChannelSelectionWidget | A dialog used to build a ChannelSelection element |
Cte::qt::widgets::CharMapWidget | A widget used to show the set of characters of a specified font |
Cte::qt::widgets::ChartDisplayWidget | A wdiget used to display a chart |
Cte::qt::widgets::ChartLayerWidget | A widget used to build a grouping |
Cte::qt::widgets::ChartStyleWidget | |
►Cte::qt::widgets::ChartWidget | A base widget for settings |
Cte::qt::widgets::ChartStyleFrame | |
Cte::qt::widgets::HistogramFrame | A frame for setting display options |
Cte::qt::widgets::ScatterFrame | A frame for setting display options |
Cte::qt::widgets::TimeSeriesFrame | A frame for setting display options |
Cte::qt::widgets::ColorCatalogWidget | .. |
Cte::qt::widgets::ColorMapWidget | A dialog used to build a ColorMap element |
Cte::qt::widgets::CompositionModeMenuWidget | This class is widget that provides a menu for composition mode selection |
Cte::qt::widgets::ConstraintsIndexesListWidget | This class is used to list the constraints and indexes of a datasetype |
►Cte::qt::widgets::ConstraintWidget | This virtual class is used to define a Constraint DataSet class object |
Cte::qt::widgets::PrimaryKeyConstraintWidget | This class is used to define a Primare Key Constraint DataSet class object |
Cte::qt::widgets::UniqueKeyConstraintWidget | This class is used to define a Unique Key Constraint DataSet class object |
Cte::qt::widgets::ContrastEnhancementWidget | A dialog used to build a ContrastEnhancementWidget element |
Cte::qt::widgets::CreateLayerWidget | This interface is used to create new layer operation |
Cte::qt::widgets::DatapPropertiesWidget | A class to represent a chart display |
Cte::qt::widgets::DataSetAdapterWidget | A dialog for creating a data set adapter |
Cte::qt::widgets::DataSetSelectorWidget | A wizard for selecting datasets from a data source |
Cte::qt::widgets::DataSetWidget | This class is used to define the FROM object of select operation |
Cte::qt::widgets::DataSourceConnectorManager | A widget that groups datasource identificatin and connection information |
Cte::qt::widgets::DataSourceSelectorWidget | A dialog for selecting a data source |
Cte::qt::widgets::DoubleListWidget | .. |
Cte::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 |
Cte::qt::widgets::FileChooser | Defines a component for choose a file |
Cte::qt::widgets::FixGeometryWidget | A widget to fix geometries |
Cte::qt::widgets::GlyphMarkWidget | A widget used to build a mark element represented by a glyph |
Cte::qt::widgets::GraphicProperty | A widget used to define the general properties of a se object |
Cte::qt::widgets::GraphicSelectorWidget | A widget used to select a graphic element |
Cte::qt::widgets::GroupingWidget | A widget used to build a grouping |
Cte::qt::widgets::HistogramDataWidget | A widget used to adjust a histogram's input data |
Cte::qt::widgets::HistogramStyleWidget | A widget used to adjust a histogram's style |
Cte::qt::widgets::HorizontalSliderWidget | .. |
Cte::qt::widgets::ImageOutlineWidget | A dialog used to build a ImageOutlineWidget element |
Cte::qt::widgets::IndexWidget | This class is used to define a Index DataSet class object |
Cte::qt::widgets::LayerPropertiesInfoWidget | |
Cte::qt::widgets::LayerSearchWidget | A widget used to search layers over list of layers |
Cte::qt::widgets::LayerSelectorWidget | This class represents a component used to quickly select a layer |
Cte::qt::widgets::LineSymbolizerProperty | A widget used to define the polygon symbolizer properties, such as: |
Cte::qt::widgets::LineSymbolizerWidget | A widget used to build a line symbolizer element |
Cte::qt::widgets::ListWidget | .. |
Cte::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 |
Cte::qt::widgets::MapDisplay | A widget to control the display of a set of layers |
Cte::qt::widgets::MultiResolutionWidget | A widget to create multi resolution over a raster |
Cte::qt::widgets::NewPropertyWidget | |
Cte::qt::widgets::ObservationPropertiesWidget | A widget used to adjust a Observation layer's properties |
Cte::qt::widgets::OrderByWidget | This class is used to define the ORDER BY object of select operation |
Cte::qt::widgets::OutputRasterParametersWidget | This class represents a component used to quickly define a raster parameters |
Cte::qt::widgets::OverlapBehaviorWidget | A dialog used to build a OverlapBehaviorWidget element |
Cte::qt::widgets::OverlayWidget | This class is used to define a component for viewing overlaid layers |
Cte::qt::widgets::ParameterTableWidget | .. |
Cte::qt::widgets::PointSymbolizerProperty | A widget used to define the point symbolizer properties, such as: |
Cte::qt::widgets::PointSymbolizerWidget | A widget used to build a point symbolizer element |
Cte::qt::widgets::PolygonSymbolizerProperty | A widget used to define the polygon symbolizer properties, such as: |
Cte::qt::widgets::PolygonSymbolizerWidget | A widget used to build a polygon symbolizer element |
Cte::qt::widgets::ProgressViewerBar | A class that defines the interface of a qt bar progress viewer |
Cte::qt::widgets::ProgressWidgetItem | Custom widget used to represent a single task |
Cte::qt::widgets::RasterHistogramWidget | This class is used to define a component for viewing overlaid layers |
Cte::qt::widgets::RasterInfoWidget | This class is used to define a map of information necessary to create a raster |
Cte::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: |
Cte::qt::widgets::RasterSymbolizerWidget | A widget used to configure a Raster Symbolizer SE element |
Cte::qt::widgets::ResourceChooser | Defines a component for choosing a file or directory |
Cte::qt::widgets::ROIManagerWidget | This class is used to manager the ROI acquisition |
Cte::qt::widgets::RuleProperty | A widget used to define the rule properties, such as: |
Cte::qt::widgets::SaveSelectedObjectsWidget | |
Cte::qt::widgets::ScatterDataWidget | |
Cte::qt::widgets::ScatterStyleWidget | A widget used to adjust a scatter's style |
Cte::qt::widgets::SelectedChannelWidget | A dialog used to build a SelectedChannelWidget element |
Cte::qt::widgets::ShadedReliefWidget | A dialog used to build a ShadedRelief element |
►Cte::qt::widgets::SimplePropertyWidget | A base widget for simple properties |
Cte::qt::widgets::DateTimePropertyWidget | A widget used to define a string property |
Cte::qt::widgets::GeometryPropertyWidget | A widget used to define a string property |
Cte::qt::widgets::NumericPropertyWidget | A widget used to define a string property |
Cte::qt::widgets::StringPropertyWidget | A widget used to define a string property |
Cte::qt::widgets::StyleControllerWidget | A widget used to controll the style se element |
Cte::qt::widgets::SymbolEditorWidget | A widget used to edit symbols |
Cte::qt::widgets::SymbolPreviewWidget | A widget used to preview symbol elements |
Cte::qt::widgets::SymbolTableWidget | A widget used to preview a symbol as separated layers |
Cte::qt::widgets::TemporalPropertiesWidget | A widget used to adjust a temporal layer's properties |
Cte::qt::widgets::TiePointLocatorParametersWidget | This class is used to define a widget for tie point parameters acquirement |
Cte::qt::widgets::TiePointLocatorWidget | This class is used to define a widget for tie point acquirement |
Cte::qt::widgets::TimeSeriesDataWidget | A widget used to adjust a histogram's input data |
Cte::qt::widgets::TimeSeriesPropertiesWidget | A widget used to adjust a time series layer's properties |
Cte::qt::widgets::TimeSeriesStyleWidget | A widget used to adjust a timeSeries's style |
Cte::qt::widgets::TimeSliderWidget | A wdiget used to control the visualization of temporal data |
Cte::qt::widgets::TrajectoryPropertiesWidget | A widget used to adjust a Trajectory layer's properties |
Cte::qt::widgets::WellKnownMarkWidget | A widget used to build a well known mark element |
Cte::qt::widgets::WhereClauseWidget | This class is used to define the WHERE object of select operation |
Cte::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 |
►CQWizard | |
Cte::qt::plugins::terralib4::TL4ConverterWizard | |
Cte::qt::plugins::terramobile::GeoPackageBuilderWizard | This interface is used to get the input parameters for GeoPackage Builder wizard operation |
Cte::qt::widgets::ArithmeticOpWizard | This class is GUI used to define the arithmeticOp wizard for the RP arithmeticOp operation |
Cte::qt::widgets::ClassifierWizard | This class is GUI used to define the classifier wizard for the RP constast operation |
Cte::qt::widgets::ClippingWizard | This class is GUI used to define the clipping wizard for the RP constast operation |
Cte::qt::widgets::ColorTransformWizard | This class is GUI used to define the colorTransform wizard for the RP colorTransform operation |
Cte::qt::widgets::ComposeBandsWizard | This class is GUI used to allows users to compose or decompose bands |
Cte::qt::widgets::ContrastWizard | This class is GUI used to define the contrast wizard for the RP constast operation |
Cte::qt::widgets::DataExchangerWizard | Qt dialog for ... |
Cte::qt::widgets::FilterWizard | |
Cte::qt::widgets::FusionWizard | This class is GUI used to define the fusion wizard for the RP fusion operation |
Cte::qt::widgets::MixtureModelWizard | This class is GUI used to define the mixture model wizard for the RP constast operation |
Cte::qt::widgets::MosaicWizard | This class is GUI used to define the mosaic wizard for the RP mosaic operation |
Cte::qt::widgets::ObservationWizard | |
Cte::qt::widgets::PluginBuilderWizard | |
Cte::qt::widgets::QueryBuilderWizard | |
Cte::qt::widgets::QueryLayerBuilderWizard | |
Cte::qt::widgets::RasterizationWizard | |
Cte::qt::widgets::RegisterWizard | A Qt wizard that allows users to register a image |
Cte::qt::widgets::SegmenterWizard | This class is GUI used to define the segmenter wizard for the RP constast operation |
Cte::qt::widgets::TimeSeriesWizard | |
Cte::qt::widgets::TrajectoryWizard | |
Cte::qt::widgets::VectorizationWizard | |
Cte::vp::GeometricOpWizard | This class is GUI used to define the wizard for the VP geometric operation |
►CQWizardPage | |
Cte::qt::plugins::terralib4::TL4ConnectorWizardPage | A wizard page that provides the capability of connecting to a TerraLib 4.x database |
Cte::qt::plugins::terralib4::TL4FinalPageWizardPage | |
Cte::qt::plugins::terralib4::TL4LayerSelectionWizardPage | |
Cte::qt::plugins::terralib4::TL4RasterFolderSelectionWizardPage | |
Cte::qt::plugins::terralib4::TL4ThemeSelectionWizardPage | |
Cte::qt::plugins::terramobile::BuilderFormsWizardPage | This interface is used to configure the form json file for GeoPackage Builder wizard operation |
Cte::qt::plugins::terramobile::BuilderGatheringLayersWizardPage | This interface is used to get the gathering layers parameters for GeoPackage Builder wizard operation |
Cte::qt::plugins::terramobile::BuilderInputLayersWizardPage | This interface is used to get the input layers parameters for GeoPackage Builder wizard operation |
Cte::qt::plugins::terramobile::BuilderOutputWizardPage | This interface is used to get the output parameters for GeoPackage Builder wizard operation |
Cte::qt::widgets::ArithmeticOpWizardPage | This class is GUI used to define the arithmeticOp parameters for the RP arithmeticOp operation |
Cte::qt::widgets::ClassifierWizardPage | This class is GUI used to define the classifier parameters for the RP constast operation |
Cte::qt::widgets::ClippingWizardPage | This class is GUI used to define the clipping parameters for the RP constast operation |
Cte::qt::widgets::ColorTransformWizardPage | This class is GUI used to define the colorTransform parameters for the RP colorTransform operation |
Cte::qt::widgets::ComposeBandsWizardPage | This class is GUI used to defines a class for a Compose / Decompose Bands Wizard page |
Cte::qt::widgets::ContrastWizardPage | This class is GUI used to define the contrast parameters for the RP constast operation |
Cte::qt::widgets::DataExchangeSummaryWizardPage | |
Cte::qt::widgets::DataSetOptionsWizardPage | |
Cte::qt::widgets::DataSetSelectorWizardPage | |
Cte::qt::widgets::DataSetWizardPage | This class is a wizard page with the DataSetWidget component |
Cte::qt::widgets::DataSourceSelectorWizardPage | |
Cte::qt::widgets::FieldsWizardPage | This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a select operation |
Cte::qt::widgets::FilterWizardPage | |
Cte::qt::widgets::FusionWizardPage | This class is GUI used to define the fusion parameters for the RP fusion operation |
Cte::qt::widgets::GroupByWizardPage | This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of a select operation |
Cte::qt::widgets::LayerAttributesWizardPage | This class is used to define the layer attributes information |
Cte::qt::widgets::LayerSearchWizardPage | |
Cte::qt::widgets::MixtureModelWizardPage | This class is GUI used to define the mixture model parameters for the RP constast operation |
Cte::qt::widgets::MosaicWizardPage | This class is GUI used to define the mosaic parameters for the RP mosaic operation |
Cte::qt::widgets::ObservationPropertiesWizardPage | A WizardPage used to configure the general properties of a new spatio-temporal layer |
Cte::qt::widgets::OrderByWizardPage | |
Cte::qt::widgets::RasterInfoWizardPage | This class is GUI used to define the raster info parameters for raster factory |
Cte::qt::widgets::RasterizationWizardPage | |
Cte::qt::widgets::RasterNavigatorWizardPage | This class is a wizard page for the RasterNavigator widget |
Cte::qt::widgets::SegmenterAdvancedOptionsWizardPage | This class is GUI used to define the segmenter advanced options parameters for the RP constast operation |
Cte::qt::widgets::SegmenterWizardPage | This class is GUI used to define the segmenter parameters for the RP constast operation |
Cte::qt::widgets::TimeSeriesPropertiesWizardPage | A WizardPage used to configure the general properties of a new spatio-temporal layer |
Cte::qt::widgets::TrajectoryPropertiesWizardPage | A WizardPage used to configure the general properties of a new spatio-temporal layer |
Cte::qt::widgets::VectorizationWizardPage | |
Cte::qt::widgets::WhereClauseWizardPage | This class is a wizard page with the WhereClauseWidget component |
Cte::vp::GeometricOpOutputWizardPage | This class is GUI used to define the basic geometric operator parameters for the VP operation |
Cte::vp::GeometricOpWizardPage | |
►CQwtPlot | |
Cte::qt::widgets::ChartDisplay | A class to represent a chart display |
►CQwtPlotCurve | |
Cte::qt::widgets::ScatterChart | A class to represent a scatter chart |
Cte::qt::widgets::TimeSeriesChart | A class to represent a timeSeries chart |
►CQwtPlotHistogram | |
Cte::qt::widgets::HistogramChart | |
►CQwtScaleDraw | |
Cte::qt::widgets::StringScaleDraw | |
►CQwtScaleWidget | |
Cte::qt::widgets::colorbar::ColorBar | It QWidget implementation of color bar |
►CQwtSymbol | |
Cte::qt::widgets::MarkSymbol | A class that specialize the QwtSymbol to draw a Terralib Mark |
Cte::rp::Blender::RasterBlockInfo | Raster block info |
CRasterBlockSize | |
Cte::rst::RasterIterator< T > | This class implements and iterator to "navigate" over a raster, with a predefined number of bands |
Cte::tools::rastermanager::RasterManager | Class with methods to manage and manipulate rasters |
Cte::attributefill::RasterToVector | |
Cte::map::RasterTransform | A Raster Transform is a class that defines functions to transform a styled raster |
Cte::map::RasterTransformConfigurer | A Raster Transform configurer generates a Raster Transform given a RasterSymbolzier |
Cte::edit::Repository | This class represents a repository of geometries and features |
Cte::color::RGBAColor | A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color |
Cte::cl::ROI | A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identified for a particular purpose |
Cte::cl::ROISet | A ROISet is a set of ROI's |
►Cte::sa::SamplePointsGeneratorAbstract | Virtual class to generate samples points |
Cte::sa::SamplePointsGeneratorRandom | Class to generate samples points using random strategy |
Cte::sa::SamplePointsGeneratorStratified | Class to generate samples points using stratified strategy |
Cte::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 |
Cte::qt::widgets::Scatter | A class to represent a scatter |
Cte::qt::widgets::ScatterStyle | |
Cte::common::uri::scheme | URI scheme component |
Cte::qt::widgets::ScopedCursor | An object that when created shows a cursor during its scope |
Cte::qt::plugins::terramobile::Section | This class defines the Section object |
Cte::rp::SegmenterIdsManager | Segmenter segments IDs manager |
Cte::rp::SegmenterRegionGrowingMerger< FeatureDataTypeT > | Abstract class for the segments merger |
►Cte::rp::SegmenterRegionGrowingMerger< rg::BaatzFeatureType > | |
Cte::rp::SegmenterRegionGrowingBaatzMerger | Baatz based Segments merger |
►Cte::rp::SegmenterRegionGrowingMerger< rg::MeanFeatureType > | |
Cte::rp::SegmenterRegionGrowingMeanMerger | Mean based Segments merger |
Cte::rp::SegmenterRegionGrowingSegment< FeatureDataTypeT > | Region Growing segment |
Cte::rp::SegmenterRegionGrowingSegment< rg::BaatzFeatureType > | |
Cte::rp::SegmenterRegionGrowingSegment< rg::MeanFeatureType > | |
Cte::rp::SegmenterSegmentsBlock | Segmenter segments block description class |
►Cte::rp::SegmenterStrategy | Raster segmenter strategy base class |
Cte::rp::SegmenterDummyStrategy | Dummy strategy (just for testing purposes) |
Cte::rp::SegmenterRegionGrowingBaatzStrategy | Raster region growing segmenter strategy |
Cte::rp::SegmenterRegionGrowingMeanStrategy | Raster region growing segmenter strategy |
Cte::rp::Segmenter::SegmenterThreadEntryParams | The parameters passed to the Segmenter::segmenterthreadEntry method |
CSelection | This event signals that the selection button toggled |
Cte::da::Sequence | It describes a sequence (a number generator) |
Cte::da::DataSourceCatalog::sequence_name_cmp | |
CSimpleData< T *, DT > | Template specialization for simple data using pointers |
Cte::xl::SimpleLink | Simple link |
Cte::sa::SkaterInputParams | Class that represents the skater input parameters |
Cte::sa::SkaterOperation | Class used to execute the skater operations |
Cte::sa::SkaterOutputParams | Class that represents the skater output parameters |
Cte::sa::SkaterPartition | Class that represents the skater partition operation |
Cte::mnt::Smooth | |
►Cte::edit::Snap | This class implements geometry snap concept |
Cte::edit::SnapVertex | This class implements a vertex search snap |
Cte::fe::SortBy | It represents a sort by expression |
Cte::fe::SortProperty | A sort property name and order type |
Cte::fe::SpatialCapabilities | Spatial capabilities include the ability to filter spatial data |
Cte::fe::SpatialOperator | Spatial operator |
Cte::fe::SpatialOperators | Spatial operators |
►Cte::srs::SpatialReferenceSystem | A Spatial Reference System, also known as a Coordinate System |
Cte::srs::GeographicCoordinateSystem | A Geographic Coordinate System (GEOGCS) |
Cte::srs::ProjectedCoordinateSystem | A Projected Coordinate System (PROJCS) |
Cte::da::SpatialRestriction | A struct that represents a spatial restriction |
Cte::sa::SpatialWeightsExchanger | This class defines functions used to load and save gpm's using GAL and GWT formats, both formats use a ' ' as separator |
Cte::da::SRIDAssociation | |
Cte::srs::SpatialReferenceSystemManager::srs_desc | |
►Cte::common::Static | A base type for static classes |
Cte::ado::Globals | An static class with global definitions |
Cte::da::DataSourceFactory | A factory for data sources |
Cte::da::FunctionNames | A static class with global function name definitions |
Cte::gdal::Globals | An static class with global definitions for the TerraLib GDAL driver |
Cte::gm::GeometryFactory | This is the Geometry factory for TerraLib geometries |
Cte::gm::WKBReader | A class that deserializes a geometry from a valid WKB |
Cte::gm::WKTReader | A class that deserializes a Geometry from a valid WKT |
Cte::gpkg::Globals | An static class with global definitions |
Cte::graph::Globals | An static class with global definitions for the TerraLib Graph Module |
Cte::mem::Globals | An static class with global definitions for the TerraLib In-Memory driver |
Cte::ogr::Globals | An static class with global definitions |
Cte::pgis::EWKBReader | An utility class for reading a PostGIS EWKB |
Cte::pgis::Globals | An static class with global definitions |
Cte::qt::widgets::SymbologyPreview | |
Cte::qt::widgets::TreeItemFactory | A class for building layer items |
Cte::srs::WKTReader | A class that deserializes a SRS from a valid WKT |
Cte::st::Globals | An static class with global definitions for the TerraLib ST module |
Cte::stmem::Globals | An static class with global definitions for the TerraLib ST module |
Cterralib4::GeomReader | |
Cterralib4::Globals | An static class with global definitions |
Cte::st::STDataLoader | A class that contains a set of static methods to load spatiotemporal data from data sources |
►Cte::st::STDataLoaderImpl | An abstract class responsible for loading spatiotemporal data from data sources |
Cte::st::STDataLoaderFromDS | A class responsible for loading spatiotemporal data from a DataSource using query capabilities |
Cte::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 |
►CSTDataLoaderImplFactory | |
Cte::st::STDataLoaderFromDSFactory | This is the concrete factory for a STDataSourceLoaderFromDS |
Cte::st::STDataLoaderFromMemDSFactory | This is the concrete factory for a STDataLoaderFromMemDS |
Cte::stat::StringStatisticalSummary | A structure to hold the set of statistics from a set of categorical (sample) values |
Cte::xerces::StrToXMLCh | A class for converting a standard string to a Xerces string (XMLCh) |
Cte::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams | The parameters passed to the surfLocatorThreadEntry method |
CSwapDoubleUnion<> | It swaps eight bytes in local |
Cte::qt::widgets::Symbol | This class represents a symbol. TODO: More description! |
Cte::qt::widgets::SymbolInfo | Information about a given Symbol |
Cte::qt::widgets::SymbolLibrary | This class represents a library of symbols |
CSymbolType | Enumeration that indicates the symbol type |
Cte::common::TaskProgress | This class can be used to inform the progress of a task |
Cte::dt::TemporalResolution | A temporal resolution is composed of a unit of time and a value |
Cterralib | Spatial reference system transformation function |
Cte::at::Text | A Text may contain 1 or more Text Elements |
Cte::rp::Texture | A structure to hold the set of GLCM metrics |
Cterralib4::ThemeInfo | |
CThis | |
CThis | |
CThis | |
CThis | |
CThis | |
CThis | |
Cte::mem::CachedBandBlocksManager::ThreadParameters | Internal read/write thread execution parameters |
Cte::qt::widgets::TiePointData | |
Cte::qt::widgets::TiePointsLocatorDialog::TiePointData | |
►Cte::rp::TiePointsLocatorStrategy | Tie-points locator strategy |
Cte::rp::TiePointsLocatorMoravecStrategy | Tie-points locator Moravec strategy |
Cte::rp::TiePointsLocatorSURFStrategy | Tie-points locator SURF strategy |
Cte::rst::TileIndexer | Polygon tile indexing class for optmized geometrical relational tests |
Cte::st::TimeSeries | A class to represent time series |
Cte::st::TimeSeriesDataSetInfo | A class that contains infos about a DataSet that contains observations of one or more time series |
Cte::st::TimeSeriesIterator | A class to traverse the observations of a TimeSeries |
Cte::st::TimeSeriesObservation | A class to represent an observation (time and value) of a time series |
Cte::st::TimeSeriesPatch | A struct to represent a patch or a continuous piece of a time series |
Cte::qt::widgets::TimeSeriesStyle | |
►Cte::mnt::Tin | Class to define TIN strutures |
Cte::mnt::Slope | |
Cte::mnt::TINCalculateGrid | Class to calculate grid from TIN |
Cte::mnt::TINCreateIsolines | Class to generate isolines from TIN |
Cte::mnt::TINGeneration | Class to generate TIN |
Cte::mnt::TinLine | |
Cte::mnt::TinNode | |
Cte::mnt::TinTriang | |
Cte::common::uri::urisyn::traits | Traits used for parsing and encoding components |
Cte::st::Trajectory | A class to represent trajectory |
Cte::st::TrajectoryDataSetInfo | A class that contains infos about a DataSet that contains observations of one or more trajectories |
CTrajectoryDialog | A Dialog used to generate a new TrajectoryLayer |
Cte::st::TrajectoryIterator | A class to traverse the observations of a trajectory |
Cte::st::TrajectoryPatch | A struct to represent a patch or a continuous piece of a trajectory |
►Cte::qt::widgets::TreeItem | Defines a hierarchical structure |
Cte::qt::widgets::ChartItem | A class that represents a chart of a layer in a LayerTreeModel |
Cte::qt::widgets::ChartSliceItem | A class that represents a chart slice in a LayerItemModel |
Cte::qt::widgets::ColorMapItem | Represents a color map of rastersymbolizer of a layer in a LayerItemModel |
Cte::qt::widgets::ColorMapSliceItem | A class that represents a slice of a ColorMapItem |
Cte::qt::widgets::FolderItem | Represents a folder item that contains layers and / or other folders |
Cte::qt::widgets::GroupingItem | A class that represents a grouping of a layer in a LayerTreeModel |
Cte::qt::widgets::LayerItem | An item that contains a te::map::AbstractLayerPtr |
Cte::qt::widgets::LegendItem | Represents a lengend in the tree structure |
►Cte::xsd::Type | An abstract class for modeling the definition of a new XML Schema Type |
Cte::xsd::ComplexType | It models a XML Schema Complex Type definition |
Cte::xsd::SimpleBuiltInType | A class for representing built-in XML Schema types |
Cte::xsd::SimpleType | It models a XML Schema SimpleType element |
►Cte::xsd::TypeDerivation | SimpleType, SimpleContent and ComplexContent can be extend other types. This is just a base class for the type extension mechanism |
Cte::xsd::Extension | This class models an extension element that can be used to extend an existing simpleType or complexType element |
Cte::xsd::Restriction4ComplexContent | The restriction class can be used to define restrictions on a complexContent |
Cte::xsd::Restriction4SimpleContent | This restriction class defines restrictions on a simpleContent |
►CUi_DSCopyDialog | |
Cte::tools::dscopy::DSCopyDialog | TerraLib Data Source Copy GUI |
►CUi_LegendDialog | |
Cte::qt::widgets::Legend | |
►CUi_RasterManagerDialog | |
Cte::tools::rastermanager::RasterManagerDialog | |
CUKInfo | Struct that stores information about a unique key using the most common data types |
►Cunary_function | |
Cte::plugin::PluginInfo::Finder1st | |
Cte::common::UnitOfMeasure | A class to represent units of measure |
Cte::common::uri::uri | Uniform Resource Identifier (URI) reference |
Cte::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/ |
Cte::tools::rastermanager::Utils | Class with help methods for the application |
CUtils | Class with help methods for the application |
Cte::tools::dscopy::Utils | Class with help methods for the application |
►Cvector | |
Cte::common::uri::query | URI query component |
Cte::rst::Vectorizer | It implements the vectorizer, based on TerraLib 4 algorithm |
Cte::rst::VectorizerPolygonStructure | A polygon container node class |
Cte::attributefill::VectorToRaster | |
CVectorToVector | A class that execute vector to vector operations in the memory |
►Cte::attributefill::VectorToVectorOp | |
Cte::attributefill::VectorToVectorMemory | |
Cte::common::Version | |
Cte::pgis::VersionInfo | A data structure for holding version information |
Cte::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 |
Cte::edit::VertexIndex | |
►Cte::se::Visitor | A visitor interface for the SymbologyEncoding hierarchy |
Cte::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); |
Cte::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); |
Cte::se::SymbolizerColorFinder | A Symbology Enconding visitor that finds a color given a symbolizer element. If you want to use this visitor, use a command like: te::se::SymbolizerColorFinder scf; scf.find(symbolizer); te::color::RGBAColor color = scf.getColor(); |
►Cte::fe::Visitor | A visitor interface for a Filter expression |
Cte::fe::serialize::Expression | |
Cte::map::QueryEncoder | A visitor that converts a OGC Filter Expression to TerraLib Expression |
►Cte::gm::Visitor | A visitor interface for the Geometry hierarchy |
Cte::gm::WKBSize | A class that computes the number of bytes necessary to encode a geometry in WKB |
Cte::gm::WKBWriter | A class that serializes a geometry to the WKB format |
Cte::gm::WKTWriter | A class that serializes a geometry to the WKT format |
Cte::pgis::EWKBWriter | An utility class for writing a PostGIS EWKB |
Cte::sqlite::EWKBSize | |
Cte::common::Visitor< T, R > | A generic class for visitors |
Cte::mnt::Volume | |
Cte::wcs::WCSLayerInfo | Informations about WCS Layers |
Cte::wfs::WFSLayerInfo | Informations about WFS Layers |
Cte::da::Where | A class that can be used to model a filter expression that can be applied to a query |
Cte::gm::WKTActions | A class that implements the Grammar Rules for well known text (WKT) format for Geometry |
Cte::srs::WKTActions | A class that implements the Grammar Rules for well known text (WKT) format for Spatial Reference Systems |
Cte::wms::WMS2Layer | |
Cte::wms::WMSLayerInfo | Informations about WMS Layers |
Cte::map::WorldDeviceTransformer | This class implements the logic for transforming from device coordinate to world coordinate and vice-versa |
Cte::xerces::XMLChToStr | A class for converting a Xerces string (XMLCh) to a standard string |
CXMLFormatter | A class that formats strings |
Cte::qt::af::XMLFormatter | A class that formats strings |
CZoom | This event signals that the zoom out button toggled |
CZoom | This event signals that the zoom in button toggled |
►CT | |
Cte::common::Decorator< T > | |