| Package | Description |
|---|---|
| mil.nga.geopackage | |
| 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,
List<AttributesColumn> columns,
List<UserUniqueConstraint<AttributesColumn>> uniqueConstraints)
Create a new attributes table.
|
AttributesTable |
GeoPackageCore.createAttributesTable(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCore.createAttributesTable(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns,
List<UserUniqueConstraint<AttributesColumn>> uniqueConstraints)
Create a new attributes table.
|
AttributesTable |
GeoPackageCore.createAttributesTableWithId(String tableName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCore.createAttributesTableWithId(String tableName,
List<AttributesColumn> additionalColumns,
List<UserUniqueConstraint<AttributesColumn>> uniqueConstraints)
Create a new attributes table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCore.createAttributesTable(AttributesTable table)
Create a new attributes table
|
| Modifier and Type | Method and Description |
|---|---|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(String tableName,
List<AttributesColumn> columns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(String tableName,
List<AttributesColumn> columns,
List<UserUniqueConstraint<AttributesColumn>> uniqueConstraints)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns,
List<UserUniqueConstraint<AttributesColumn>> uniqueConstraints)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTableWithId(String tableName,
List<AttributesColumn> additionalColumns)
Create a new attributes table.
|
AttributesTable |
GeoPackageCoreImpl.createAttributesTableWithId(String tableName,
List<AttributesColumn> additionalColumns,
List<UserUniqueConstraint<AttributesColumn>> uniqueConstraints)
Create a new attributes table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCoreImpl.createAttributesTable(AttributesTable table)
Create a new attributes table
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.