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 AttributesColumnAttributesColumn. createColumn(TableColumn tableColumn)Create a new columnprotected AttributesColumnAttributesTableReader. 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 TableColumnTableInfo. getColumn(int index)Get the column at the indexTableColumnTableInfo. getColumn(String name)Get the column with the nameTableColumnTableInfo. 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 FeatureColumnFeatureColumn. createColumn(TableColumn tableColumn)Create a new columnprotected FeatureColumnFeatureTableReader. 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 TileColumnTileColumn. createColumn(TableColumn tableColumn)Create a new columnprotected TileColumnTileTableReader. 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 TColumnUserTableReader. 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 UserCustomColumnUserCustomColumn. createColumn(TableColumn tableColumn)Create a new columnprotected UserCustomColumnUserCustomTableReader. createColumn(TableColumn tableColumn)Create the column
-