Uses of Class
org.apache.sis.metadata.iso.DefaultMetadataScope
Packages that use DefaultMetadataScope
Package
Description
JAXB adapters for metadata.
Root package for ISO 19115 metadata about resources (data or services).
-
Uses of DefaultMetadataScope in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultMetadataScopeModifier and TypeMethodDescriptionMD_MetadataScope.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mdb:MD_MetadataScope>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultMetadataScopeModifier and TypeMethodDescriptionprotected Class<DefaultMetadataScope>
MD_MetadataScope.getBoundType()
Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMetadataScopeModifier and TypeMethodDescriptionvoid
MD_MetadataScope.setElement
(DefaultMetadataScope value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_MetadataScope
MD_MetadataScope.wrap
(DefaultMetadataScope value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mdb:MD_MetadataScope>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMetadataScopeModifierConstructorDescriptionprivate
Constructor for theMD_MetadataScope.wrap(org.apache.sis.metadata.iso.DefaultMetadataScope)
method only. -
Uses of DefaultMetadataScope in org.apache.sis.metadata.iso
Fields in org.apache.sis.metadata.iso with type parameters of type DefaultMetadataScopeModifier and TypeFieldDescriptionprivate Collection<DefaultMetadataScope>
DefaultMetadata.metadataScopes
Scope to which the metadata applies.Methods in org.apache.sis.metadata.iso that return types with arguments of type DefaultMetadataScopeModifier and TypeMethodDescriptionprivate Collection<DefaultMetadataScope>
DefaultMetadata.getMetadataScope()
DefaultMetadata.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.Constructor parameters in org.apache.sis.metadata.iso with type arguments of type DefaultMetadataScopeModifierConstructorDescription(package private)