Uses of Class
mil.nga.geopackage.tiles.user.TileDao
-
-
Uses of TileDao in mil.nga.geopackage
Methods in mil.nga.geopackage that return TileDao Modifier and Type Method Description TileDao
GeoPackage. getTileDao(String tableName)
Get a Tile DAO from a table nameTileDao
GeoPackage. getTileDao(Contents contents)
Get a Tile DAO from ContentsTileDao
GeoPackage. getTileDao(TileMatrixSet tileMatrixSet)
Get a Tile DAO from Tile Matrix SetTileDao
GeoPackage. getTileDao(TileTable table)
Get a Tile DAO from a tableTileDao
GeoPackageImpl. getTileDao(String tableName)
Get a Tile DAO from a table nameTileDao
GeoPackageImpl. getTileDao(Contents contents)
Get a Tile DAO from ContentsTileDao
GeoPackageImpl. getTileDao(TileMatrixSet tileMatrixSet)
Get a Tile DAO from Tile Matrix SetTileDao
GeoPackageImpl. getTileDao(TileTable table)
Get a Tile DAO from a table -
Uses of TileDao in mil.nga.geopackage.extension.coverage
Fields in mil.nga.geopackage.extension.coverage declared as TileDao Modifier and Type Field Description protected TileDao
CoverageData. tileDao
Tile DAOMethods in mil.nga.geopackage.extension.coverage that return TileDao Modifier and Type Method Description TileDao
CoverageData. getTileDao()
Get the tile daoMethods in mil.nga.geopackage.extension.coverage with parameters of type TileDao Modifier and Type Method Description static CoverageData<?>
CoverageData. getCoverageData(GeoPackage geoPackage, TileDao tileDao)
Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size as the request size width and heightstatic CoverageData<?>
CoverageData. getCoverageData(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
Get a Tiled Gridded Coverage Datastatic CoverageData<?>
CoverageData. getCoverageData(GeoPackage geoPackage, TileDao tileDao, Projection requestProjection)
Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size as the request size width and height, request as the specified projectionConstructors in mil.nga.geopackage.extension.coverage with parameters of type TileDao Constructor Description CoverageData(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
ConstructorCoverageDataPng(GeoPackage geoPackage, TileDao tileDao)
Constructor, use the coverage data tables pixel tile size as the request size width and heightCoverageDataPng(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
ConstructorCoverageDataPng(GeoPackage geoPackage, TileDao tileDao, Projection requestProjection)
Constructor, use the coverage data tables pixel tile size as the request size width and height, request as the specified projectionCoverageDataTiff(GeoPackage geoPackage, TileDao tileDao)
Constructor, use the coverage data tables pixel tile size as the request size width and heightCoverageDataTiff(GeoPackage geoPackage, TileDao tileDao, Integer width, Integer height, Projection requestProjection)
ConstructorCoverageDataTiff(GeoPackage geoPackage, TileDao tileDao, Projection requestProjection)
Constructor, use the coverage data tables pixel tile size as the request size width and height, request as the specified projection -
Uses of TileDao in mil.nga.geopackage.extension.nga.link
Methods in mil.nga.geopackage.extension.nga.link that return types with arguments of type TileDao Modifier and Type Method Description List<TileDao>
FeatureTileTableLinker. getTileDaosForFeatureTable(String featureTable)
Query for the tile tables linked to a feature table and return tile DAOs to those tables -
Uses of TileDao in mil.nga.geopackage.io
Methods in mil.nga.geopackage.io with parameters of type TileDao Modifier and Type Method Description void
TileProperties. writeFile(TileDao tileDao)
Write the properties file using the tile dao -
Uses of TileDao in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles that return TileDao Modifier and Type Method Description TileDao
TileCreator. getTileDao()
Get the tile daoConstructors in mil.nga.geopackage.tiles with parameters of type TileDao Constructor Description GeoPackageTileRetriever(TileDao tileDao)
Constructor using GeoPackage tile sizesGeoPackageTileRetriever(TileDao tileDao, Integer width, Integer height, String imageFormat)
Constructor with specified tile sizeGeoPackageTileRetriever(TileDao tileDao, String imageFormat)
Constructor with specified tile sizeTileCreator(TileDao tileDao)
Constructor, request raw tile images directly from the tile table in their original sizeTileCreator(TileDao tileDao, Integer width, Integer height, String imageFormat)
ConstructorTileCreator(TileDao tileDao, Integer width, Integer height, Projection requestProjection, String imageFormat)
ConstructorTileCreator(TileDao tileDao, String imageFormat)
Constructor, use the tile tables image width and height as request sizeTileCreator(TileDao tileDao, Projection requestProjection, String imageFormat)
Constructor, use the tile tables image width and height as request size and request as the specified projection -
Uses of TileDao in mil.nga.geopackage.tiles.reproject
Methods in mil.nga.geopackage.tiles.reproject that return TileDao Modifier and Type Method Description protected TileDao
TileReprojection. createReprojectTileDao(String table)
TileDao
TileReprojection. getReprojectTileDao()
Get the reprojection tile DAOTileDao
TileReprojection. getTileDao()
Get the tile DAOTileDao
TileReprojection. getTileDao(boolean reproject)
Get the corresponding tile daoMethods in mil.nga.geopackage.tiles.reproject with parameters of type TileDao Modifier and Type Method Description static TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic TileReprojection
TileReprojection. create(GeoPackage geoPackage, String table, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic TileReprojection
TileReprojection. create(TileDao tileDao, GeoPackage reprojectGeoPackage, String reprojectTable, TileReprojectionOptimize optimize)
Create a Reprojection from a tile table to a new tile table in a specified GeoPackagestatic TileReprojection
TileReprojection. create(TileDao tileDao, GeoPackage geoPackage, String reprojectTable, Projection projection)
Create a Reprojection from a tile table to a new tile table in a specified GeoPackagestatic TileReprojection
TileReprojection. create(TileDao tileDao, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic TileReprojection
TileReprojection. create(TileDao tileDao, TileDao reprojectTileDao)
Create a Reprojection from a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(GeoPackage geoPackage, String table, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(TileDao tileDao, GeoPackage reprojectGeoPackage, String reprojectTable, TileReprojectionOptimize optimize)
Reproject a tile table to a new tile table in a specified GeoPackagestatic int
TileReprojection. reproject(TileDao tileDao, GeoPackage reprojectGeoPackage, String reprojectTable, Projection projection)
Reproject a tile table to a new tile table in a specified GeoPackagestatic int
TileReprojection. reproject(TileDao tileDao, GeoPackage reprojectGeoPackage, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tablestatic int
TileReprojection. reproject(TileDao tileDao, TileDao reprojectTileDao)
Reproject a GeoPackage tile table to a new tile tableConstructors in mil.nga.geopackage.tiles.reproject with parameters of type TileDao Constructor Description TileReprojection(TileDao tileDao, GeoPackage geoPackage, String table, Projection projection)
Constructor, reproject a tile table to a new tile table in a specified GeoPackageTileReprojection(TileDao tileDao, GeoPackage geoPackage, TileDao reprojectTileDao)
Constructor, reproject a GeoPackage tile table to a new tile tableTileReprojection(TileDao tileDao, TileDao reprojectTileDao)
Constructor, reproject a GeoPackage tile table to a new tile table -
Uses of TileDao in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user that return TileDao Modifier and Type Method Description TileDao
TilePaginatedResults. getDao()
Methods in mil.nga.geopackage.tiles.user with parameters of type TileDao Modifier and Type Method Description static TilePaginatedResults
TilePaginatedResults. create(TileDao dao, TileResultSet results)
Create paginated resultsConstructors in mil.nga.geopackage.tiles.user with parameters of type TileDao Constructor Description TilePaginatedResults(TileDao dao, TileResultSet results)
Constructor
-