Uses of Class
org.apache.sis.metadata.iso.lineage.DefaultAlgorithm
Packages that use DefaultAlgorithm
Package
Description
JAXB adapters for metadata.
Information about the sources and production processes of a dataset.
-
Uses of DefaultAlgorithm in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultAlgorithmModifier and TypeMethodDescriptionLE_Algorithm.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrl:LE_Algorithm>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultAlgorithmModifier and TypeMethodDescriptionvoid
LE_Algorithm.setElement
(DefaultAlgorithm value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultAlgorithm in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return DefaultAlgorithmModifier and TypeMethodDescriptionstatic DefaultAlgorithm
DefaultAlgorithm.castOrCopy
(org.opengis.metadata.lineage.Algorithm object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.