| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<TileMatrix> |
Contents.getTileMatrix()
Get the Tile Matrix collection
|
| Modifier and Type | Method and Description |
|---|---|
TileMatrix |
CoverageDataResults.getTileMatrix()
Get the tile matrix used to find the coverage data values
|
| Modifier and Type | Method and 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 data
|
protected BoundingBox |
CoverageDataCore.padBoundingBox(TileMatrix tileMatrix,
BoundingBox boundingBox,
int overlap)
Pad the bounding box with extra space for the overlapping pixels
|
| Constructor and Description |
|---|
CoverageDataResults(Double[][] values,
TileMatrix tileMatrix)
Constructor
|
| Constructor and Description |
|---|
TileTableScaling(GeoPackageCore geoPackage,
TileMatrix tileMatrix)
Constructor
|
| Modifier and Type | Method and 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 units
|
static 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
|
| Modifier and Type | Method and Description |
|---|---|
TileMatrix |
TileMatrixDao.queryForId(TileMatrixKey key) |
TileMatrix |
TileMatrixDao.queryForSameId(TileMatrix data) |
| Modifier and Type | Method and Description |
|---|---|
int |
TileMatrixDao.delete(TileMatrix data) |
TileMatrixKey |
TileMatrixDao.extractId(TileMatrix data) |
TileMatrix |
TileMatrixDao.queryForSameId(TileMatrix data) |
int |
TileMatrixDao.update(TileMatrix tileMatrix)
Update using the complex key
|
int |
TileMatrixDao.updateId(TileMatrix data,
TileMatrixKey newId) |
| Constructor and Description |
|---|
TileMatrix(TileMatrix tileMatrix)
Copy Constructor
|
| Constructor and Description |
|---|
TileMatrixDao(ConnectionSource connectionSource,
Class<TileMatrix> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and 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 units
|
static 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 units
|
static 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 units
|
static 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
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.