| Package | Description |
|---|---|
| mil.nga.geopackage.extension.related |
| Modifier and Type | Method and Description |
|---|---|
static UserMappingTable |
UserMappingTable.create(String tableName)
Create a user mapping table with the minimum required columns
|
static UserMappingTable |
UserMappingTable.create(String tableName,
List<UserCustomColumn> additionalColumns)
Create a user mapping table with the minimum required columns followed by
the additional columns
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedRelation |
RelatedTablesCoreExtension.addFeaturesRelationship(String baseFeaturesTableName,
String relatedFeaturesTableName,
UserMappingTable userMappingTable)
Adds a features relationship between the base feature and related feature
table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addMediaRelationship(String baseTableName,
MediaTable mediaTable,
UserMappingTable userMappingTable)
Adds a media relationship between the base table and user media related
table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
String relatedTableName,
UserMappingTable userMappingTable,
RelationType relationType)
Adds a relationship between the base and related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
String relatedTableName,
UserMappingTable userMappingTable,
String relationName)
Adds a relationship between the base and related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
String relatedTableName,
UserMappingTable userMappingTable,
String relationAuthor,
String relationName)
Adds a relationship between the base and related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
UserRelatedTable relatedTable,
UserMappingTable userMappingTable)
Adds a relationship between the base and user 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.
|
boolean |
RelatedTablesCoreExtension.createUserMappingTable(UserMappingTable userMappingTable)
Create a user mapping table and extension row if either does not exist.
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.