Uses of Class
org.apache.sis.metadata.iso.maintenance.DefaultScopeDescription
Packages that use DefaultScopeDescription
Package
Description
JAXB adapters for metadata.
Information about the frequency and scope of data updates.
-
Uses of DefaultScopeDescription in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultScopeDescriptionModifier and TypeMethodDescriptionMD_ScopeDescription.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mcc:MD_ScopeDescription>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultScopeDescriptionModifier and TypeMethodDescriptionvoid
MD_ScopeDescription.setElement
(DefaultScopeDescription value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultScopeDescription in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return DefaultScopeDescriptionModifier and TypeMethodDescriptionstatic DefaultScopeDescription
DefaultScopeDescription.castOrCopy
(org.opengis.metadata.maintenance.ScopeDescription object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.