@Profile(level=CORE) @UML(identifier="LI_Lineage", specification=ISO_19115) public interface Lineage
Only one of statement, process steps and sources should be provided.
Modifier and Type | Method and Description |
---|---|
Collection<? extends ProcessStep> |
getProcessSteps()
Information about an event in the creation process for the data specified by the scope.
|
Collection<? extends Source> |
getSources()
Information about the source data used in creating the data specified by the scope.
|
InternationalString |
getStatement()
General explanation of the data producer's knowledge about the lineage of a dataset.
|
@Profile(level=CORE) @UML(identifier="statement", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getStatement()
null
.@UML(identifier="processStep", obligation=CONDITIONAL, specification=ISO_19115) Collection<? extends ProcessStep> getProcessSteps()
@UML(identifier="source", obligation=CONDITIONAL, specification=ISO_19115) Collection<? extends Source> getSources()
Copyright © 1996–2023 Geotools. All rights reserved.