Maptitude GISDK Help |
Increases the efficiency of a standard geographic area file.
SqueezeDatabase(string geofile_name, string temp_path)
Argument |
Contents |
geofile_name |
The name of the geographic file |
temp_path |
An optional path along which a temporary copy of the database can be stored |
SqueezeDatabase() reduces storage requirements and increases the speed of display for a standard geographic area database by merging together boundary edges that separate the same two areas.
SqueezeDatabase() has absolutely no effect on the geographic accuracy of the data.
SqueezeDatabase() requires enough scratch space to store a complete copy of the geographic file in the location of the geographic file or in the temporary directory specified by the temp_path argument.
SqueezeDatabase("c:\\data\\myfiles\\districts.dbd", "d:\\temp")
Error Type |
Meaning |
Error |
The geofile_name is invalid, or there is not enough disk space to create a complete copy of the database |
Function |
Summary |
Optimizes a standard geographic file for faster display |
©2025 Caliper Corporation | www.caliper.com |