public class FeatureTable extends UserTable<FeatureColumn>
| Constructor and Description |
|---|
FeatureTable(String tableName,
List<FeatureColumn> columns)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FeatureColumn |
getGeometryColumn()
Get the geometry feature column
|
int |
getGeometryColumnIndex()
Get the geometry column index
|
addUniqueConstraint, columnCount, duplicateCheck, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getColumns, getPkColumn, getPkColumnIndex, getTableName, getUniqueConstraints, missingCheck, typeCheckpublic FeatureTable(String tableName, List<FeatureColumn> columns)
tableName - table namecolumns - feature columnspublic int getGeometryColumnIndex()
public FeatureColumn getGeometryColumn()
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.