Uses of Interface
org.opengis.metadata.lineage.ProcessStep
Packages that use ProcessStep
Package
Description
Information about the sources and production processes of a dataset.
Lineage information.
-
Uses of ProcessStep in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement ProcessStepModifier and TypeClassDescriptionclassInformation about an event or transformation in the life of a resource.Methods in org.apache.sis.metadata.iso.lineage that return types with arguments of type ProcessStepModifier and TypeMethodDescriptionDefaultLineage.getProcessSteps()Returns the information about about events in the life of a resource specified by the scope.DefaultSource.getSourceSteps()Returns information about process steps in which this source was used.Methods in org.apache.sis.metadata.iso.lineage with parameters of type ProcessStepModifier and TypeMethodDescriptionstatic DefaultProcessStepDefaultProcessStep.castOrCopy(ProcessStep 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 ProcessStepModifier and TypeMethodDescriptionvoidDefaultLineage.setProcessSteps(Collection<? extends ProcessStep> newValues) Sets information about events in the life of a resource specified by the scope.voidDefaultSource.setSourceSteps(Collection<? extends ProcessStep> newValues) Sets information about process steps in which this source was used.Constructors in org.apache.sis.metadata.iso.lineage with parameters of type ProcessStepModifierConstructorDescriptionDefaultProcessStep(ProcessStep object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of ProcessStep in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type ProcessStepModifier and TypeMethodDescriptionCollection<? extends ProcessStep> Lineage.getProcessSteps()Information about an event in the creation process for the data specified by the scope.Collection<? extends ProcessStep> Source.getSourceSteps()Information about an event in the creation process for the source data.