75 double *east,
double *west,
double *top,
89 double *east,
double *west,
double *top,
324 double rangeMin, rangeMax;
327 "File %s open for %sing:\n", map->
fileName,
331 printf(
"Version %i\n", map->
version);
332 printf(
" Fd = %d, Unit %s, Vertical Unit %s, Type: %s, ", map->
data_fd,
337 printf(
"Type intern: %s\n",
342 printf(
" Compression: none\n");
344 printf(
" Compression:%s (%s%s) Precision: %s",
346 (map->
useRle ?
" rle," :
""),
347 (map->
precision == -1 ?
"all bits used\n" :
"using"));
353 printf(
" Cache: none\n");
362 printf(
" Region: (%f %f) (%f %f) (%f %f)\n", map->
region.
south,
365 printf(
" (cols %5d rows %5d depths %5d)\n", map->
region.
cols,
367 printf(
" Num tiles (X %5d Y %5d Z %5d)\n", map->
nx, map->
ny,
369 printf(
" Tile size (X %5d Y %5d Z %5d)\n", map->
tileX,
375 printf(
"%f, ", (
double)rangeMin);
379 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