Uses of Class
mil.nga.geopackage.tiles.user.TileColumn
-
Packages that use TileColumn Package Description mil.nga.geopackage.tiles.reproject mil.nga.geopackage.tiles.user -
-
Uses of TileColumn in mil.nga.geopackage.tiles.reproject
Fields in mil.nga.geopackage.tiles.reproject with type parameters of type TileColumn Modifier and Type Field Description protected UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. reprojectTileDao
Tile DAOprotected UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. tileDao
Tile DAOMethods in mil.nga.geopackage.tiles.reproject that return types with arguments of type TileColumn Modifier and Type Method Description protected abstract UserCoreDao<TileColumn,TileTable,?,?>
TileReprojectionCore. createReprojectTileDao(String table)
Create the reprojection tile DAOConstructor parameters in mil.nga.geopackage.tiles.reproject with type arguments of type TileColumn Constructor Description TileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao, GeoPackageCore geoPackage, String table, Projection projection)
ConstructorTileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao, GeoPackageCore geoPackage, UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
ConstructorTileReprojectionCore(UserCoreDao<TileColumn,TileTable,?,?> tileDao, UserCoreDao<TileColumn,TileTable,?,?> reprojectTileDao)
Constructor -
Uses of TileColumn in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user that return TileColumn Modifier and Type Method Description TileColumn
TileColumn. copy()
Copy the columnstatic TileColumn
TileColumn. createColumn(int index, String name, GeoPackageDataType type)
Create a new columnstatic TileColumn
TileColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull)
Create a new columnstatic TileColumn
TileColumn. createColumn(int index, String name, GeoPackageDataType type, boolean notNull, Object defaultValue)
Create a new columnstatic TileColumn
TileColumn. createColumn(int index, String name, GeoPackageDataType type, Long max)
Create a new columnstatic TileColumn
TileColumn. createColumn(int index, String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)
Create a new columnstatic TileColumn
TileColumn. createColumn(String name, GeoPackageDataType type)
Create a new columnstatic TileColumn
TileColumn. createColumn(String name, GeoPackageDataType type, boolean notNull)
Create a new columnstatic TileColumn
TileColumn. createColumn(String name, GeoPackageDataType type, boolean notNull, Object defaultValue)
Create a new columnstatic TileColumn
TileColumn. createColumn(String name, GeoPackageDataType type, Long max)
Create a new columnstatic TileColumn
TileColumn. createColumn(String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)
Create a new columnstatic TileColumn
TileColumn. createColumn(TableColumn tableColumn)
Create a new columnprotected TileColumn
TileTableReader. createColumn(TableColumn tableColumn)
Create the columnstatic TileColumn
TileColumn. createIdColumn()
Create an id columnstatic TileColumn
TileColumn. createIdColumn(boolean autoincrement)
Create an id columnstatic TileColumn
TileColumn. createIdColumn(int index)
Create an id columnstatic TileColumn
TileColumn. createIdColumn(int index, boolean autoincrement)
Create an id columnstatic TileColumn
TileColumn. createTileColumnColumn()
Create a tile column columnstatic TileColumn
TileColumn. createTileColumnColumn(int index)
Create a tile column columnstatic TileColumn
TileColumn. createTileDataColumn()
Create a tile data columnstatic TileColumn
TileColumn. createTileDataColumn(int index)
Create a tile data columnstatic TileColumn
TileColumn. createTileRowColumn()
Create a tile row columnstatic TileColumn
TileColumn. createTileRowColumn(int index)
Create a tile row columnstatic TileColumn
TileColumn. createZoomLevelColumn()
Create a zoom level columnstatic TileColumn
TileColumn. createZoomLevelColumn(int index)
Create a zoom level columnTileColumn
TileColumns. getTileColumnColumn()
Get the tile column columnTileColumn
TileTable. getTileColumnColumn()
Get the tile column columnTileColumn
TileColumns. getTileDataColumn()
Get the tile data columnTileColumn
TileTable. getTileDataColumn()
Get the tile data columnTileColumn
TileColumns. getTileRowColumn()
Get the tile row columnTileColumn
TileTable. getTileRowColumn()
Get the tile row columnTileColumn
TileColumns. getZoomLevelColumn()
Get the zoom level columnTileColumn
TileTable. getZoomLevelColumn()
Get the zoom level columnMethods in mil.nga.geopackage.tiles.user that return types with arguments of type TileColumn Modifier and Type Method Description List<TileColumn>
TileTableMetadata. buildColumns()
Build the table columnsstatic List<TileColumn>
TileTable. createRequiredColumns()
Create the required table columnsstatic List<TileColumn>
TileTable. createRequiredColumns(boolean autoincrement)
Create the required table columnsstatic List<TileColumn>
TileTable. createRequiredColumns(int startingIndex)
Create the required table columns, starting at the provided indexstatic List<TileColumn>
TileTable. createRequiredColumns(int startingIndex, boolean autoincrement)
Create the required table columns, starting at the provided indexMethod parameters in mil.nga.geopackage.tiles.user with type arguments of type TileColumn Modifier and Type Method Description protected TileTable
TileTableReader. createTable(String tableName, List<TileColumn> columnList)
Create the tableTileColumns
TileTable. createUserColumns(List<TileColumn> columns)
Create user columns for a subset of table columnsConstructors in mil.nga.geopackage.tiles.user with parameters of type TileColumn Constructor Description TileColumn(TileColumn tileColumn)
Copy ConstructorConstructor parameters in mil.nga.geopackage.tiles.user with type arguments of type TileColumn Constructor Description TileColumns(String tableName, List<TileColumn> columns)
ConstructorTileColumns(String tableName, List<TileColumn> columns, boolean custom)
ConstructorTileTable(String tableName, List<TileColumn> columns)
Constructor
-