78 double *west,
double *top,
double *bottom)
92 double *west,
double *top,
double *bottom)
333 double rangeMin, rangeMax;
335 printf(
"File %s open for %sing:\n", map->
fileName,
338 printf(
"Version %i\n", map->
version);
339 printf(
" Fd = %d, Unit %s, Vertical Unit %s, Type: %s, ", map->
data_fd,
343 printf(
"Type intern: %s\n",
347 printf(
" Compression: none\n");
349 printf(
" Compression:%s (%s%s) Precision: %s", (map->
compression ?
"on" :
"off"),
350 (map->
useLzw ?
" lzw," :
""), (map->
useRle ?
" rle," :
""),
351 (map->
precision == -1 ?
"all bits used\n" :
"using"));
357 printf(
" Cache: none\n");
359 printf(
" Cache: used%s\n",
365 printf(
" Region: (%f %f) (%f %f) (%f %f)\n",
370 printf(
" Num tiles (X %5d Y %5d Z %5d)\n", map->
nx, map->
ny, map->
nz);
371 printf(
" Tile size (X %5d Y %5d Z %5d)\n", map->
tileX, map->
tileY, map->
tileZ);
376 printf(
"%f, ", (
double)rangeMin);
380 printf(
"%f)\n", (
double)rangeMax);
void Rast3d_region_copy(RASTER3D_Region *, RASTER3D_Region *)
Copies the values of regionSrc into regionDst.
#define RASTER3D_WRITE_DATA
const char * G_get_units_name(int, int, int)
Get localized units name.
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_READ_DATA
char * G_store(const char *)
Copy string to allocated memory.
int Rast3d_is_null_value_num(const void *, int)
int G_units(const char *)
Get units code by name.