Uses of Class
mil.nga.geopackage.tiles.TileGrid
-
Packages that use TileGrid Package Description mil.nga.geopackage.tiles mil.nga.geopackage.tiles.reproject -
-
Uses of TileGrid in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles that return TileGrid Modifier and Type Method Description static TileGrid
TileBoundingBoxUtils. getTileGrid(BoundingBox webMercatorBoundingBox, long zoom)
Get the tile grid that includes the entire tile bounding boxstatic TileGrid
TileBoundingBoxUtils. getTileGrid(BoundingBox totalBox, long matrixWidth, long matrixHeight, BoundingBox boundingBox)
Get the tile gridstatic TileGrid
TileBoundingBoxUtils. getTileGrid(Point point, long zoom, Projection projection)
Get the tile grid for the location specified as the projectionstatic TileGrid
TileBoundingBoxUtils. getTileGridFromWebMercator(Point point, long zoom)
Get the tile grid for the location specified as web mercatorstatic TileGrid
TileBoundingBoxUtils. getTileGridFromWGS84(Point point, long zoom)
Get the tile grid for the location specified as WGS84static TileGrid
TileBoundingBoxUtils. getTileGridWGS84(BoundingBox boundingBox, long zoom)
Get the WGS84 tile grid that includes the entire tile bounding boxstatic TileGrid
TileBoundingBoxUtils. getTileGridWGS84(Point point, long zoom, Projection projection)
Get the WGS84 tile grid for the point specified as the projectionstatic TileGrid
TileBoundingBoxUtils. getTileGridWGS84FromWebMercator(Point point, long zoom)
Get the WGS84 tile grid for the point specified as web mercatorstatic TileGrid
TileBoundingBoxUtils. getTileGridWGS84FromWGS84(Point point, long zoom)
Get the WGS84 tile grid for the point specified as WGS84static TileGrid
TileBoundingBoxUtils. tileGridZoom(TileGrid tileGrid, long fromZoom, long toZoom)
Get the tile grid starting from the tile grid and current zoom to the new zoom levelstatic TileGrid
TileBoundingBoxUtils. tileGridZoomDecrease(TileGrid tileGrid, long zoomLevels)
Get the tile grid starting from the tile grid and zooming out / decreasing the number of levelsstatic TileGrid
TileBoundingBoxUtils. tileGridZoomIncrease(TileGrid tileGrid, long zoomLevels)
Get the tile grid starting from the tile grid and zooming in / increasing the number of levelsMethods in mil.nga.geopackage.tiles with parameters of type TileGrid Modifier and Type Method Description static BoundingBox
TileBoundingBoxUtils. getBoundingBox(BoundingBox totalBox, long tileMatrixWidth, long tileMatrixHeight, TileGrid tileGrid)
Get the bounding box of the tile grid in the tile width and height bounds using the total bounding box with constant unitsstatic BoundingBox
TileBoundingBoxUtils. getBoundingBox(BoundingBox totalBox, TileMatrix tileMatrix, TileGrid tileGrid)
Get the bounding box of the tile grid in the tile matrix using the total bounding box with constant unitsstatic BoundingBox
TileBoundingBoxUtils. getBoundingBoxAsWGS84(TileGrid tileGrid, long zoom)
Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getProjectedBoundingBox(Long projectionEpsg, TileGrid tileGrid, long zoom)
Get the Projected tile bounding box from the XYZ tile tileGrid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getProjectedBoundingBox(String authority, Long code, TileGrid tileGrid, long zoom)
Get the Projected tile bounding box from the XYZ tile tileGrid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getProjectedBoundingBox(Projection projection, TileGrid tileGrid, long zoom)
Get the Projected tile bounding box from the XYZ tile grid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getProjectedBoundingBoxFromWGS84(Long projectionEpsg, TileGrid tileGrid, long zoom)
Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getProjectedBoundingBoxFromWGS84(String authority, Long code, TileGrid tileGrid, long zoom)
Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getProjectedBoundingBoxFromWGS84(Projection projection, TileGrid tileGrid, long zoom)
Get the Projected tile bounding box from the WGS84 XYZ tile grid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getWebMercatorBoundingBox(TileGrid tileGrid, long zoom)
Get the Web Mercator tile bounding box from the XYZ tile grid and zoom levelstatic BoundingBox
TileBoundingBoxUtils. getWGS84BoundingBox(TileGrid tileGrid, long zoom)
Get the WGS84 tile bounding box from the WGS84 tile grid and zoom levelstatic TileGrid
TileBoundingBoxUtils. tileGridZoom(TileGrid tileGrid, long fromZoom, long toZoom)
Get the tile grid starting from the tile grid and current zoom to the new zoom levelstatic TileGrid
TileBoundingBoxUtils. tileGridZoomDecrease(TileGrid tileGrid, long zoomLevels)
Get the tile grid starting from the tile grid and zooming out / decreasing the number of levelsstatic TileGrid
TileBoundingBoxUtils. tileGridZoomIncrease(TileGrid tileGrid, long zoomLevels)
Get the tile grid starting from the tile grid and zooming in / increasing the number of levels -
Uses of TileGrid in mil.nga.geopackage.tiles.reproject
Fields in mil.nga.geopackage.tiles.reproject declared as TileGrid Modifier and Type Field Description protected TileGrid
TileReprojectionCore. optimizeTileGrid
Optimization tile gridMethods in mil.nga.geopackage.tiles.reproject that return TileGrid Modifier and Type Method Description TileGrid
PlatteCarreOptimize. getTileGrid()
Get the world tile grid of the optimization projectionTileGrid
PlatteCarreOptimize. getTileGrid(BoundingBox boundingBox, long zoom)
Get the tile grid of the bounding box at the zoomabstract TileGrid
TileReprojectionOptimize. getTileGrid()
Get the world tile grid of the optimization projectionabstract TileGrid
TileReprojectionOptimize. getTileGrid(BoundingBox boundingBox, long zoom)
Get the tile grid of the bounding box at the zoomTileGrid
WebMercatorOptimize. getTileGrid()
Get the world tile grid of the optimization projectionTileGrid
WebMercatorOptimize. getTileGrid(BoundingBox boundingBox, long zoom)
Get the tile grid of the bounding box at the zoomMethods in mil.nga.geopackage.tiles.reproject with parameters of type TileGrid Modifier and Type Method Description BoundingBox
PlatteCarreOptimize. getBoundingBox(TileGrid tileGrid, long zoom)
Get the bounding box of the tile grid at the zoomabstract BoundingBox
TileReprojectionOptimize. getBoundingBox(TileGrid tileGrid, long zoom)
Get the bounding box of the tile grid at the zoomBoundingBox
WebMercatorOptimize. getBoundingBox(TileGrid tileGrid, long zoom)
Get the bounding box of the tile grid at the zoom
-