Class GeoPackageOutputStore

java.lang.Object
nz.org.riskscape.engine.defaults.data.jdbc.BaseJdbcOutputStore
nz.org.riskscape.engine.defaults.data.jdbc.GeoPackageOutputStore
All Implemented Interfaces:
AutoCloseable

public class GeoPackageOutputStore extends BaseJdbcOutputStore implements AutoCloseable

For writing to GeoPackage files.

Note that writing to GeoPackage files uses a shared connection. It is important that is called to close this shared connection.</p>

  • Constructor Details

    • GeoPackageOutputStore

      public GeoPackageOutputStore(File geoPackageFile, boolean replaceExistingTables)
  • Method Details