| Package | Description |
|---|---|
| mil.nga.geopackage.extension.related.dublin |
| Modifier and Type | Method and Description |
|---|---|
static DublinCoreType |
DublinCoreType.fromName(String name)
Get the Dublin Core Type from the term name
|
static DublinCoreType |
DublinCoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DublinCoreType[] |
DublinCoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends UserColumn> |
DublinCoreMetadata.getColumn(UserCoreRow<T,?> row,
DublinCoreType type)
Get the column from the row for the Dublin Core Type term
|
static <T extends UserColumn> |
DublinCoreMetadata.getColumn(UserTable<T> table,
DublinCoreType type)
Get the column from the table for the Dublin Core Type term
|
static Object |
DublinCoreMetadata.getValue(UserCoreRow<?,?> row,
DublinCoreType type)
Get the value from the row for the Dublin Core Type term
|
static boolean |
DublinCoreMetadata.hasColumn(UserCoreRow<?,?> row,
DublinCoreType type)
Check if the row has a column for the Dublin Core Type term
|
static boolean |
DublinCoreMetadata.hasColumn(UserTable<?> table,
DublinCoreType type)
Check if the table has a column for the Dublin Core Type term
|
static void |
DublinCoreMetadata.setValue(UserCoreRow<?,?> row,
DublinCoreType type,
Object value)
Set the value in the row for the Dublin Core Type term
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.