Uses of Class
mil.nga.geopackage.tiles.matrix.TileMatrix
-
-
Uses of TileMatrix in mil.nga.geopackage.contents
Methods in mil.nga.geopackage.contents that return types with arguments of type TileMatrix Modifier and Type Method Description ForeignCollection<TileMatrix>
Contents. getTileMatrix()
Get the Tile Matrix collection -
Uses of TileMatrix in mil.nga.geopackage.extension.coverage
Methods in mil.nga.geopackage.extension.coverage that return TileMatrix Modifier and Type Method Description TileMatrix
CoverageDataResults. getTileMatrix()
Get the tile matrix used to find the coverage data valuesMethods in mil.nga.geopackage.extension.coverage with parameters of type TileMatrix Modifier and Type Method Description protected Double[][]
CoverageDataCore. formatUnboundedResults(TileMatrix tileMatrix, Map<Long,Map<Long,Double[][]>> rowsMap, int tileCount, long minRow, long maxRow, long minColumn, long maxColumn)
Format the unbounded results from coverage data tiles into a single double array of coverage dataprotected BoundingBox
CoverageDataCore. padBoundingBox(TileMatrix tileMatrix, BoundingBox boundingBox, int overlap)
Pad the bounding box with extra space for the overlapping pixelsConstructors in mil.nga.geopackage.extension.coverage with parameters of type TileMatrix Constructor Description CoverageDataResults(Double[][] values, TileMatrix tileMatrix)
Constructor -
Uses of TileMatrix in mil.nga.geopackage.extension.nga.scale
Constructors in mil.nga.geopackage.extension.nga.scale with parameters of type TileMatrix Constructor Description TileTableScaling(GeoPackageCore geoPackage, TileMatrix tileMatrix)
Constructor -
Uses of TileMatrix in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles with parameters of type TileMatrix Modifier and Type Method Description static BoundingBox
TileBoundingBoxUtils. getBoundingBox(BoundingBox totalBox, TileMatrix tileMatrix, long tileColumn, long tileRow)
Get the bounding box of the tile column and row in the tile matrix 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 units -
Uses of TileMatrix in mil.nga.geopackage.tiles.matrix
Methods in mil.nga.geopackage.tiles.matrix that return TileMatrix Modifier and Type Method Description TileMatrix
TileMatrixDao. queryForId(TileMatrixKey key)
TileMatrix
TileMatrixDao. queryForSameId(TileMatrix data)
Methods in mil.nga.geopackage.tiles.matrix that return types with arguments of type TileMatrix Modifier and Type Method Description List<TileMatrix>
TileMatrixDao. queryForTableName(String tableName)
Query tile matrices for a table nameMethods in mil.nga.geopackage.tiles.matrix with parameters of type TileMatrix Modifier and Type Method Description int
TileMatrixDao. delete(TileMatrix data)
TileMatrixKey
TileMatrixDao. extractId(TileMatrix data)
TileMatrix
TileMatrixDao. queryForSameId(TileMatrix data)
int
TileMatrixDao. update(TileMatrix tileMatrix)
int
TileMatrixDao. updateId(TileMatrix data, TileMatrixKey newId)
Constructors in mil.nga.geopackage.tiles.matrix with parameters of type TileMatrix Constructor Description TileMatrix(TileMatrix tileMatrix)
Copy ConstructorConstructor parameters in mil.nga.geopackage.tiles.matrix with type arguments of type TileMatrix Constructor Description TileMatrixDao(ConnectionSource connectionSource, Class<TileMatrix> dataClass)
Constructor, required by ORMLite -
Uses of TileMatrix in mil.nga.geopackage.tiles.reproject
Methods in mil.nga.geopackage.tiles.reproject that return TileMatrix Modifier and Type Method Description protected abstract TileMatrix
TileReprojectionCore. getTileMatrix(boolean reproject, long zoom)
Get the tile matrixMethods in mil.nga.geopackage.tiles.reproject that return types with arguments of type TileMatrix Modifier and Type Method Description protected abstract List<TileMatrix>
TileReprojectionCore. getTileMatrices(boolean reproject)
Get the tile matricesMethods in mil.nga.geopackage.tiles.reproject with parameters of type TileMatrix Modifier and Type Method Description protected abstract void
TileReprojectionCore. createTileMatrix(TileMatrix tileMatrix)
Create the tile matrixprotected abstract long
TileReprojectionCore. getMapZoom(boolean reproject, TileMatrix tileMatrix)
Get the map zoom of the tile matrix -
Uses of TileMatrix in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user with parameters of type TileMatrix Modifier and Type Method Description static long
TileDaoUtils. getMapZoom(TileMatrixSet tileMatrixSet, TileMatrix tileMatrix)
Get the map zoom levelMethod parameters in mil.nga.geopackage.tiles.user with type arguments of type TileMatrix Modifier and Type Method Description static void
TileDaoUtils. adjustTileMatrixLengths(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Adjust the tile matrix lengths if needed.static Long
TileDaoUtils. getApproximateZoomLevel(double[] widths, double[] heights, List<TileMatrix> tileMatrices, double length)
Get the approximate zoom level for the provided length in the default units.static Long
TileDaoUtils. getApproximateZoomLevel(double[] widths, double[] heights, List<TileMatrix> tileMatrices, double width, double height)
Get the approximate zoom level for the provided width and height in the default units.static Long
TileDaoUtils. getClosestZoomLevel(double[] widths, double[] heights, List<TileMatrix> tileMatrices, double length)
Get the closest zoom level for the provided width and height in the default unitsstatic Long
TileDaoUtils. getClosestZoomLevel(double[] widths, double[] heights, List<TileMatrix> tileMatrices, double width, double height)
Get the closest zoom level for the provided width and height in the default unitsstatic long
TileDaoUtils. getMapMaxZoom(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Get the map max zoom levelstatic long
TileDaoUtils. getMapMinZoom(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Get the map min zoom levelstatic long[]
TileDaoUtils. getMapZoomRange(TileMatrixSet tileMatrixSet, List<TileMatrix> tileMatrices)
Get the map zoom level rangestatic Long
TileDaoUtils. getZoomLevel(double[] widths, double[] heights, List<TileMatrix> tileMatrices, double length)
Get the zoom level for the provided width and height in the default unitsstatic Long
TileDaoUtils. getZoomLevel(double[] widths, double[] heights, List<TileMatrix> tileMatrices, double width, double height)
Get the zoom level for the provided width and height in the default units
-