Subset positions of raster data. More...
#include <data_raster.hpp>
Public Member Functions | |
SubsetPositions (int srow, int erow, int scol, int ecol) | |
SubsetPositions (SubsetPositions *&src, bool deep_copy=false) | |
bool | Initialization () |
template<typename T > | |
bool | SetData (const int n, T *data) |
template<typename T > | |
bool | Set2DData (const int n, const int lyr, T **data2d) |
bool | ReadFromMongoDB (MongoGridFs *gfs, const string &fname, const STRING_MAP &opts=STRING_MAP()) |
void | GetHeader (double gxll, double gyll, int gnrows, double cellsize, double nodata, STRDBL_MAP &subheader) |
template<typename T > | |
void | Output (T nodata, vector< T * > &fulldata) |
Subset positions of raster data.