Uses of Class
org.apache.sis.metadata.iso.lineage.DefaultProcessing
Packages that use DefaultProcessing
Package
Description
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 DefaultProcessing in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultProcessingModifier and TypeMethodDescriptionLE_Processing.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrl:LE_Processing>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultProcessingModifier and TypeMethodDescriptionvoid
LE_Processing.setElement
(DefaultProcessing value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultProcessing in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultProcessingModifier and TypeFieldDescriptionprivate DefaultProcessing
MetadataBuilder.processing
Information about the procedures, processes and algorithms applied in the process step.Methods in org.apache.sis.internal.storage that return DefaultProcessingModifier and TypeMethodDescriptionprivate DefaultProcessing
MetadataBuilder.processing()
Creates the processing object if it does not already exists, then returns it. -
Uses of DefaultProcessing in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return DefaultProcessingModifier and TypeMethodDescriptionstatic DefaultProcessing
DefaultProcessing.castOrCopy
(org.opengis.metadata.lineage.Processing object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.