26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_MERGEGEOMETRIESTOOL_H 
   27 #define __TERRALIB_EDIT_QT_INTERNAL_MERGEGEOMETRIESTOOL_H 
   30 #include "../../../geometry/Coord2D.h" 
   31 #include "../../../geometry/Geometry.h" 
   32 #include "../../../geometry/GeometryCollection.h" 
   33 #include "../../../geometry/GeometryProperty.h" 
   34 #include "../../../dataaccess/dataset/ObjectId.h" 
   35 #include "../../../dataaccess/dataset/ObjectIdSet.h" 
   36 #include "../../../maptools/AbstractLayer.h" 
   38 #include "../Config.h" 
   80       void storeMergedFeature();
 
   82       void storeUndoCommand();
 
   84       void mergeGeometries();
 
   96       void onExtentChanged();
 
  113 #endif  // __TERRALIB_EDIT_QT_INTERNAL_MERGEGEOMETRIESTOOL_H 
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An Envelope defines a 2D rectangular region. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
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. 
 
It is a collection of other geometric objects. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr