Uses of Class
org.apache.sis.metadata.iso.lineage.DefaultLineage
Packages that use DefaultLineage
Package
Description
JAXB adapters for metadata.
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 TypeMethodDescriptionvoidLI_Lineage.setElement(DefaultLineage value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultLineage in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return DefaultLineageModifier and TypeMethodDescriptionstatic DefaultLineageDefaultLineage.castOrCopy(org.opengis.metadata.lineage.Lineage object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.