14 #ifndef ossimGpkgNsgTileMatrixExtentRecord_HEADER 15 #define ossimGpkgNsgTileMatrixExtentRecord_HEADER 1 51 virtual bool init( sqlite3_stmt* pStmt );
61 bool init(
const std::string& tableName,
78 bool insert( sqlite3* db );
86 const std::string& prefix )
const;
ossimGpkgNsgTileMatrixExtentRecord()
default constructor
Represents serializable keyword/value map.
static bool createTable(sqlite3 *db)
Creates table in database.
virtual void saveState(ossimKeywordlist &kwl, const std::string &prefix) const
Saves the state of object.
virtual bool init(sqlite3_stmt *pStmt)
Initialize from database.
std::string m_extent_type
“complete”,”missing”,“present”,”absent”,”mixed”
bool insert(sqlite3 *db)
Inserst this record into gpkg_spatial_ref_sys table.
static const std::string & getTableName()
Get the table name "nsg_tile_matrix_extent".
virtual ~ossimGpkgNsgTileMatrixExtentRecord()
destructor