| 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 |
AttributesTable
Represents a user attributes table
|
| Modifier and Type | Method and Description |
|---|---|
<TColumn extends UserColumn> |
GeoPackageTableCreator.createTable(UserTable<TColumn> table)
Create the user defined table
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserMappingTable
Contains user mapping table factory and utility methods
|
class |
UserRelatedTable
User Defined Related Table
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends UserColumn> |
DublinCoreMetadata.getColumn(UserTable<T> table,
DublinCoreType type)
Get the column from the table for the Dublin Core Type term
|
static boolean |
DublinCoreMetadata.hasColumn(UserTable<?> table,
DublinCoreType type)
Check if the table has a column for the Dublin Core Type term
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaTable
Media Requirements Class User-Defined Related Data Table
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAttributesTable
Simple Attributes Requirements Class User-Defined Related Data Table
|
| 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 |
FeatureTable
Represents a user feature table
|
| Modifier and Type | Class and Description |
|---|---|
class |
TileTable
Represents a user tile table
|
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected TTable |
UserCoreRow.table
User table
|
| Constructor and Description |
|---|
UserTable(UserTable<TColumn> userTable)
Constructor, re-uses existing memory structures, not a copy
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserCustomTable
Represents a user custom table
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.