26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_MAPDISPLAY_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_MAPDISPLAY_H 
   31 #include "../../../maptools/MapDisplay.h" 
   32 #include "../../../srs.h" 
   34 #include "../Config.h" 
   49   namespace gm { 
class Envelope; }
 
   50   namespace map { 
class AbstractLayer; }
 
  101           MapDisplay(
const QSize& size, QWidget* parent = 0, Qt::WindowFlags f = 0);
 
  127           virtual void setSRID(
const int& srid, 
bool doRefresh = 
true);
 
  231           virtual void getDPI(
int& dpiX, 
int& dpiY) 
const;
 
An Envelope defines a 2D rectangular region.
 
This is the base class for layers.
 
This class controls how a set of layers are displayed.
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
#define TE_UNKNOWN_SRS
A numeric value to represent a unknown SRS identification in TerraLib.