|
static void | initialize () |
| Must be called before any other function to initialize GDAL.
|
|
static GeoRaster * | get_tile_from_dataset (GDALDataset *dataset, double top_left_x, double top_left_y, double size_meters, int img_size, int interpolation_type) |
|
static void | write_into_dataset (GDALDataset *dataset, double center_x, double center_y, void *values, double scale, int interpolation_type) |
|
static void | smooth_add_into_dataset (GDALDataset *dataset, double center_x, double center_y, double summand, double radius) |
|
static ExtentData | get_extent_data (GDALDataset *dataset) |
|
static float | get_min (GDALDataset *dataset) |
|
static float | get_max (GDALDataset *dataset) |
|
static float | get_pixel_size (GDALDataset *dataset) |
|
◆ get_tile_from_dataset()
GeoRaster * RasterTileExtractor::get_tile_from_dataset |
( |
GDALDataset * |
dataset, |
|
|
double |
top_left_x, |
|
|
double |
top_left_y, |
|
|
double |
size_meters, |
|
|
int |
img_size, |
|
|
int |
interpolation_type |
|
) |
| |
|
static |
Returns a GeoRaster with the data from the given dataset, in the given area, with the given resolution and interpolation.
The documentation for this class was generated from the following files:
- /github/workspace/src/raster-tile-extractor/RasterTileExtractor.h
- /github/workspace/src/raster-tile-extractor/RasterTileExtractor.cpp