public class GriddedCoverageDao extends BaseDaoImpl<GriddedCoverage,Long>
Dao.CreateOrUpdateStatus, Dao.DaoObserverconnectionSource, databaseType, dataClass, lastIterator, objectFactory, statementExecutor, tableConfig, tableInfo| Constructor and Description |
|---|
GriddedCoverageDao(ConnectionSource connectionSource,
Class<GriddedCoverage> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
int |
delete(String tileMatrixSetName)
Delete by tile matrix set name
|
int |
delete(TileMatrixSet tileMatrixSet)
Delete by tile matrix set
|
GriddedCoverage |
query(String tileMatrixSetName)
Query by table name
|
GriddedCoverage |
query(TileMatrixSet tileMatrixSet)
Query by tile matrix set
|
assignEmptyForeignCollection, callBatchTasks, checkForInitialized, clearAllInternalObjectCaches, clearObjectCache, closeableIterator, closeLastIterator, commit, countOf, countOf, create, create, createIfNotExists, createOrUpdate, delete, delete, delete, deleteBuilder, deleteById, deleteIds, endThreadConnection, executeRaw, executeRawNoArgs, extractId, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getObjectFactory, getRawRowMapper, getSelectStarRowMapper, getTableConfig, getTableInfo, getTableName, getWrappedIterable, getWrappedIterable, idExists, initialize, isAutoCommit, isTableExists, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, notifyChanges, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForEq, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForId, queryForMatching, queryForMatchingArgs, queryForSameId, queryRaw, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, registerObserver, rollBack, setAutoCommit, setConnectionSource, setObjectCache, setObjectCache, setObjectFactory, setTableConfig, startThreadConnection, unregisterObserver, update, update, updateBuilder, updateId, updateRawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GriddedCoverageDao(ConnectionSource connectionSource, Class<GriddedCoverage> dataClass) throws SQLException
connectionSource - dataClass - SQLExceptionpublic GriddedCoverage query(TileMatrixSet tileMatrixSet)
tileMatrixSet - tile matrix setpublic GriddedCoverage query(String tileMatrixSetName)
tileMatrixSetName - tile matrix set namepublic int delete(TileMatrixSet tileMatrixSet)
tileMatrixSet - tile matrix setpublic int delete(String tileMatrixSetName)
tileMatrixSetName - tile matrix set nameCopyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.