Uses of Class
mil.nga.geopackage.tiles.matrix.TileMatrixKey
-
Packages that use TileMatrixKey Package Description mil.nga.geopackage.tiles.matrix -
-
Uses of TileMatrixKey in mil.nga.geopackage.tiles.matrix
Methods in mil.nga.geopackage.tiles.matrix that return TileMatrixKey Modifier and Type Method Description TileMatrixKey
TileMatrixDao. extractId(TileMatrix data)
TileMatrixKey
TileMatrix. getId()
Get the tile matrix idMethods in mil.nga.geopackage.tiles.matrix with parameters of type TileMatrixKey Modifier and Type Method Description int
TileMatrixDao. deleteById(TileMatrixKey id)
boolean
TileMatrixDao. idExists(TileMatrixKey id)
TileMatrix
TileMatrixDao. queryForId(TileMatrixKey key)
void
TileMatrix. setId(TileMatrixKey id)
Set the tile matrix idint
TileMatrixDao. updateId(TileMatrix data, TileMatrixKey newId)
Method parameters in mil.nga.geopackage.tiles.matrix with type arguments of type TileMatrixKey Modifier and Type Method Description int
TileMatrixDao. deleteIds(Collection<TileMatrixKey> idCollection)
-