| Package | Description |
|---|---|
| mil.nga.geopackage.extension | |
| mil.nga.geopackage.extension.elevation | |
| 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)
Deprecated.
as of 1.2.1, On August 15, 2016 the GeoPackage SWG voted to
remove this extension from the standard due to
interoperability concerns. (GeoPackage version 1.2)
|
protected Extensions |
BaseExtension.getOrCreate(String extensionName,
String tableName,
String columnName,
String definition,
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 |
|---|
Extensions(Extensions extensions)
Copy Constructor
|
| Constructor and Description |
|---|
ExtensionsDao(ConnectionSource connectionSource,
Class<Extensions> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
List<Extensions> |
ElevationTilesCore.getOrCreate()
Get or create the extension
|
| 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 © 2017 National Geospatial-Intelligence Agency. All rights reserved.