Uses of Class
org.apache.sis.metadata.iso.lineage.DefaultLineage
Packages that use DefaultLineage
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 DefaultLineage in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultLineageModifier and TypeMethodDescriptionLI_Lineage.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrl:LI_Lineage>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultLineageModifier and TypeMethodDescriptionvoid
LI_Lineage.setElement
(DefaultLineage value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultLineage in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultLineageModifier and TypeFieldDescriptionprivate DefaultLineage
MetadataBuilder.lineage
Information about the events or source data used in constructing the data specified by the scope.Methods in org.apache.sis.internal.storage that return DefaultLineageModifier and TypeMethodDescriptionprivate DefaultLineage
MetadataBuilder.lineage()
Creates the lineage object if it does not already exists, then returns it. -
Uses of DefaultLineage in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return DefaultLineageModifier and TypeMethodDescriptionstatic DefaultLineage
DefaultLineage.castOrCopy
(org.opengis.metadata.lineage.Lineage object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.