OGC GeoPackage Tiles Reader Parameters

About Database Connections

Database formats include a Database Connection parameter that defines and stores authentication information. For general information about sharing database connections, please see Using Database Connections. Using Database Connections.

Note that Database Connection parameters differ slightly, depending on context and/or database format.

Connection

From the Connection parameter in a database format, you can do one of the following:

    Select an existing, previously defined connection. See the section Reusing a Database Connection in Using Database Connections

    Select Add Database Connection to define a new connection. See database-specific parameters below, as well as the section Adding a Database Connection in a Workspace in Using Database Connections The new connection can be made visible only to the current user, or can be shared among multiple users.

Database Connection

If you have already selected the file-based database connection from the Add Reader or Add Writer dialog, you will be prompted for the file or folder from the Add Database Connection dialog, and this parameter group will not be visible.

Parameters

Advanced

Enforce Foreign Key Integrity

The GeoPackage standard requires that all foreign key values in a GeoPackage database are valid (see Requirement 7 of the specification).

Option

Description

Yes (default)

The reader will ensure that all foreign key values in the database are valid before reading any data. If any foreign keys are invalid then the translation will fail.

No

The reader will attempt to read the data without performing any foreign key checks.