public class FeatureTable extends UserTable<FeatureColumn>
| Constructor and Description |
|---|
FeatureTable(String tableName,
List<FeatureColumn> columns)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Get the contents data type
|
FeatureColumn |
getGeometryColumn()
Get the geometry feature column
|
int |
getGeometryColumnIndex()
Get the geometry column index
|
protected void |
validateContents(Contents contents)
Validate that the set contents are valid
|
addUniqueConstraint, addUniqueConstraints, columnCount, columnsOfType, duplicateCheck, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getColumns, getContents, getPkColumn, getPkColumnIndex, getTableName, getUniqueConstraints, hasColumn, hasPkColumn, missingCheck, setContents, typeCheckpublic FeatureTable(String tableName, List<FeatureColumn> columns)
tableName - table namecolumns - feature columnspublic String getDataType()
getDataType in class UserTable<FeatureColumn>public int getGeometryColumnIndex()
public FeatureColumn getGeometryColumn()
protected void validateContents(Contents contents)
validateContents in class UserTable<FeatureColumn>contents - contentsCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.