26#ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIDGET_H
27#define __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIDGET_H
45namespace Ui {
class RasterNavigatorWidgetForm; }
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;
This is the base class for Layers.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
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...
An Envelope defines a 2D rectangular region.
Namespace for the Vector Geometry module of TerraLib.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Visibility
Each layer can have three states of visibility.
Namespace for the Qt module of TerraLib.
Namespace for the Raster module of TerraLib.
Namespace for the Symbology Encoding module of TerraLib.