Class TableIndex
- java.lang.Object
- 
- mil.nga.geopackage.extension.nga.index.TableIndex
 
- 
 public class TableIndex extends Object Table Index object, for indexing data within user tables- Since:
- 1.1.0
- Author:
- osbornb
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOLUMN_LAST_INDEXEDLast indexed columnstatic StringCOLUMN_TABLE_NAMEtableName field namestatic StringTABLE_NAMETable name
 - 
Constructor SummaryConstructors Constructor Description TableIndex()Default ConstructorTableIndex(TableIndex tableIndex)Copy Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ForeignCollection<GeometryIndex>getGeometryIndices()Get the Geometry IndicesDategetLastIndexed()Get the last indexed dateStringgetTableName()Get the table namevoidsetLastIndexed(Date lastIndexed)Set the last indexed datevoidsetTableName(String tableName)Set the table name
 
- 
- 
- 
Field Detail- 
TABLE_NAMEpublic static final String TABLE_NAME Table name- See Also:
- Constant Field Values
 
 - 
COLUMN_TABLE_NAMEpublic static final String COLUMN_TABLE_NAME tableName field name- See Also:
- Constant Field Values
 
 - 
COLUMN_LAST_INDEXEDpublic static final String COLUMN_LAST_INDEXED Last indexed column- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TableIndexpublic TableIndex() Default Constructor
 - 
TableIndexpublic TableIndex(TableIndex tableIndex) Copy Constructor- Parameters:
- tableIndex- table index to copy
- Since:
- 1.3.0
 
 
- 
 - 
Method Detail- 
getTableNamepublic String getTableName() Get the table name- Returns:
- table name
 
 - 
setTableNamepublic void setTableName(String tableName) Set the table name- Parameters:
- tableName- table name
 
 - 
getLastIndexedpublic Date getLastIndexed() Get the last indexed date- Returns:
- last indexed date
 
 - 
setLastIndexedpublic void setLastIndexed(Date lastIndexed) Set the last indexed date- Parameters:
- lastIndexed- last indexed date
 
 - 
getGeometryIndicespublic ForeignCollection<GeometryIndex> getGeometryIndices() Get the Geometry Indices- Returns:
- collection of geometry indices
 
 
- 
 
-