| Package | Description |
|---|---|
| mil.nga.geopackage.extension |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionScopeType |
ExtensionScopeType.fromValue(String value)
Get the type from the value
|
ExtensionScopeType |
Extensions.getScope()
Get the extension scope type
|
static ExtensionScopeType |
ExtensionScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionScopeType[] |
ExtensionScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Extensions |
BaseExtension.getOrCreate(String extensionName,
String tableName,
String columnName,
String definition,
ExtensionScopeType scopeType)
Get the extension or create as needed
|
void |
Extensions.setScope(ExtensionScopeType scope)
Set the extension scope type
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.