Uses of Class
mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Packages that use TileReprojectionZoom Package Description mil.nga.geopackage.tiles.reproject -
-
Uses of TileReprojectionZoom in mil.nga.geopackage.tiles.reproject
Fields in mil.nga.geopackage.tiles.reproject with type parameters of type TileReprojectionZoom Modifier and Type Field Description protected Map<Long,TileReprojectionZoom>
TileReprojectionCore. zoomConfigs
Zoom level configuration mapMethods in mil.nga.geopackage.tiles.reproject that return TileReprojectionZoom Modifier and Type Method Description TileReprojectionZoom
TileReprojectionCore. getConfig(long zoom)
Get the zoom level configuration for a zoom levelTileReprojectionZoom
TileReprojectionCore. getConfigOrCreate(long zoom)
Get the zoom level configuration or create new configuration for a zoom levelMethods in mil.nga.geopackage.tiles.reproject that return types with arguments of type TileReprojectionZoom Modifier and Type Method Description Map<Long,TileReprojectionZoom>
TileReprojectionCore. getZoomConfigs()
Get the zoom level configurationsMethods in mil.nga.geopackage.tiles.reproject with parameters of type TileReprojectionZoom Modifier and Type Method Description void
TileReprojectionCore. setConfig(TileReprojectionZoom config)
Set a zoom level configuration for a zoom level
-