| Package | Description |
|---|---|
| mil.nga.geopackage.db | |
| mil.nga.geopackage.features.user | |
| mil.nga.geopackage.tiles.user | |
| mil.nga.geopackage.user |
| Modifier and Type | Method and Description |
|---|---|
static GeoPackageDataType |
GeoPackageDataType.fromName(String name)
Get the Data Type from the name, ignoring case
|
static GeoPackageDataType |
GeoPackageDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPackageDataType[] |
GeoPackageDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureColumn |
FeatureColumn.createColumn(int index,
String name,
GeoPackageDataType type,
boolean notNull,
Object defaultValue)
Create a new column
|
static FeatureColumn |
FeatureColumn.createColumn(int index,
String name,
GeoPackageDataType type,
Long max,
boolean notNull,
Object defaultValue)
Create a new column
|
| Modifier and Type | Method and Description |
|---|---|
static TileColumn |
TileColumn.createColumn(int index,
String name,
GeoPackageDataType type,
boolean notNull,
Object defaultValue)
Create a new column
|
static TileColumn |
TileColumn.createColumn(int index,
String name,
GeoPackageDataType type,
Long max,
boolean notNull,
Object defaultValue)
Create a new column
|
| Modifier and Type | Method and Description |
|---|---|
GeoPackageDataType |
UserColumn.getDataType()
When not a geometry column, gets the data type
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
UserCoreResultUtils.getFloatValue(UserCoreResult<?,?,?> result,
int index,
GeoPackageDataType dataType)
Get the float value from the cursor of the column
|
static Object |
UserCoreResultUtils.getIntegerValue(UserCoreResult<?,?,?> result,
int index,
GeoPackageDataType dataType)
Get the integer value from the cursor of the column
|
Object |
UserCoreResult.getValue(int index,
GeoPackageDataType dataType)
Get the value for the column
|
static Object |
UserCoreResultUtils.getValue(UserCoreResult<?,?,?> result,
int index,
GeoPackageDataType dataType)
Get the value from the cursor from the provided column
|
protected void |
UserTable.typeCheck(GeoPackageDataType expected,
TColumn column)
Check for the expected data type
|
| Constructor and Description |
|---|
UserColumn(int index,
String name,
GeoPackageDataType dataType,
Long max,
boolean notNull,
Object defaultValue,
boolean primaryKey)
Constructor
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.