| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.core.contents | |
| mil.nga.geopackage.extension.contents | |
| mil.nga.geopackage.factory |
| Modifier and Type | Method and Description |
|---|---|
ContentsDataType |
GeoPackageCore.getTableDataType(String table)
Get the contents data type of the user table
|
| 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()
Get the data type
|
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)
Set the data type
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContentsIdExtension.createIds(ContentsDataType type)
Create contents ids for contents of the data type and currently without
|
int |
ContentsIdExtension.deleteIds(ContentsDataType type)
Delete contents ids for contents of the data type
|
List<ContentsId> |
ContentsIdExtension.getIds(ContentsDataType type)
Get by contents data type
|
List<String> |
ContentsIdExtension.getMissing(ContentsDataType type)
Get contents by data type without contents ids
|
| Modifier and Type | Method and Description |
|---|---|
ContentsDataType |
GeoPackageCoreImpl.getTableDataType(String table)
Get the contents data type of the user table
|
| 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 © 2019 National Geospatial-Intelligence Agency. All rights reserved.