Uses of Interface
org.opengis.metadata.lineage.Processing
Packages that use Processing
Package
Description
Information about the sources and production processes of a dataset.
Lineage information.
-
Uses of Processing in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement ProcessingModifier and TypeClassDescriptionclassComprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.Methods in org.apache.sis.metadata.iso.lineage that return ProcessingModifier and TypeMethodDescriptionDefaultProcessStep.getProcessingInformation()Returns the comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.Methods in org.apache.sis.metadata.iso.lineage with parameters of type ProcessingModifier and TypeMethodDescriptionstatic DefaultProcessingDefaultProcessing.castOrCopy(Processing object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultProcessStep.setProcessingInformation(Processing newValue) Sets the comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.Constructors in org.apache.sis.metadata.iso.lineage with parameters of type ProcessingModifierConstructorDescriptionDefaultProcessing(Processing object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Processing in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return ProcessingModifier and TypeMethodDescriptionProcessStep.getProcessingInformation()Comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.