TColumn - column typeTTable - table typepublic abstract class UserTableReader<TColumn extends UserColumn,TTable extends UserTable<TColumn>> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
UserTableReader(String tableName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract TColumn |
createColumn(TableColumn tableColumn)
Create the column
|
protected abstract TTable |
createTable(String tableName,
List<TColumn> columnList)
Create the table
|
TTable |
readTable(GeoPackageCoreConnection db)
Read the table
|
protected UserTableReader(String tableName)
tableName - table nameprotected abstract TTable createTable(String tableName, List<TColumn> columnList)
tableName - table namecolumnList - column listprotected abstract TColumn createColumn(TableColumn tableColumn)
tableColumn - table columnpublic TTable readTable(GeoPackageCoreConnection db)
db - connectionCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.