Uses of Class
org.apache.sis.metadata.iso.lineage.DefaultProcessStep
Packages that use DefaultProcessStep
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 DefaultProcessStep in org.apache.sis.internal.jaxb.gmi
Subclasses of DefaultProcessStep 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 DefaultProcessStepModifier and TypeMethodDescriptionstatic DefaultProcessStep
LE_ProcessStep.castOrCopy
(org.opengis.metadata.lineage.ProcessStep original) Wraps the given metadata into a SIS implementation that can be marshalled, using the"gmi"
namespace if necessary. -
Uses of DefaultProcessStep in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultProcessStepModifier and TypeMethodDescriptionLI_ProcessStep.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrl:LI_ProcessStep>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultProcessStepModifier and TypeMethodDescriptionvoid
LI_ProcessStep.setElement
(DefaultProcessStep value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultProcessStep in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultProcessStepModifier and TypeFieldDescriptionprivate DefaultProcessStep
MetadataBuilder.processStep
Information about an event or transformation in the life of a resource.Methods in org.apache.sis.internal.storage that return DefaultProcessStepModifier and TypeMethodDescriptionprivate DefaultProcessStep
MetadataBuilder.processStep()
Creates the process step object if it does not already exists, then returns it. -
Uses of DefaultProcessStep in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return DefaultProcessStepModifier and TypeMethodDescriptionstatic DefaultProcessStep
DefaultProcessStep.castOrCopy
(org.opengis.metadata.lineage.ProcessStep object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.