public class UserCustomTableReader extends UserTableReader<UserCustomColumn,UserCustomTable>
| Constructor and Description |
|---|
UserCustomTableReader(String tableName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected UserCustomColumn |
createColumn(TableColumn tableColumn)
Create the column
|
protected UserCustomTable |
createTable(String tableName,
List<UserCustomColumn> columnList)
Create the table
|
static UserCustomTable |
readTable(GeoPackageCoreConnection connection,
String tableName)
Read the table
|
readTablepublic UserCustomTableReader(String tableName)
tableName - table nameprotected UserCustomTable createTable(String tableName, List<UserCustomColumn> columnList)
createTable in class UserTableReader<UserCustomColumn,UserCustomTable>tableName - table namecolumnList - column listprotected UserCustomColumn createColumn(TableColumn tableColumn)
createColumn in class UserTableReader<UserCustomColumn,UserCustomTable>tableColumn - table columnpublic static UserCustomTable readTable(GeoPackageCoreConnection connection, String tableName)
connection - GeoPackage connectiontableName - table nameCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.