org.opengis.metadata.lineage
Interface ProcessStepReport


@UML(identifier="LE_ProcessStepReport",
     specification=ISO_19115_2)
public interface ProcessStepReport

Report of what occurred during the process step.

Since:
2.3

Method Summary
 InternationalString getDescription()
          Textual description of what occurred during the process step.
 InternationalString getFileType()
          Type of file that contains the processing report.
 InternationalString getName()
          Name of the processing report.
 

Method Detail

getName

@UML(identifier="name",
     obligation=MANDATORY,
     specification=ISO_19115_2)
InternationalString getName()
Name of the processing report.

Returns:
Name of the processing report.

getDescription

@UML(identifier="description",
     obligation=OPTIONAL,
     specification=ISO_19115_2)
InternationalString getDescription()
Textual description of what occurred during the process step.

Returns:
What occurred during the process step.

getFileType

@UML(identifier="fileType",
     obligation=OPTIONAL,
     specification=ISO_19115_2)
InternationalString getFileType()
Type of file that contains the processing report.

Returns:
Type of file that contains the processing report.


Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.