Uses of Class
mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Packages that use ReferenceScopeType Package Description mil.nga.geopackage.extension.metadata.reference -
-
Uses of ReferenceScopeType in mil.nga.geopackage.extension.metadata.reference
Methods in mil.nga.geopackage.extension.metadata.reference that return ReferenceScopeType Modifier and Type Method Description static ReferenceScopeTypeReferenceScopeType. fromValue(String value)Get the type from the valueReferenceScopeTypeMetadataReference. getReferenceScope()static ReferenceScopeTypeReferenceScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceScopeType[]ReferenceScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension.metadata.reference with parameters of type ReferenceScopeType Modifier and Type Method Description voidMetadataReference. setReferenceScope(ReferenceScopeType referenceScope)
-