26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_MAPDISPLAY_H
27 #define __TERRALIB_MAPTOOLS_INTERNAL_MAPDISPLAY_H
55 virtual void setLayerList(
const std::list<te::map::AbstractLayerPtr>& layers);
67 virtual int getSRID()
const;
69 virtual void setSRID(
const int& srid,
bool doRefresh =
true);
83 #endif // __TERRALIB_MAPTOOLS_INTERNAL_MAPDISPLAY_H
It defines the concept of a map display responsible for controlling how a set of layers are displayed...
te::map::AlignType m_hAlign
The display horizontal align.
te::map::AlignType m_vAlign
The display vertical align.
AlignType
This enum contains values to control the alignment of components (like Canvas and MapDisplay)...
An Envelope defines a 2D rectangular region.
This class controls how a set of layers are displayed.
int m_srid
The display SRS.
te::gm::Envelope m_extent
The display extent.
std::list< te::map::AbstractLayerPtr > m_layerList
The layer list to be displayed.
It defines the concept of a map display responsible for controlling how a set of layers are displayed...