| Package | Description |
|---|---|
| mil.nga.geopackage.attributes | |
| mil.nga.geopackage.features.user | |
| mil.nga.geopackage.tiles.user | |
| mil.nga.geopackage.user | |
| mil.nga.geopackage.user.custom |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesColumns
Collection of attributes columns
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureColumns
Collection of feature columns
|
| Modifier and Type | Class and Description |
|---|---|
class |
TileColumns
Collection of tile columns
|
| Modifier and Type | Field and Description |
|---|---|
protected UserColumns<TColumn> |
UserCoreRow.columns
User columns
|
| Modifier and Type | Method and Description |
|---|---|
abstract UserColumns<TColumn> |
UserColumns.copy()
Copy the user columns
|
abstract UserColumns<TColumn> |
UserTable.createUserColumns(List<TColumn> columns)
Create user columns for a subset of table columns
|
UserColumns<TColumn> |
UserTable.createUserColumns(String[] columnNames)
Create user columns for a subset of table columns
|
UserColumns<TColumn> |
UserCoreResult.getColumns()
Get the columns
|
UserColumns<TColumn> |
UserCoreRow.getColumns()
Get the columns
|
UserColumns<TColumn> |
UserTable.getUserColumns()
Get the user columns
|
| Constructor and Description |
|---|
UserColumns(UserColumns<TColumn> userColumns)
Copy Constructor
|
UserCoreRow(TTable table,
UserColumns<TColumn> columns,
int[] columnTypes,
Object[] values)
Constructor
|
UserTable(UserColumns<TColumn> columns)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserCustomColumns
Collection of user custom columns
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.