Uses of Class
mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Packages that use MetadataScopeType Package Description mil.nga.geopackage.extension.metadata -
-
Uses of MetadataScopeType in mil.nga.geopackage.extension.metadata
Methods in mil.nga.geopackage.extension.metadata that return MetadataScopeType Modifier and Type Method Description static MetadataScopeTypeMetadataScopeType. fromName(String name)Get the metadata scope from the nameMetadataScopeTypeMetadata. getMetadataScope()Get the metadata scopestatic MetadataScopeTypeMetadataScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataScopeType[]MetadataScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension.metadata with parameters of type MetadataScopeType Modifier and Type Method Description voidMetadata. setMetadataScope(MetadataScopeType metadataScope)Set the metadata scope
-