| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
GeoPackageCore.createTileTableWithMetadata(String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table and the GeoPackage metadata
|
| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
Contents.getTileMatrixSet()
Get the Tile Matrix Set, should only return one or no value
|
| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<TileMatrixSet> |
SpatialReferenceSystem.getTileMatrixSet() |
| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
GeoPackageCoreImpl.createTileTableWithMetadata(String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table and the GeoPackage metadata
|
| Constructor and Description |
|---|
TileMatrixSetDao(ConnectionSource connectionSource,
Class<TileMatrixSet> 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.
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.