| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.core.contents | |
| mil.nga.geopackage.factory |
| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
GeoPackageCore.createTileTableWithMetadata(ContentsDataType dataType,
String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table of the specified type and the GeoPackage metadata
|
List<String> |
GeoPackageCore.getTables(ContentsDataType type)
Get the tables for the contents data type
|
boolean |
GeoPackageCore.isTableType(ContentsDataType type,
String table)
Check if the table is the provided type
|
| Modifier and Type | Method and Description |
|---|---|
static ContentsDataType |
ContentsDataType.fromName(String name)
Get the Data Type from the name
|
ContentsDataType |
Contents.getDataType() |
static ContentsDataType |
ContentsDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentsDataType[] |
ContentsDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contents> |
ContentsDao.getContents(ContentsDataType dataType)
Get contents by data type
|
List<String> |
ContentsDao.getTables(ContentsDataType dataType)
Get table names by data type
|
void |
Contents.setDataType(ContentsDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
TileMatrixSet |
GeoPackageCoreImpl.createTileTableWithMetadata(ContentsDataType dataType,
String tableName,
BoundingBox contentsBoundingBox,
long contentsSrsId,
BoundingBox tileMatrixSetBoundingBox,
long tileMatrixSetSrsId)
Create a new tile table of the specified type and the GeoPackage metadata
|
List<String> |
GeoPackageCoreImpl.getTables(ContentsDataType type)
Get the tables for the contents data type
|
boolean |
GeoPackageCoreImpl.isTableType(ContentsDataType type,
String table)
Check if the table is the provided type
|
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.