Package de.dlr.proseo.sampleproc
Klasse SampleProcessor
java.lang.Object
de.dlr.proseo.sampleproc.SampleProcessor
prosEO Sample Processor - a minimal dummy processor conforming to ESA's
"Generic IPF Interface Specification" (MMFI-GSEG-EOPG-TN-07-0003, V.1.8)
- Autor:
- Dr. Thomas Bassler, Hubert Asamer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
SampleProcessor
public SampleProcessor()
-
-
Methodendetails
-
run
Perform the dummy processing: check arguments, parse JobOrder file, read one input file, create one output file- Parameter:
args
- the invocation arguments (only one argument allowed, namely the path to a JobOrder XML file)- Gibt zurück:
- the program exit code (OK or FAILURE)
-
main
Main routine, to be called with a path to a JobOrder XML file as single argument- Parameter:
args
- the invocation arguments (only one argument allowed, namely the path to a JobOrder XML file)
-