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 TypeMethodDescriptionvoidLE_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 DefaultProcessingMetadataBuilder.processingInformation about the procedures, processes and algorithms applied in the process step.Methods in org.apache.sis.internal.storage that return DefaultProcessingModifier and TypeMethodDescriptionprivate DefaultProcessingMetadataBuilder.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 DefaultProcessingDefaultProcessing.castOrCopy(org.opengis.metadata.lineage.Processing object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.