Uses of Class
org.apache.sis.metadata.iso.DefaultMetadataScope
Packages that use DefaultMetadataScope
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
-
Uses of DefaultMetadataScope in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type DefaultMetadataScopeModifier and TypeMethodDescriptionDefaultMetadata.getMetadataScopes()
Returns the scope or type of resource for which metadata is provided.Method parameters in org.apache.sis.metadata.iso with type arguments of type DefaultMetadataScopeModifier and TypeMethodDescriptionvoid
DefaultMetadata.setMetadataScopes
(Collection<? extends DefaultMetadataScope> newValues) Sets the scope or type of resource for which metadata is provided.Constructors in org.apache.sis.metadata.iso with parameters of type DefaultMetadataScopeModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.