Package org.opengis.cite.gpkg12
Class GPKG12
java.lang.Object
org.opengis.cite.gpkg12.GPKG12
Provides various constants pertaining to GeoPackage 1.2 data containers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte[]
Application id for OGC GeoPackage 1.0.static final byte[]
Application id for OGC GeoPackage 1.1.static final byte[]
Application id for OGC GeoPackage 1.2.static final int
Starting offset of "Application ID" field in file header (4 bytes).static final byte[]
static final int
Length of SQLite database file header (bytes).static final String
GeoPackage file name extension.static final String
static final byte[]
SQLite v3 header string (terminated with a NULL character). -
Constructor Summary
-
Method Summary
-
Field Details
-
DB_HEADER_LENGTH
public static final int DB_HEADER_LENGTHLength of SQLite database file header (bytes).- See Also:
-
APP_ID_OFFSET
public static final int APP_ID_OFFSETStarting offset of "Application ID" field in file header (4 bytes).- See Also:
-
SQLITE_MAGIC_HEADER
public static final byte[] SQLITE_MAGIC_HEADERSQLite v3 header string (terminated with a NULL character). -
APP_GP10
public static final byte[] APP_GP10Application id for OGC GeoPackage 1.0. -
APP_GP11
public static final byte[] APP_GP11Application id for OGC GeoPackage 1.1. -
APP_GPKG
public static final byte[] APP_GPKGApplication id for OGC GeoPackage 1.2. -
GPKG_FILENAME_SUFFIX
GeoPackage file name extension.- See Also:
-
PRAGMA_INTEGRITY_CHECK
- See Also:
-
BINARY_GP
public static final byte[] BINARY_GP
-
-
Constructor Details
-
GPKG12
public GPKG12()
-