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 TileGridTileBoundingBoxUtils. getTileGrid(BoundingBox webMercatorBoundingBox, long zoom)Get the tile grid that includes the entire tile bounding boxstatic TileGridTileBoundingBoxUtils. getTileGrid(BoundingBox totalBox, long matrixWidth, long matrixHeight, BoundingBox boundingBox)Get the tile gridstatic TileGridTileBoundingBoxUtils. getTileGrid(Point point, long zoom, Projection projection)Get the tile grid for the location specified as the projectionstatic TileGridTileBoundingBoxUtils. getTileGridFromWebMercator(Point point, long zoom)Get the tile grid for the location specified as web mercatorstatic TileGridTileBoundingBoxUtils. getTileGridFromWGS84(Point point, long zoom)Get the tile grid for the location specified as WGS84static TileGridTileBoundingBoxUtils. getTileGridWGS84(BoundingBox boundingBox, long zoom)Get the WGS84 tile grid that includes the entire tile bounding boxstatic TileGridTileBoundingBoxUtils. getTileGridWGS84(Point point, long zoom, Projection projection)Get the WGS84 tile grid for the point specified as the projectionstatic TileGridTileBoundingBoxUtils. getTileGridWGS84FromWebMercator(Point point, long zoom)Get the WGS84 tile grid for the point specified as web mercatorstatic TileGridTileBoundingBoxUtils. getTileGridWGS84FromWGS84(Point point, long zoom)Get the WGS84 tile grid for the point specified as WGS84static TileGridTileBoundingBoxUtils. tileGridZoom(TileGrid tileGrid, long fromZoom, long toZoom)Get the tile grid starting from the tile grid and current zoom to the new zoom levelstatic TileGridTileBoundingBoxUtils. tileGridZoomDecrease(TileGrid tileGrid, long zoomLevels)Get the tile grid starting from the tile grid and zooming out / decreasing the number of levelsstatic TileGridTileBoundingBoxUtils. 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 BoundingBoxTileBoundingBoxUtils. 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 BoundingBoxTileBoundingBoxUtils. 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 BoundingBoxTileBoundingBoxUtils. getBoundingBoxAsWGS84(TileGrid tileGrid, long zoom)Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getProjectedBoundingBox(Long projectionEpsg, TileGrid tileGrid, long zoom)Get the Projected tile bounding box from the XYZ tile tileGrid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getProjectedBoundingBox(String authority, Long code, TileGrid tileGrid, long zoom)Get the Projected tile bounding box from the XYZ tile tileGrid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getProjectedBoundingBox(Projection projection, TileGrid tileGrid, long zoom)Get the Projected tile bounding box from the XYZ tile grid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getProjectedBoundingBoxFromWGS84(Long projectionEpsg, TileGrid tileGrid, long zoom)Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getProjectedBoundingBoxFromWGS84(String authority, Long code, TileGrid tileGrid, long zoom)Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getProjectedBoundingBoxFromWGS84(Projection projection, TileGrid tileGrid, long zoom)Get the Projected tile bounding box from the WGS84 XYZ tile grid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getWebMercatorBoundingBox(TileGrid tileGrid, long zoom)Get the Web Mercator tile bounding box from the XYZ tile grid and zoom levelstatic BoundingBoxTileBoundingBoxUtils. getWGS84BoundingBox(TileGrid tileGrid, long zoom)Get the WGS84 tile bounding box from the WGS84 tile grid and zoom levelstatic TileGridTileBoundingBoxUtils. tileGridZoom(TileGrid tileGrid, long fromZoom, long toZoom)Get the tile grid starting from the tile grid and current zoom to the new zoom levelstatic TileGridTileBoundingBoxUtils. tileGridZoomDecrease(TileGrid tileGrid, long zoomLevels)Get the tile grid starting from the tile grid and zooming out / decreasing the number of levelsstatic TileGridTileBoundingBoxUtils. 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 TileGridTileReprojectionCore. optimizeTileGridOptimization tile gridMethods in mil.nga.geopackage.tiles.reproject that return TileGrid Modifier and Type Method Description TileGridPlatteCarreOptimize. getTileGrid()Get the world tile grid of the optimization projectionTileGridPlatteCarreOptimize. getTileGrid(BoundingBox boundingBox, long zoom)Get the tile grid of the bounding box at the zoomabstract TileGridTileReprojectionOptimize. getTileGrid()Get the world tile grid of the optimization projectionabstract TileGridTileReprojectionOptimize. getTileGrid(BoundingBox boundingBox, long zoom)Get the tile grid of the bounding box at the zoomTileGridWebMercatorOptimize. getTileGrid()Get the world tile grid of the optimization projectionTileGridWebMercatorOptimize. 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 BoundingBoxPlatteCarreOptimize. getBoundingBox(TileGrid tileGrid, long zoom)Get the bounding box of the tile grid at the zoomabstract BoundingBoxTileReprojectionOptimize. getBoundingBox(TileGrid tileGrid, long zoom)Get the bounding box of the tile grid at the zoomBoundingBoxWebMercatorOptimize. getBoundingBox(TileGrid tileGrid, long zoom)Get the bounding box of the tile grid at the zoom
-