#include <spatialanalysis.h>
|
| SpatialLayeredGrid () |
|
void | setup () |
| initial setup of the grid More...
|
|
int | addGrid (const QString name, FloatGrid *grid) |
| adds a 'grid' named 'name'. returns index of the newly added grid. More...
|
|
const QStringList & | gridNames () |
|
double | value (const float x, const float y, const int index) const |
|
double | value (const QPointF &world_coord, const int index) const |
|
double | value (const int ix, const int iy, const int index) const |
|
double | value (const int grid_index, const int index) const |
|
void | range (double &rMin, double &rMax, const int index) const |
| retrieve min and max of variable 'index' More...
|
|
virtual | ~LayeredGridBase () |
|
virtual int | sizeX () const =0 |
|
virtual int | sizeY () const =0 |
|
virtual QRectF | metricRect () const =0 |
|
virtual QRectF | cellRect (const QPoint &p) const =0 |
|
virtual bool | onClick (const QPointF &world_coord) const |
|
virtual const QVector< LayeredGridBase::LayerElement > & | names ()=0 |
| list of stored layers More...
|
|
virtual int | indexOf (const QString &layer_name) |
| get layer index by name of the layer. returns -1 if layer is not available. More...
|
|
virtual QStringList | layerNames () |
|
virtual const QString | labelvalue (const int value, const int index) const |
|
◆ SpatialLayeredGrid()
SpatialLayeredGrid::SpatialLayeredGrid |
( |
| ) |
|
|
inline |
◆ addGrid()
int SpatialLayeredGrid::addGrid |
( |
const QString |
name, |
|
|
FloatGrid * |
grid |
|
) |
| |
adds a 'grid' named 'name'. returns index of the newly added grid.
◆ gridNames()
const QStringList & SpatialLayeredGrid::gridNames |
( |
| ) |
|
|
inline |
◆ range()
void SpatialLayeredGrid::range |
( |
double & |
rMin, |
|
|
double & |
rMax, |
|
|
const int |
index |
|
) |
| const |
|
inlinevirtual |
◆ setup()
void SpatialLayeredGrid::setup |
( |
| ) |
|
initial setup of the grid
◆ value() [1/4]
double SpatialLayeredGrid::value |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const int |
index |
|
) |
| const |
|
inlinevirtual |
◆ value() [2/4]
double SpatialLayeredGrid::value |
( |
const int |
grid_index, |
|
|
const int |
index |
|
) |
| const |
|
inlinevirtual |
◆ value() [3/4]
double SpatialLayeredGrid::value |
( |
const int |
ix, |
|
|
const int |
iy, |
|
|
const int |
index |
|
) |
| const |
|
inlinevirtual |
◆ value() [4/4]
double SpatialLayeredGrid::value |
( |
const QPointF & |
world_coord, |
|
|
const int |
index |
|
) |
| const |
|
inlinevirtual |
The documentation for this class was generated from the following files: