Uses of Class
mil.nga.geopackage.tiles.user.TileTable
-
Packages that use TileTable Package Description mil.nga.geopackage mil.nga.geopackage.extension.coverage mil.nga.geopackage.extension.related mil.nga.geopackage.tiles.reproject mil.nga.geopackage.tiles.user -
-
Uses of TileTable in mil.nga.geopackage
Methods in mil.nga.geopackage that return TileTable Modifier and Type Method Description TileTableGeoPackageCore. createTileTable(TileTableMetadata metadata)Create a new tile table with GeoPackage metadata including: tile matrix set table and row, tile matrix table, user tile table, and contents row.TileTableGeoPackageCoreImpl. createTileTable(TileTableMetadata metadata)Create a new tile table with GeoPackage metadata including: tile matrix set table and row, tile matrix table, user tile table, and contents row.Methods in mil.nga.geopackage with parameters of type TileTable Modifier and Type Method Description voidGeoPackageCore. createTileTable(TileTable table)Create a new tile tablevoidGeoPackageCoreImpl. createTileTable(TileTable table)Create a new tile table -
Uses of TileTable in mil.nga.geopackage.extension.coverage
Methods in mil.nga.geopackage.extension.coverage that return TileTable Modifier and Type Method Description static TileTableCoverageDataCore. createTileTable(GeoPackageCore geoPackage, TileTableMetadata metadata)Create the coverage data tile table -
Uses of TileTable in mil.nga.geopackage.extension.related
Methods in mil.nga.geopackage.extension.related with parameters of type TileTable Modifier and Type Method Description ExtendedRelationRelatedTablesCoreExtension. addTilesRelationship(String baseTableName, TileTable tileTable, String mappingTableName)Adds a tiles relationship between the base table and user tiles related table.ExtendedRelationRelatedTablesCoreExtension. addTilesRelationship(String baseTableName, TileTable tileTable, UserMappingTable userMappingTable)Adds a tiles relationship between the base table and user tiles related table. -
Uses of TileTable in mil.nga.geopackage.tiles.reproject
Fields in mil.nga.geopackage.tiles.reproject with type parameters of type TileTable Modifier and Type Field Description protected UserCoreDao<TileColumn,TileTable,?,?>TileReprojectionCore. reprojectTileDaoTile DAOprotected UserCoreDao<TileColumn,TileTable,?,?>TileReprojectionCore. tileDaoTile DAOMethods in mil.nga.geopackage.tiles.reproject that return types with arguments of type TileTable Modifier and Type Method Description protected abstract UserCoreDao<TileColumn,TileTable,?,?>TileReprojectionCore. createReprojectTileDao(String table)Create the reprojection tile DAOConstructor parameters in mil.nga.geopackage.tiles.reproject with type arguments of type TileTable 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 TileTable in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user that return TileTable Modifier and Type Method Description TileTableTileTable. copy()Copy the tableprotected TileTableTileTableReader. createTable(String tableName, List<TileColumn> columnList)Create the tableConstructors in mil.nga.geopackage.tiles.user with parameters of type TileTable Constructor Description TileTable(TileTable tileTable)Copy Constructor
-