Package mil.nga.geopackage.attributes
Class AttributesTableReader
- java.lang.Object
-
- mil.nga.geopackage.user.UserTableReader<AttributesColumn,AttributesTable>
-
- mil.nga.geopackage.attributes.AttributesTableReader
-
public class AttributesTableReader extends UserTableReader<AttributesColumn,AttributesTable>
Reads the metadata from an existing attributes table- Since:
- 3.3.0
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description AttributesTableReader(String tableName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AttributesColumncreateColumn(TableColumn tableColumn)Create the columnprotected AttributesTablecreateTable(String tableName, List<AttributesColumn> columnList)Create the table-
Methods inherited from class mil.nga.geopackage.user.UserTableReader
readTable
-
-
-
-
Constructor Detail
-
AttributesTableReader
public AttributesTableReader(String tableName)
Constructor- Parameters:
tableName- table name
-
-
Method Detail
-
createTable
protected AttributesTable createTable(String tableName, List<AttributesColumn> columnList)
Create the table- Specified by:
createTablein classUserTableReader<AttributesColumn,AttributesTable>- Parameters:
tableName- table namecolumnList- column list- Returns:
- table
-
createColumn
protected AttributesColumn createColumn(TableColumn tableColumn)
Create the column- Specified by:
createColumnin classUserTableReader<AttributesColumn,AttributesTable>- Parameters:
tableColumn- table column- Returns:
- column
-
-