Uses of Class
mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Packages that use ReferenceScopeType Package Description mil.nga.geopackage.dgiwg mil.nga.geopackage.extension.metadata.reference -
-
Uses of ReferenceScopeType in mil.nga.geopackage.dgiwg
Methods in mil.nga.geopackage.dgiwg with parameters of type ReferenceScopeType Modifier and Type Method Description static MetadataReferenceDGIWGMetadata. createMetadataReference(ReferenceScopeType scope)Create a new metadata reference object -
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()Get the reference scopestatic 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)Set the reference scope
-