| Package | Description |
|---|---|
| org.geotools.metadata.iso.lineage |
Lineage implementation.
|
| org.opengis.metadata.lineage |
Lineage information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceImpl
Information about the source data used in creating the data specified by the scope.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Source> |
ProcessStepImpl.getSources()
Returns the information about the source data used in creating the data specified by the
scope.
|
Collection<Source> |
LineageImpl.getSources()
Information about the source data used in creating the data specified by the scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStepImpl.setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope.
|
void |
LineageImpl.setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope.
|
| Constructor and Description |
|---|
SourceImpl(Source source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Source> |
ProcessStep.getSources()
Information about the source data used in creating the data specified by the scope.
|
Collection<? extends Source> |
Lineage.getSources()
Information about the source data used in creating the data specified by the scope.
|
Copyright © 1996–2019 Geotools. All rights reserved.