| Modifier and Type | Method and Description |
|---|---|
static AttributesColumn |
AttributesColumn.createColumn(TableColumn tableColumn)
Create a new column
|
protected AttributesColumn |
AttributesTableReader.createColumn(TableColumn tableColumn)
Create the column
|
| Constructor and Description |
|---|
MappedColumn(TableColumn column)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TableColumn |
TableInfo.getColumn(int index)
Get the column at the index
|
TableColumn |
TableInfo.getColumn(String name)
Get the column with the name
|
TableColumn |
TableInfo.getPrimaryKey()
Get the single or first primary key if one exists
|
| Modifier and Type | Method and Description |
|---|---|
List<TableColumn> |
TableInfo.getColumns()
Get the columns
|
List<TableColumn> |
TableInfo.getPrimaryKeys()
Get the primary key columns
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureColumn |
FeatureColumn.createColumn(TableColumn tableColumn)
Create a new column
|
protected FeatureColumn |
FeatureTableReader.createColumn(TableColumn tableColumn)
Create the column
|
| Modifier and Type | Method and Description |
|---|---|
static TileColumn |
TileColumn.createColumn(TableColumn tableColumn)
Create a new column
|
protected TileColumn |
TileTableReader.createColumn(TableColumn tableColumn)
Create the column
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract TColumn |
UserTableReader.createColumn(TableColumn tableColumn)
Create the column
|
| Constructor and Description |
|---|
UserColumn(TableColumn tableColumn)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected UserCustomColumn |
UserCustomTableReader.createColumn(TableColumn tableColumn)
Create the column
|
static UserCustomColumn |
UserCustomColumn.createColumn(TableColumn tableColumn)
Create a new column
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.