26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIDGET_H
30 #include "../../../geometry/Envelope.h"
32 #include "../../../geometry/Polygon.h"
33 #include "../../../maptools/AbstractLayer.h"
35 #include "../../../maptools/Enums.h"
36 #include "../Config.h"
45 namespace Ui {
class RasterNavigatorWidgetForm; }
49 namespace gm {
class Envelope; }
50 namespace rst {
class Raster; }
51 namespace se {
class RasterSymbolizer; }
58 class EyeBirdMapDisplayWidget;
61 class ZoomInMapDisplayWidget;
128 void setPoints(std::map< unsigned int, QPointF > *points);
205 void pointMoved(
double xorig,
double yorig,
double xnew,
double ynew);
225 std::unique_ptr<Ui::RasterNavigatorWidgetForm>
m_ui;
247 std::unique_ptr< std::map< unsigned int, QPointF > >
m_points;
An Envelope defines a 2D rectangular region.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
An abstract class for raster data strucutures.
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos,...
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Visibility
Each layer can have three states of visibility.
This event signals that the pan button toggled.