| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.attributes | |
| mil.nga.geopackage.factory |
| Modifier and Type | Method and Description |
|---|---|
AttributesTable |
GeoPackageCore.createAttributesTable(String tableName,
List<AttributesColumn> columns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCore.createAttributesTable(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCore.createAttributesTableWithId(String tableName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributesColumn |
AttributesColumn.createColumn(int index,
String name,
GeoPackageDataType type,
boolean notNull,
Object defaultValue)
Create a new column
|
static AttributesColumn |
AttributesColumn.createColumn(int index,
String name,
GeoPackageDataType type,
Long max,
boolean notNull,
Object defaultValue)
Create a new column
|
static AttributesColumn |
AttributesColumn.createPrimaryKeyColumn(int index,
String name)
Create a new primary key column
|
| Constructor and Description |
|---|
AttributesTable(String tableName,
List<AttributesColumn> columns)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(String tableName,
List<AttributesColumn> columns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTableWithId(String tableName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.