public class GPKG10 extends Object
Modifier and Type | Field and Description |
---|---|
static byte[] |
APP_GP10
Application id for OGC GeoPackage 1.0.
|
static int |
APP_ID_OFFSET
Starting offset of "Application ID" field in file header (4 bytes).
|
static int |
DB_HEADER_LENGTH
Length of SQLite database file header (bytes).
|
static String |
GPKG_FILENAME_SUFFIX
GeoPackage file name extension.
|
static String |
PRAGMA_INTEGRITY_CHECK |
static byte[] |
SQLITE_MAGIC_HEADER
SQLite v3 header string (terminated with a NULL character).
|
Constructor and Description |
---|
GPKG10() |
public static final int DB_HEADER_LENGTH
public static final int APP_ID_OFFSET
public static final byte[] SQLITE_MAGIC_HEADER
public static final byte[] APP_GP10
public static final String GPKG_FILENAME_SUFFIX
public static final String PRAGMA_INTEGRITY_CHECK
Copyright © 2022 Open Geospatial Consortium. All rights reserved.