Uses of Interface
org.opengis.metadata.lineage.Lineage
Packages that use Lineage
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information about the sources and production processes of a dataset.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of Lineage in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type LineageModifier and TypeMethodDescriptionDefaultMetadata.getResourceLineages()Returns information about the provenance, sources and/or the production processes applied to the resource.Method parameters in org.apache.sis.metadata.iso with type arguments of type LineageModifier and TypeMethodDescriptionvoidDefaultMetadata.setResourceLineages(Collection<? extends Lineage> newValues) Sets information about the provenance, sources and/or the production processes applied to the resource. -
Uses of Lineage in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement LineageModifier and TypeClassDescriptionclassInformation about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.Methods in org.apache.sis.metadata.iso.lineage with parameters of type LineageModifier and TypeMethodDescriptionstatic DefaultLineageDefaultLineage.castOrCopy(Lineage object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.lineage with parameters of type LineageModifierConstructorDescriptionDefaultLineage(Lineage object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Lineage in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return LineageModifier and TypeMethodDescriptionDefaultDataQuality.getLineage()Deprecated.Removed from ISO 19157:2013.Methods in org.apache.sis.metadata.iso.quality with parameters of type LineageModifier and TypeMethodDescriptionvoidDefaultDataQuality.setLineage(Lineage newValue) Deprecated.Removed from ISO 19157:2013. -
Uses of Lineage in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return LineageModifier and TypeMethodDescriptionDataQuality.getLineage()Non-quantitative quality information about the lineage of the data specified by the scope.