| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.extension.coverage | |
| mil.nga.geopackage.extension.related | |
| mil.nga.geopackage.tiles.reproject | |
| mil.nga.geopackage.tiles.user |
| Modifier and Type | Method and Description |
|---|---|
TileTable |
GeoPackageCoreImpl.createTileTable(TileTableMetadata metadata)
Create a new tile table with GeoPackage metadata including: tile matrix
set table and row, tile matrix table, user tile table, and contents row.
|
TileTable |
GeoPackageCore.createTileTable(TileTableMetadata metadata)
Create a new tile table with GeoPackage metadata including: tile matrix
set table and row, tile matrix table, user tile table, and contents row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCoreImpl.createTileTable(TileTable table)
Create a new tile table
WARNING: only creates the tile table, call
GeoPackageCore.createTileTable(TileTableMetadata)) instead to create both the
table and required GeoPackage metadata |
void |
GeoPackageCore.createTileTable(TileTable table)
Create a new tile table
WARNING: only creates the tile table, call
GeoPackageCore.createTileTable(TileTableMetadata)) instead to create both the
table and required GeoPackage metadata |
| Modifier and Type | Method and Description |
|---|---|
static TileTable |
CoverageDataCore.createTileTable(GeoPackageCore geoPackage,
TileTableMetadata metadata)
Create the coverage data tile table
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedRelation |
RelatedTablesCoreExtension.addTilesRelationship(String baseTableName,
TileTable tileTable,
String mappingTableName)
Adds a tiles relationship between the base table and user tiles related
table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addTilesRelationship(String baseTableName,
TileTable tileTable,
UserMappingTable userMappingTable)
Adds a tiles relationship between the base table and user tiles related
table.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserCoreDao<TileColumn,TileTable,?,?> |
TileReprojectionCore.reprojectTileDao
Tile DAO
|
protected UserCoreDao<TileColumn,TileTable,?,?> |
TileReprojectionCore.tileDao
Tile DAO
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract UserCoreDao<TileColumn,TileTable,?,?> |
TileReprojectionCore.createReprojectTileDao(String table)
Create the reprojection tile DAO
|
| Constructor and Description |
|---|
TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao,
GeoPackageCore geoPackage,
String table,
Projection projection)
Constructor
|
TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao,
GeoPackageCore geoPackage,
UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
Constructor
|
TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao,
GeoPackageCore geoPackage,
UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
Constructor
|
TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao,
UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
Constructor
|
TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao,
UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TileTable |
TileTable.copy()
Copy the table
|
protected TileTable |
TileTableReader.createTable(String tableName,
List<TileColumn> columnList)
Create the table
|
| Constructor and Description |
|---|
TileTable(TileTable tileTable)
Copy Constructor
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.