| Package | Description |
|---|---|
| mil.nga.geopackage.core.contents | |
| mil.nga.geopackage.extension.elevation | |
| mil.nga.geopackage.tiles | |
| mil.nga.geopackage.tiles.matrix | |
| mil.nga.geopackage.tiles.user |
| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<TileMatrix> |
Contents.getTileMatrix()
Get the Tile Matrix collection
|
| Modifier and Type | Method and Description |
|---|---|
TileMatrix |
ElevationTileResults.getTileMatrix()
Get the tile matrix used to find the elevations
|
| Modifier and Type | Method and Description |
|---|---|
protected Double[][] |
ElevationTilesCore.formatUnboundedResults(TileMatrix tileMatrix,
Map<Long,Map<Long,Double[][]>> rowsMap,
int tileCount,
long minRow,
long maxRow,
long minColumn,
long maxColumn)
Format the unbounded results from elevation tiles into a single double
array of elevation
|
protected BoundingBox |
ElevationTilesCore.padBoundingBox(TileMatrix tileMatrix,
BoundingBox boundingBox,
int overlap)
Pad the bounding box with extra space for the overlapping pixels
|
| Constructor and Description |
|---|
ElevationTileResults(Double[][] elevations,
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.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 © 2017 National Geospatial-Intelligence Agency. All rights reserved.