72 double *east,
double *west,
double *top,
86 double *east,
double *west,
double *top,
308 double rangeMin, rangeMax;
311 "File %s open for %sing:\n", map->
fileName,
315 printf(
"Version %i\n", map->
version);
316 printf(
" Fd = %d, Unit %s, Vertical Unit %s, Type: %s, ", map->
data_fd,
321 printf(
"Type intern: %s\n",
326 printf(
" Compression: none\n");
328 printf(
" Compression:%s (%s%s) Precision: %s",
330 (map->
useRle ?
" rle," :
""),
331 (map->
precision == -1 ?
"all bits used\n" :
"using"));
337 printf(
" Cache: none\n");
346 printf(
" Region: (%f %f) (%f %f) (%f %f)\n", map->
region.
south,
349 printf(
" (cols %5d rows %5d depths %5d)\n", map->
region.
cols,
351 printf(
" Num tiles (X %5d Y %5d Z %5d)\n", map->
nx, map->
ny,
353 printf(
" Tile size (X %5d Y %5d Z %5d)\n", map->
tileX,
359 printf(
"%f, ", (
double)rangeMin);
363 printf(
"%f)\n", (
double)rangeMax);
const char * G_get_units_name(int, int, int)
Get localized units name.
int G_units(const char *)
Get units code by name.
char * G_store(const char *)
Copy string to allocated memory.
int Rast3d_is_null_value_num(const void *, int)
void Rast3d_region_copy(RASTER3D_Region *, RASTER3D_Region *)
Copies the values of regionSrc into regionDst.
void Rast3d_range_min_max(RASTER3D_Map *, double *, double *)
Returns in min and max the minimum and maximum values of the range.
#define RASTER3D_NO_COMPRESSION
#define RASTER3D_WRITE_DATA
#define RASTER3D_READ_DATA