Class TableMetadata


  • public class TableMetadata
    extends Object
    Metadata about tables within a GeoPackage
    • Field Detail

      • COLUMNS

        public static final String[] COLUMNS
        Columns
      • geoPackageId

        public long geoPackageId
        GeoPackage Id
      • tableName

        public String tableName
        GeoPackage table name
      • lastIndexed

        public Long lastIndexed
        Time in milliseconds since epoch when the table was last indexed
    • Constructor Detail

      • TableMetadata

        public TableMetadata()
    • Method Detail

      • getGeoPackageId

        public long getGeoPackageId()
        Get the GeoPackage id
        Returns:
        GeoPackage id
      • setGeoPackageId

        public void setGeoPackageId​(long geoPackageId)
        Set the GeoPackage id
        Parameters:
        geoPackageId - GeoPackage id
      • getTableName

        public String getTableName()
        Get the table name
        Returns:
        table name
      • setTableName

        public void setTableName​(String tableName)
        Set the table name
        Parameters:
        tableName - table name
      • getLastIndexed

        public Long getLastIndexed()
        Get the last indexed date
        Returns:
        last indexed date
      • setLastIndexed

        public void setLastIndexed​(Long lastIndexed)
        Set the last indexed date
        Parameters:
        lastIndexed - last indexed date