Uses of Class
mil.nga.geopackage.db.table.TableColumn
-
-
Uses of TableColumn in mil.nga.geopackage.attributes
Methods in mil.nga.geopackage.attributes with parameters of type TableColumn Modifier and Type Method Description static AttributesColumn
AttributesColumn. createColumn(TableColumn tableColumn)
Create a new columnprotected AttributesColumn
AttributesTableReader. createColumn(TableColumn tableColumn)
Create the column -
Uses of TableColumn in mil.nga.geopackage.db
Constructors in mil.nga.geopackage.db with parameters of type TableColumn Constructor Description MappedColumn(TableColumn column)
Constructor -
Uses of TableColumn in mil.nga.geopackage.db.table
Methods in mil.nga.geopackage.db.table that return TableColumn Modifier and Type Method Description TableColumn
TableInfo. getColumn(int index)
Get the column at the indexTableColumn
TableInfo. getColumn(String name)
Get the column with the nameTableColumn
TableInfo. getPrimaryKey()
Get the single or first primary key if one existsMethods in mil.nga.geopackage.db.table that return types with arguments of type TableColumn Modifier and Type Method Description List<TableColumn>
TableInfo. getColumns()
Get the columnsList<TableColumn>
TableInfo. getPrimaryKeys()
Get the primary key columns -
Uses of TableColumn in mil.nga.geopackage.features.user
Methods in mil.nga.geopackage.features.user with parameters of type TableColumn Modifier and Type Method Description static FeatureColumn
FeatureColumn. createColumn(TableColumn tableColumn)
Create a new columnprotected FeatureColumn
FeatureTableReader. createColumn(TableColumn tableColumn)
Create the column -
Uses of TableColumn in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user with parameters of type TableColumn Modifier and Type Method Description static TileColumn
TileColumn. createColumn(TableColumn tableColumn)
Create a new columnprotected TileColumn
TileTableReader. createColumn(TableColumn tableColumn)
Create the column -
Uses of TableColumn in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user with parameters of type TableColumn Modifier and Type Method Description protected abstract TColumn
UserTableReader. createColumn(TableColumn tableColumn)
Create the columnConstructors in mil.nga.geopackage.user with parameters of type TableColumn Constructor Description UserColumn(TableColumn tableColumn)
Constructor -
Uses of TableColumn in mil.nga.geopackage.user.custom
Methods in mil.nga.geopackage.user.custom with parameters of type TableColumn Modifier and Type Method Description static UserCustomColumn
UserCustomColumn. createColumn(TableColumn tableColumn)
Create a new columnprotected UserCustomColumn
UserCustomTableReader. createColumn(TableColumn tableColumn)
Create the column
-