| Package | Description |
|---|---|
| mil.nga.geopackage.extension | |
| mil.nga.geopackage.extension.index | |
| mil.nga.geopackage.extension.link |
| Modifier and Type | Method and Description |
|---|---|
protected Extensions |
BaseExtension.get(String extensionName,
String tableName,
String columnName)
Get the extension for the name, table name, and column name
|
Extensions |
SchemaExtension.getOrCreate()
Get or create the extension
|
Extensions |
MetadataExtension.getOrCreate()
Get or create the extension
|
Extensions |
CrsWktExtension.getOrCreate()
Get or create the extension
|
Extensions |
ZoomOtherExtension.getOrCreate(String tableName)
Get or create the extension
|
Extensions |
WebPExtension.getOrCreate(String tableName)
Get or create the extension
|
Extensions |
GeometryExtensions.getOrCreate(String tableName,
String columnName,
GeometryType geometryType)
Get or create the extension, non-linear geometry type
|
Extensions |
GeometryExtensions.getOrCreate(String tableName,
String columnName,
String author,
GeometryType geometryType)
Get or create the extension, user defined geometry type
|
protected Extensions |
BaseExtension.getOrCreate(String extensionName,
String tableName,
String columnName,
String description,
ExtensionScopeType scopeType)
Get the extension or create as needed
|
Extensions |
ExtensionsDao.queryByExtension(String extensionName,
String tableName,
String columnName)
Query by extension name, table name, and column name
|
| Modifier and Type | Method and Description |
|---|---|
List<Extensions> |
ExtensionsDao.queryByExtension(String extensionName)
Query by extension name
|
List<Extensions> |
ExtensionsDao.queryByExtension(String extensionName,
String tableName)
Query by extension name and table name
|
| Modifier and Type | Method and Description |
|---|---|
int |
ExtensionsDao.delete(Extensions extensions)
Delete using the unique columns
|
int |
ExtensionsDao.update(Extensions extensions)
Update using the unique columns
|
| Constructor and Description |
|---|
ExtensionsDao(ConnectionSource connectionSource,
Class<Extensions> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
FeatureTableCoreIndex.getExtension()
Get the extension
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
FeatureTileTableCoreLinker.getExtension()
Get the extension
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.