Uses of Class
mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
Packages that use DublinCoreType Package Description mil.nga.geopackage.extension.related.dublin -
-
Uses of DublinCoreType in mil.nga.geopackage.extension.related.dublin
Methods in mil.nga.geopackage.extension.related.dublin that return DublinCoreType Modifier and Type Method Description static DublinCoreTypeDublinCoreType. fromName(String name)Get the Dublin Core Type from the term namestatic DublinCoreTypeDublinCoreType. 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.Methods in mil.nga.geopackage.extension.related.dublin with parameters of type DublinCoreType Modifier and Type Method Description static <T extends UserColumn>
TDublinCoreMetadata. getColumn(UserCoreRow<T,?> row, DublinCoreType type)Get the column from the row for the Dublin Core Type termstatic <T extends UserColumn>
TDublinCoreMetadata. getColumn(UserTable<T> table, DublinCoreType type)Get the column from the table for the Dublin Core Type termstatic ObjectDublinCoreMetadata. getValue(UserCoreRow<?,?> row, DublinCoreType type)Get the value from the row for the Dublin Core Type termstatic booleanDublinCoreMetadata. hasColumn(UserCoreRow<?,?> row, DublinCoreType type)Check if the row has a column for the Dublin Core Type termstatic booleanDublinCoreMetadata. hasColumn(UserTable<?> table, DublinCoreType type)Check if the table has a column for the Dublin Core Type termstatic voidDublinCoreMetadata. setValue(UserCoreRow<?,?> row, DublinCoreType type, Object value)Set the value in the row for the Dublin Core Type term
-