Package org.opengis.cite.gpkg10
Class GPKG10
java.lang.Object
org.opengis.cite.gpkg10.GPKG10
Provides various constants pertaining to GeoPackage 1.0 data containers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte[]
Application id for OGC GeoPackage 1.0.static final int
Starting offset of "Application ID" field in file header (4 bytes).static final int
Length of SQLite database file header (bytes).static final String
GeoPackage file name extension.static final String
ConstantPRAGMA_INTEGRITY_CHECK="ok"
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. -
GPKG_FILENAME_SUFFIX
GeoPackage file name extension.- See Also:
-
PRAGMA_INTEGRITY_CHECK
ConstantPRAGMA_INTEGRITY_CHECK="ok"
- See Also:
-
-
Constructor Details
-
GPKG10
public GPKG10()
-