Uses of Class
mil.nga.geopackage.user.UserCoreDao
-
Packages that use UserCoreDao Package Description mil.nga.geopackage.extension.nga.properties mil.nga.geopackage.extension.nga.scale mil.nga.geopackage.tiles.reproject mil.nga.geopackage.user -
-
Uses of UserCoreDao in mil.nga.geopackage.extension.nga.properties
Classes in mil.nga.geopackage.extension.nga.properties with type parameters of type UserCoreDao Modifier and Type Class Description class
PropertiesCoreExtension<TGeoPackage extends GeoPackageCore,TRow extends UserCoreRow<?,?>,TResult extends UserCoreResult<?,?,TRow>,TDao extends UserCoreDao<?,?,TRow,TResult>>
GeoPackage properties core extension for defining GeoPackage specific properties, attributes, and metadata -
Uses of UserCoreDao in mil.nga.geopackage.extension.nga.scale
Constructors in mil.nga.geopackage.extension.nga.scale with parameters of type UserCoreDao Constructor Description TileTableScaling(GeoPackageCore geoPackage, UserCoreDao<?,?,?,?> tileDao)
Constructor -
Uses of UserCoreDao in mil.nga.geopackage.tiles.reproject
Fields in mil.nga.geopackage.tiles.reproject declared as UserCoreDao Modifier and Type Field Description protected UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. reprojectTileDao
Tile DAOprotected UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. tileDao
Tile DAOMethods in mil.nga.geopackage.tiles.reproject that return UserCoreDao Modifier and Type Method Description protected abstract UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. createReprojectTileDao(String table)
Create the reprojection tile DAOConstructors in mil.nga.geopackage.tiles.reproject with parameters of type UserCoreDao Constructor Description TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao, GeoPackageCore geoPackage, String table, Projection projection)
ConstructorTileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao, GeoPackageCore geoPackage, UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
ConstructorTileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao, UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
Constructor -
Uses of UserCoreDao in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user that return UserCoreDao Modifier and Type Method Description UserCoreDao<TColumn,TTable,TRow,TResult>
UserCorePaginatedResults. getDao()
Get the DAOConstructors in mil.nga.geopackage.user with parameters of type UserCoreDao Constructor Description UserCorePaginatedResults(UserCoreDao<TColumn,TTable,TRow,TResult> dao, UserCoreResult<TColumn,TTable,TRow> results)
Constructor
-