| Package | Description |
|---|---|
| mil.nga.geopackage.extension.related | |
| mil.nga.geopackage.extension.related.simple |
| Modifier and Type | Method and Description |
|---|---|
ExtendedRelation |
RelatedTablesCoreExtension.addSimpleAttributesRelationship(String baseTableName,
SimpleAttributesTable simpleAttributesTable,
String mappingTableName)
Adds a simple attributes relationship between the base table and user
simple attributes related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addSimpleAttributesRelationship(String baseTableName,
SimpleAttributesTable simpleAttributesTable,
UserMappingTable userMappingTable)
Adds a simple attributes relationship between the base table and user
simple attributes related table.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleAttributesTable |
SimpleAttributesTable.create(String tableName,
List<UserCustomColumn> columns)
Create a simple attributes table with the columns
|
static SimpleAttributesTable |
SimpleAttributesTable.create(String tableName,
String idColumnName,
List<UserCustomColumn> columns)
Create a simple attributes table with the id column and columns
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.