| Package | Description |
|---|---|
| mil.nga.geopackage.extension.related | |
| mil.nga.geopackage.extension.style |
| 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.addAttributesRelationship(String baseTableName,
AttributesTable attributesTable,
UserMappingTable userMappingTable)
Adds an attributes relationship between the base table and user
attributes related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addAttributesRelationship(String baseTableName,
String relatedAttributesTableName,
UserMappingTable userMappingTable)
Adds an attributes relationship between the base table and related
attributes table.
|
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.addRelationship(String baseTableName,
UserTable<? extends UserColumn> relatedTable,
String relationName,
UserMappingTable userMappingTable)
Adds a relationship between the base and user related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
UserTable<? extends UserColumn> 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.
|
ExtendedRelation |
RelatedTablesCoreExtension.addTilesRelationship(String baseTableName,
String relatedTilesTableName,
UserMappingTable userMappingTable)
Adds a tiles relationship between the base table and related tiles table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addTilesRelationship(String baseTableName,
TileTable tileTable,
UserMappingTable userMappingTable)
Adds a tiles relationship between the base table and user tiles related
table.
|
boolean |
RelatedTablesCoreExtension.createUserMappingTable(UserMappingTable userMappingTable)
Create a user mapping table and extension row if either does not exist.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StyleMappingTable
Feature Style mapping table
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.