26 #ifndef __TERRALIB_VP_QT_INTERNAL_UTILS_H 
   27 #define __TERRALIB_VP_QT_INTERNAL_UTILS_H 
   30 #include "../geometry/Geometry.h" 
   31 #include "../maptools/AbstractLayer.h" 
   32 #include "../memory/DataSet.h" 
   33 #include "../memory/DataSetItem.h" 
   75 #endif  // __TERRALIB_VP_QT_INTERNAL_UTILS_H 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
te::gm::GeometryProperty * SetOutputGeometryType(const te::gm::GeometryProperty *firstGeom, const te::gm::GeometryProperty *secondGeom)
 
void Multi2Single(te::gm::Geometry *g, std::vector< te::gm::Geometry * > &geoms)
 
A class that models the description of a dataset. 
 
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. 
 
void Save(te::da::DataSource *source, te::da::DataSet *result, te::da::DataSetType *outDsType)
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
void SplitGeometryCollection(te::gm::GeometryCollection *geomIn, te::gm::GeometryCollection *gcOut)
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
te::gm::GeomType GeomOpResultType(te::gm::GeomType firstGeom, te::gm::GeomType secondGeom)
 
te::gm::GeomType GetSimpleType(te::gm::GeomType geomType)
 
It is a collection of other geometric objects. 
 
bool IsMultiType(te::gm::GeomType geomType)
 
std::string GetSimpleTableName(std::string fullName)