| Package | Description |
|---|---|
| mil.nga.geopackage.extension.related | |
| mil.nga.geopackage.extension.related.media | |
| mil.nga.geopackage.extension.style |
| Modifier and Type | Method and Description |
|---|---|
ExtendedRelation |
RelatedTablesCoreExtension.addMediaRelationship(String baseTableName,
MediaTable mediaTable,
String mappingTableName)
Adds a media relationship between the base table and user media related
table.
|
ExtendedRelation |
RelatedTablesCoreExtension.addMediaRelationship(String baseTableName,
MediaTable mediaTable,
UserMappingTable userMappingTable)
Adds a media relationship between the base table and user media related
table.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaTable |
MediaTable.create(String tableName)
Create a media table with the minimum required columns
|
static MediaTable |
MediaTable.create(String tableName,
List<UserCustomColumn> additionalColumns)
Create a media table with the minimum required columns followed by the
additional columns
|
static MediaTable |
MediaTable.create(String tableName,
String idColumnName)
Create a media table with the id column and minimum required columns
|
static MediaTable |
MediaTable.create(String tableName,
String idColumnName,
List<UserCustomColumn> additionalColumns)
Create a media table with the id column and minimum required columns
followed by the additional columns
|
| Modifier and Type | Class and Description |
|---|---|
class |
IconTable
Icon Table
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.