| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributesTable |
GeoPackageCoreImpl.createAttributesTable(AttributesTableMetadata metadata)
Create a new attributes table with GeoPackage metadata including: user
attributes table and contents row.
|
AttributesTable |
GeoPackageCore.createAttributesTable(AttributesTableMetadata metadata)
Create a new attributes table with GeoPackage metadata including: user
attributes table and contents row.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributesTableMetadata |
AttributesTableMetadata.create()
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesColumns columns)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesColumns columns,
Collection<Constraint> constraints)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesTable table)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.create(boolean autoincrement)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
boolean autoincrement)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
List<AttributesColumn> additionalColumns)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.create(String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Constructor
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesColumns columns)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesColumns columns,
Collection<Constraint> constraints)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesTable table)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
boolean autoincrement)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
List<AttributesColumn> additionalColumns)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
boolean autoincrement,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
String tableName,
String idColumnName,
List<AttributesColumn> additionalColumns,
Collection<Constraint> constraints)
Create metadata
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.