|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="LE_Processing", specification=ISO_19115_2) public interface Processing
Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.
Method Summary | |
---|---|
Collection<? extends Algorithm> |
getAlgorithms()
Details of the methodology by which geographic information was derived from the instrument readings. |
Collection<? extends Citation> |
getDocumentations()
Reference to documentation describing the processing. |
Identifier |
getIdentifier()
Information to identify the processing package that produced the data. |
InternationalString |
getProcedureDescription()
Additional details about the processing procedures. |
InternationalString |
getRunTimeParameters()
Parameters to control the processing operations, entered at run time. |
Collection<? extends Citation> |
getSoftwareReferences()
Reference to document describing processing software. |
Method Detail |
---|
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()
@UML(identifier="softwareReference", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Citation> getSoftwareReferences()
@UML(identifier="procedureDescription", obligation=OPTIONAL, specification=ISO_19115_2) InternationalString getProcedureDescription()
@UML(identifier="documentation", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Citation> getDocumentations()
@UML(identifier="runTimeParameters", obligation=OPTIONAL, specification=ISO_19115_2) InternationalString getRunTimeParameters()
@UML(identifier="algorithm", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Algorithm> getAlgorithms()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |