|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessStep | |
---|---|
org.geotools.metadata.iso.lineage | Lineage implementation. |
org.opengis.metadata.lineage | Lineage information. |
Uses of ProcessStep in org.geotools.metadata.iso.lineage |
---|
Classes in org.geotools.metadata.iso.lineage that implement ProcessStep | |
---|---|
class |
ProcessStepImpl
Description of the event, including related parameters or tolerances. |
Methods in org.geotools.metadata.iso.lineage that return types with arguments of type ProcessStep | |
---|---|
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. |
Method parameters in org.geotools.metadata.iso.lineage with type arguments of type ProcessStep | |
---|---|
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. |
Constructors in org.geotools.metadata.iso.lineage with parameters of type ProcessStep | |
---|---|
ProcessStepImpl(ProcessStep source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Uses of ProcessStep in org.opengis.metadata.lineage |
---|
Methods in org.opengis.metadata.lineage that return types with arguments of type ProcessStep | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |