Uses of Interface
org.opengis.metadata.lineage.Algorithm
Packages that use Algorithm
Package
Description
Information about the sources and production processes of a dataset.
Lineage information.
-
Uses of Algorithm in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement AlgorithmModifier and TypeClassDescriptionclassDetails of the methodology by which geographic information was derived from the instrument readings.Methods in org.apache.sis.metadata.iso.lineage that return types with arguments of type AlgorithmModifier and TypeMethodDescriptionDefaultProcessing.getAlgorithms()Returns the details of the methodology by which geographic information was derived from the instrument readings.Methods in org.apache.sis.metadata.iso.lineage with parameters of type AlgorithmModifier and TypeMethodDescriptionstatic DefaultAlgorithmDefaultAlgorithm.castOrCopy(Algorithm object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.lineage with type arguments of type AlgorithmModifier and TypeMethodDescriptionvoidDefaultProcessing.setAlgorithms(Collection<? extends Algorithm> newValues) Sets the details of the methodology by which geographic information was derived from the instrument readings.Constructors in org.apache.sis.metadata.iso.lineage with parameters of type AlgorithmModifierConstructorDescriptionDefaultAlgorithm(Algorithm object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Algorithm in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type AlgorithmModifier and TypeMethodDescriptionCollection<? extends Algorithm> Processing.getAlgorithms()Details of the methodology by which geographic information was derived from the instrument readings.