Uses of Interface
org.opengis.metadata.lineage.Source
Packages that use Source
Package
Description
Information about the sources and production processes of a dataset.
Lineage information.
-
Uses of Source in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement SourceModifier and TypeClassDescriptionclassInformation about the source data used in creating the data specified by the scope.Methods in org.apache.sis.metadata.iso.lineage that return types with arguments of type SourceModifier and TypeMethodDescriptionDefaultProcessStep.getOutputs()Returns the description of the product generated as a result of the process step.DefaultLineage.getSources()Returns information about the source data used in creating the data specified by the scope.DefaultProcessStep.getSources()Returns the information about the source data used in creating the data specified by the scope.Methods in org.apache.sis.metadata.iso.lineage with parameters of type SourceModifier and TypeMethodDescriptionstatic DefaultSourceDefaultSource.castOrCopy(Source object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.lineage with type arguments of type SourceModifier and TypeMethodDescriptionvoidDefaultProcessStep.setOutputs(Collection<? extends Source> newValues) Sets the description of the product generated as a result of the process step.voidDefaultLineage.setSources(Collection<? extends Source> newValues) Sets information about the source data used in creating the data specified by the scope.voidDefaultProcessStep.setSources(Collection<? extends Source> newValues) Information about the source data used in creating the data specified by the scope.Constructors in org.apache.sis.metadata.iso.lineage with parameters of type SourceModifierConstructorDescriptionDefaultSource(Source object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Source in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type SourceModifier and TypeMethodDescriptionCollection<? extends Source> ProcessStep.getOutputs()Description of the product generated as a result of the process step.Collection<? extends Source> Lineage.getSources()Information about the source data used in creating the data specified by the scope.Collection<? extends Source> ProcessStep.getSources()Information about the source data used in creating the data specified by the scope.