Table of Contents

zmap_SaveMosaic

Description

Save all tiles in a mosaic map to disk (closes RAM cache).

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_SaveMosaic(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to the map that is to be saved.

Return value

False if an error occurred, and true otherwise.

Comments

None.