Add a GeoPackage to the cache
GeoPackage
Add the collection of GeoPackages
GeoPackages
Clears all cached GeoPackages but does not close them, call #closeAll() to close and clear all GeoPackages
Close the GeoPackage
GeoPackage
Close the GeoPackage if it is cached (same GeoPackage instance)
true if closed
GeoPackage
Close the GeoPackage if it is not cached (GeoPackage not cached or different instance)
true if closed
GeoPackage
Get the GeoPackage with name
cached GeoPackage
GeoPackage name
Get the cached GeoPackages
collection of cached GeoPackages
Get the cached GeoPackage or open the GeoPackage file without caching it
GeoPackage
GeoPackage buffer, Uint8Array or filePath
Remove the GeoPackage with the name but does not close it, call #close(String) to close and remove
removed GeoPackage
GeoPackage name
Remove and close the GeoPackage with name, same as #close(String)
true if found, removed, and closed
GeoPackage name
Generated using TypeDoc
GeoPackage Cache