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
Subclasses with type arguments of type DefaultMetadataScope in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionfinal classJAXB adapter mapping implementing class to the GeoAPI interface.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 TypeMethodDescriptionvoidMD_MetadataScope.setElement(DefaultMetadataScope value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_MetadataScopeMD_MetadataScope.wrap(DefaultMetadataScope value) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<mdb:MD_MetadataScope>XML element. -
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 TypeMethodDescriptionvoidDefaultMetadata.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.