| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCore.createUserTable(UserTable<? extends UserColumn> table)
Create a new user table
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesColumn
Attributes column
|
| Modifier and Type | Method and Description |
|---|---|
<TColumn extends UserColumn> |
GeoPackageTableCreator.createTable(UserTable<TColumn> table)
Create the user defined table
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends UserColumn> |
DublinCoreMetadata.getColumn(UserCoreRow<T,?> row,
DublinCoreType type)
Get the column from the row for the Dublin Core Type term
|
static <T extends UserColumn> |
DublinCoreMetadata.getColumn(UserTable<T> table,
DublinCoreType type)
Get the column from the table for the Dublin Core Type term
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SimpleAttributesTable.isSimple(UserColumn column)
Determine if the column is a non nullable simple type: TEXT, INTEGER, or
REAL
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCoreImpl.createUserTable(UserTable<? extends UserColumn> table)
Create a new user table
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureColumn
Feature column
|
| Modifier and Type | Class and Description |
|---|---|
class |
TileColumn
Tile column
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserCoreConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>>
GeoPackage Connection used to define common functionality within different
connection types
|
class |
UserCoreDao<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>>
Abstract User DAO for reading user tables
|
interface |
UserCoreResult<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>>
Abstract User Cursor
|
class |
UserCoreRow<TColumn extends UserColumn,TTable extends UserTable<TColumn>>
User Row containing the values from a single cursor row
|
class |
UserCoreTableReader<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>>
Reads the metadata from an existing user table
|
class |
UserRowSync<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>>
User Row Sync to support sharing a single user row read copy when multiple
near simultaneous asynchronous requests are made
|
class |
UserTable<TColumn extends UserColumn>
Abstract user table
|
class |
UserUniqueConstraint<TColumn extends UserColumn>
User table unique constraint for one or more columns
|
| Modifier and Type | Method and Description |
|---|---|
int |
UserColumn.compareTo(UserColumn another)
Sort by index
|
| Constructor and Description |
|---|
UserUniqueConstraint(TColumn... columns)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserCustomColumn
User Custom column
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.