| Package | Description |
|---|---|
| mil.nga.geopackage.core.contents | |
| 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 |
|---|---|
static BoundingBox |
TileBoundingBoxUtils.getWebMercatorBoundingBox(BoundingBox webMercatorTotalBox,
TileMatrix tileMatrix,
long tileColumn,
long tileRow)
Get the web mercator bounding box of the tile column and row in the tile
matrix using the total bounding box
|
static BoundingBox |
TileBoundingBoxUtils.getWebMercatorBoundingBox(BoundingBox webMercatorTotalBox,
TileMatrix tileMatrix,
TileGrid tileGrid)
Get the web mercator bounding box of the tile grid in the tile matrix
using the total bounding box
|
| 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 |
|---|
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.getZoomLevel(double[] widths,
double[] heights,
List<TileMatrix> tileMatrices,
double length)
Get the zoom level for the provided width and height in the default units
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.