Uses of Class
org.apache.sis.metadata.iso.lineage.DefaultSource
Packages that use DefaultSource
Package
Description
Extends some classes from
org.apache.sis.metadata.iso
packages in order to give them
the name used by imagery extensions (ISO 19115-2).JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Information about the sources and production processes of a dataset.
-
Uses of DefaultSource in org.apache.sis.internal.jaxb.gmi
Subclasses of DefaultSource in org.apache.sis.internal.jaxb.gmiModifier and TypeClassDescriptionclass
A wrapper for a metadata using the"gmi"
namespace.Methods in org.apache.sis.internal.jaxb.gmi that return DefaultSourceModifier and TypeMethodDescriptionstatic DefaultSource
LE_Source.castOrCopy
(org.opengis.metadata.lineage.Source original) Wraps the given metadata into a SIS implementation that can be marshalled, using the"gmi"
namespace if necessary. -
Uses of DefaultSource in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultSourceModifier and TypeMethodDescriptionLI_Source.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrl:LI_Source>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultSourceModifier and TypeMethodDescriptionvoid
LI_Source.setElement
(DefaultSource value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultSource in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return DefaultSourceModifier and TypeMethodDescription(package private) final DefaultSource
ResourceLineage.build()
Creates an ISO 19115 metadata object from the information collected in this class. -
Uses of DefaultSource in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return DefaultSourceModifier and TypeMethodDescriptionstatic DefaultSource
DefaultSource.castOrCopy
(org.opengis.metadata.lineage.Source object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.