| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.attributes | |
| mil.nga.geopackage.extension.nga.style | |
| mil.nga.geopackage.extension.related |
| 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 |
|---|---|
void |
GeoPackageCoreImpl.createAttributesTable(AttributesTable table)
Create a new attributes table
WARNING: only creates the attributes table, call
GeoPackageCore.createAttributesTable(AttributesTableMetadata)) instead to
create both the table and required GeoPackage metadata |
void |
GeoPackageCore.createAttributesTable(AttributesTable table)
Create a new attributes table
WARNING: only creates the attributes table, call
GeoPackageCore.createAttributesTable(AttributesTableMetadata)) instead to
create both the table and required GeoPackage metadata |
| Modifier and Type | Method and Description |
|---|---|
AttributesTable |
AttributesTable.copy()
Copy the table
|
protected AttributesTable |
AttributesTableReader.createTable(String tableName,
List<AttributesColumn> columnList)
Create the table
|
| Modifier and Type | Method and Description |
|---|---|
static AttributesTableMetadata |
AttributesTableMetadata.create(AttributesTable table)
Create metadata
|
static AttributesTableMetadata |
AttributesTableMetadata.createTyped(String dataType,
AttributesTable table)
Create metadata
|
| Constructor and Description |
|---|
AttributesTable(AttributesTable attributesTable)
Copy Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
StyleTable
Style Table
|
| Constructor and Description |
|---|
StyleTable(AttributesTable attributesTable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedRelation |
RelatedTablesCoreExtension.addAttributesRelationship(String baseTableName,
AttributesTable attributesTable,
String mappingTableName)
Adds an attributes relationship between the base table and user
attributes related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addAttributesRelationship(String baseTableName,
AttributesTable attributesTable,
UserMappingTable userMappingTable)
Adds an attributes relationship between the base table and user
attributes related table.
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.