Namespace for Vector Processing module of TerraLib. More...
Classes | |
| class | AggregationDialog | 
| class | AggregationMemory | 
| class | AggregationOp | 
| class | AggregationQuery | 
| class | BufferDialog | 
| class | BufferMemory | 
| class | BufferOp | 
| class | BufferQuery | 
| class | GeometricOp | 
| class | GeometricOpMemory | 
| class | GeometricOpOutputWizardPage | 
| This class is GUI used to define the basic geometric operator parameters for the VP operation.  More... | |
| class | GeometricOpQuery | 
| class | GeometricOpWizard | 
| This class is GUI used to define the wizard for the VP geometric operation.  More... | |
| class | GeometricOpWizardPage | 
| class | IntersectionDialog | 
| A dialog used to execute vector intersection.  More... | |
| class | IntersectionMemory | 
| class | IntersectionOp | 
| class | IntersectionQuery | 
| class | LayerItem | 
| class | LayerTreeModel | 
| class | LegendGroupItem | 
| class | Module | 
| This singleton defines the TerraLib Qt Widgets module entry.  More... | |
| class | PolygonToLineDialog | 
| class | PropertyGroupItem | 
| class | PropertyItem | 
| class | SummarizationDialog | 
| class | TransformationDialog | 
Enumerations | |
| enum | BoundariesBetweenBuffers { DISSOLVE, NOT_DISSOLVE } | 
| Define the boundaries between buffers.  More... | |
| enum | GeometricOperation {  CONVEX_HULL, CENTROID, MBR, AREA, LINE, PERIMETER }  | 
| enum | GeometricOpObjStrategy { ALL_OBJ, AGGREG_OBJ, AGGREG_BY_ATTRIBUTE } | 
| Defines the strategy used for the processing of the input geometries.  More... | |
| enum | GroupingFunctionsType {  MIN_VALUE, MAX_VALUE, MEAN, SUM, COUNT, VALID_COUNT, STANDARD_DEVIATION, KERNEL, VARIANCE, SKEWNESS, KURTOSIS, AMPLITUDE, MEDIAN, VAR_COEFF, MODE }  | 
| Define grouping functions type.  More... | |
| enum | MemoryUse { WHOLE_MEM, PARTIALLY_MEM, LOW_MEM } | 
| Define possible states for memory use.  More... | |
| enum | RuleForBuffer { INSIDE_OUTSIDE, ONLY_OUTSIDE, ONLY_INSIDE } | 
Functions | |
| te::gm::GeomType | GeomOpResultType (te::gm::GeomType firstGeom, te::gm::GeomType secondGeom) | 
| te::gm::GeomType | GeomOpResultType (te::gm::GeomType firstGeom) | 
| std::list < te::map::AbstractLayerPtr >  | GetFilteredLayers (std::string text, std::list< te::map::AbstractLayerPtr > layers) | 
| Get a list of AbstractLayer filtered by the name;.  More... | |
| te::gm::Geometry * | GetGeometryUnion (const std::vector< te::mem::DataSetItem * > &items, size_t geomIdx, te::gm::GeomType outGeoType) | 
| It returns the union of a geometry vector.  More... | |
| te::gm::Geometry * | GetGeometryUnion (const std::vector< te::mem::DataSetItem * > &items, size_t geomIdx) | 
| std::string | GetSimpleTableName (std::string fullName) | 
| te::gm::GeometryProperty * | SetOutputGeometryType (const te::gm::GeometryProperty *firstGeom, const te::gm::GeometryProperty *secondGeom) | 
| void | SplitGeometryCollection (te::gm::GeometryCollection *geomIn, te::gm::GeometryCollection *gcOut) | 
Namespace for Vector Processing module of TerraLib.
Define grouping functions type.
| enum te::vp::MemoryUse | 
| te::gm::GeomType te::vp::GeomOpResultType | ( | te::gm::GeomType | firstGeom, | 
| te::gm::GeomType | secondGeom | ||
| ) | 
Definition at line 167 of file Utils.cpp.
References te::gm::LineStringType, te::gm::MultiLineStringType, te::gm::MultiPointType, te::gm::MultiPolygonType, and te::gm::PolygonType.
Referenced by te::vp::IntersectionMemory::createDataSetType(), te::vp::IntersectionQuery::run(), and te::vp::AggregationMemory::run().
| te::gm::GeomType te::vp::GeomOpResultType | ( | te::gm::GeomType | firstGeom | ) | 
Definition at line 194 of file Utils.cpp.
References te::gm::LineStringType, te::gm::MultiLineStringType, te::gm::MultiPointType, te::gm::MultiPolygonType, te::gm::PointType, and te::gm::PolygonType.
| std::list< te::map::AbstractLayerPtr > te::vp::GetFilteredLayers | ( | std::string | text, | 
| std::list< te::map::AbstractLayerPtr > | layers | ||
| ) | 
| te::gm::Geometry * te::vp::GetGeometryUnion | ( | const std::vector< te::mem::DataSetItem * > & | items, | 
| size_t | geomIdx, | ||
| te::gm::GeomType | outGeoType | ||
| ) | 
It returns the union of a geometry vector.
| items | Vector of itens that represents a group. | 
Definition at line 47 of file Utils.cpp.
References te::gm::GeometryCollection::add(), te::gm::GeometryCollectionType, te::gm::GeometryCollection::getGeometries(), te::gm::Geometry::getGeomTypeId(), te::gm::Geometry::getSRID(), te::gm::GeometryCollection::setGeometryN(), SplitGeometryCollection(), and te::gm::Geometry::Union().
Referenced by te::vp::AggregationMemory::run(), and te::vp::GeometricOpMemory::SetAggregByAttribute().
| te::gm::Geometry * te::vp::GetGeometryUnion | ( | const std::vector< te::mem::DataSetItem * > & | items, | 
| size_t | geomIdx | ||
| ) | 
Definition at line 108 of file Utils.cpp.
References te::gm::GeometryCollection::add(), te::gm::GeometryCollectionType, and te::gm::Geometry::Union().
| std::string te::vp::GetSimpleTableName | ( | std::string | fullName | ) | 
Definition at line 157 of file Utils.cpp.
Referenced by te::vp::IntersectionMemory::createDataSetType(), te::vp::IntersectionMemory::pairwiseIntersection(), and te::vp::IntersectionQuery::run().
| te::gm::GeometryProperty* te::vp::SetOutputGeometryType | ( | const te::gm::GeometryProperty * | firstGeom, | 
| const te::gm::GeometryProperty * | secondGeom | ||
| ) | 
| void te::vp::SplitGeometryCollection | ( | te::gm::GeometryCollection * | geomIn, | 
| te::gm::GeometryCollection * | gcOut | ||
| ) | 
Definition at line 144 of file Utils.cpp.
References te::gm::GeometryCollection::add().
Referenced by te::vp::BufferMemory::dissolveMemory(), and GetGeometryUnion().