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 TileTable
GeoPackageCore. 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.TileTable
GeoPackageCoreImpl. 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 void
GeoPackageCore. createTileTable(TileTable table)
Create a new tile tablevoid
GeoPackageCoreImpl. 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 TileTable
CoverageDataCore. 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 ExtendedRelation
RelatedTablesCoreExtension. addTilesRelationship(String baseTableName, TileTable tileTable, String mappingTableName)
Adds a tiles relationship between the base table and user tiles related table.ExtendedRelation
RelatedTablesCoreExtension. 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. reprojectTileDao
Tile DAOprotected UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. tileDao
Tile 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 TileTable
TileTable. copy()
Copy the tableprotected TileTable
TileTableReader. 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
-