| Package | Description |
|---|---|
| mil.nga.geopackage.extension.related | |
| mil.nga.geopackage.extension.related.media | |
| mil.nga.geopackage.extension.related.simple |
| Modifier and Type | Method and Description |
|---|---|
static RelationType |
RelationType.fromName(String name)
Get the Relation Type from the name
|
RelationType |
ExtendedRelation.getRelationType()
Get the relation type for pre-known types
|
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
String relatedTableName,
String mappingTableName,
RelationType relationType)
Adds a relationship between the base and related table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addRelationship(String baseTableName,
String relatedTableName,
UserMappingTable userMappingTable,
RelationType relationType)
Adds a relationship between the base and related table.
|
void |
RelatedTablesCoreExtension.removeRelationship(String baseTableName,
String relatedTableName,
RelationType relationType)
Remove a specific relationship from the GeoPackage
|
| Modifier and Type | Field and Description |
|---|---|
static RelationType |
MediaTable.RELATION_TYPE
User-Defined Media Table relation name
|
| Modifier and Type | Field and Description |
|---|---|
static RelationType |
SimpleAttributesTable.RELATION_TYPE
User-Defined Simple Attributes Table relation name
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.