| Modifier and Type | Method and Description |
|---|---|
Extensions |
RTreeIndexCoreExtension.create(FeatureTable featureTable)
Create the RTree Index extension for the feature table.
|
Extensions |
RTreeIndexCoreExtension.create(String tableName,
String geometryColumnName,
String idColumnName)
Create the RTree Index extension for the feature table, geometry column,
and id column.
|
protected Extensions |
BaseExtension.get(String extensionName,
String tableName,
String columnName)
Get the extension for the name, table name, and column name
|
Extensions |
CrsWktExtension.getOrCreate()
Get or create the extension
|
Extensions |
RTreeIndexCoreExtension.getOrCreate(FeatureTable featureTable)
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 |
RTreeIndexCoreExtension.getOrCreate(String tableName,
String columnName)
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 |
|---|---|
protected List<Extensions> |
BaseExtension.getExtensions(String extensionName)
Get the extension for the name
|
protected List<Extensions> |
BaseExtension.getExtensions(String extensionName,
String tableName)
Get the extension for the name and table name
|
List<Extensions> |
SchemaExtension.getOrCreate()
Get or create the extension
|
List<Extensions> |
MetadataExtension.getOrCreate()
Get or create the extension
|
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 |
|---|---|
Extensions |
ContentsIdExtension.getExtension()
Get the extension
|
Extensions |
ContentsIdExtension.getOrCreateExtension()
Get or create if needed the extension
|
| Modifier and Type | Method and Description |
|---|---|
List<Extensions> |
CoverageDataCore.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
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
PropertiesCoreExtension.getOrCreate()
Get or create the extension
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
TileTableScaling.getExtension()
Get the extension
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.