Package | Description |
---|---|
org.geotools.metadata.iso.lineage |
Lineage implementation.
|
org.opengis.metadata.lineage |
Lineage information.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessStepImpl
Description of the event, including related parameters or tolerances.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProcessStep> |
LineageImpl.getProcessSteps()
Returns the information about an event in the creation process for the data specified by the
scope.
|
Collection<ProcessStep> |
SourceImpl.getSourceSteps()
Returns information about an event in the creation process for the source data.
|
Modifier and Type | Method and Description |
---|---|
void |
LineageImpl.setProcessSteps(Collection<? extends ProcessStep> newValues)
Set information about an event in the creation process for the data specified by the scope.
|
void |
SourceImpl.setSourceSteps(Collection<? extends ProcessStep> newValues)
Set information about an event in the creation process for the source data.
|
Constructor and Description |
---|
ProcessStepImpl(ProcessStep source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ProcessStep> |
Lineage.getProcessSteps()
Information about an event in the creation process for the data specified by the scope.
|
Collection<? extends ProcessStep> |
Source.getSourceSteps()
Information about an event in the creation process for the source data.
|
Copyright © 1996–2019 Geotools. All rights reserved.