| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.contents | |
| mil.nga.geopackage.extension.nga.contents |
| Modifier and Type | Method and Description |
|---|---|
ContentsDataType |
GeoPackageCoreImpl.getTableDataType(String table)
Get the contents data type of the user table
|
ContentsDataType |
GeoPackageCore.getTableDataType(String table)
Get the contents data type of the user table
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
GeoPackageCoreImpl.getTables(ContentsDataType... types)
Get the tables for the contents data types
|
List<String> |
GeoPackageCore.getTables(ContentsDataType... types)
Get the tables for the contents data types
|
List<String> |
GeoPackageCoreImpl.getTables(ContentsDataType type)
Get the tables for the contents data type
|
List<String> |
GeoPackageCore.getTables(ContentsDataType type)
Get the tables for the contents data type
|
List<Contents> |
GeoPackageCoreImpl.getTypeContents(ContentsDataType... types)
Get the contents for the data types
|
List<Contents> |
GeoPackageCore.getTypeContents(ContentsDataType... types)
Get the contents for the data types
|
List<Contents> |
GeoPackageCoreImpl.getTypeContents(ContentsDataType type)
Get the contents for the data type
|
List<Contents> |
GeoPackageCore.getTypeContents(ContentsDataType type)
Get the contents for the data type
|
boolean |
GeoPackageCoreImpl.isTableType(String table,
ContentsDataType... types)
Check if the table is one the provided types
|
boolean |
GeoPackageCore.isTableType(String table,
ContentsDataType... types)
Check if the table is one the provided types
|
boolean |
GeoPackageCoreImpl.isTableType(String table,
ContentsDataType type)
Check if the table is the provided type
|
boolean |
GeoPackageCore.isTableType(String table,
ContentsDataType type)
Check if the table is the provided type
|
| Modifier and Type | Method and Description |
|---|---|
static ContentsDataType |
ContentsDataType.fromCoreName(String name)
Get the contents data type from a core type name
|
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... dataTypes)
Get contents by data types
|
List<Contents> |
ContentsDao.getContents(ContentsDataType dataType)
Get contents by data type
|
List<String> |
ContentsDao.getTables(ContentsDataType... dataTypes)
Get table names by data types
|
List<String> |
ContentsDao.getTables(ContentsDataType dataType)
Get table names by data type
|
static boolean |
ContentsDataType.isType(String name,
ContentsDataType type)
Determine if the contents data type name is the type
|
static boolean |
ContentsDataType.isType(String name,
ContentsDataType type,
boolean matchUnknown)
Determine if the contents data type name is the type
|
void |
Contents.setDataType(ContentsDataType dataType)
Set the data type
|
void |
Contents.setDataTypeName(String name,
ContentsDataType dataType)
Set the data type name and register the core data type
|
static void |
ContentsDataType.setType(String name,
ContentsDataType type)
Set the type for the contents data type name
|
| 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
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.