Class GPKG10

java.lang.Object
org.opengis.cite.gpkg10.GPKG10

public class GPKG10 extends Object
Provides various constants pertaining to GeoPackage 1.0 data containers.
  • Field Details

    • DB_HEADER_LENGTH

      public static final int DB_HEADER_LENGTH
      Length of SQLite database file header (bytes).
      See Also:
    • APP_ID_OFFSET

      public static final int APP_ID_OFFSET
      Starting offset of "Application ID" field in file header (4 bytes).
      See Also:
    • SQLITE_MAGIC_HEADER

      public static final byte[] SQLITE_MAGIC_HEADER
      SQLite v3 header string (terminated with a NULL character).
    • APP_GP10

      public static final byte[] APP_GP10
      Application id for OGC GeoPackage 1.0.
    • GPKG_FILENAME_SUFFIX

      public static final String GPKG_FILENAME_SUFFIX
      GeoPackage file name extension.
      See Also:
    • PRAGMA_INTEGRITY_CHECK

      public static final String PRAGMA_INTEGRITY_CHECK
      Constant PRAGMA_INTEGRITY_CHECK="ok"
      See Also:
  • Constructor Details

    • GPKG10

      public GPKG10()