| Package | Description |
|---|---|
| mil.nga.geopackage.attributes | |
| mil.nga.geopackage.db | |
| mil.nga.geopackage.features.user | |
| mil.nga.geopackage.tiles.user | |
| mil.nga.geopackage.user |
| 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 |
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
|
| Modifier and Type | Field and Description |
|---|---|
protected TTable |
UserCoreRow.table
User table
|
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.