|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for orbit file diagnostic. More...
Public Member Functions | |
| OrbitFileDiagnostics () | |
| Constructor. | |
| native void | computeDiagnostics (String fileNam) throws CfiError |
| This function will allow the user to know which part of a file is usable. | |
| native void | computeDiagnostics (OrbitFile file) throws CfiError |
| This function will allow the user to know which part of a file is usable. | |
| native void | computeDiagnostics (OemFile file) throws CfiError |
| This function will allow the user to know which part of a file is usable. | |
| native void | computeDiagnostics (SP3File file) throws CfiError |
| This function will allow the user to know which part of a file is usable. | |
Public Attributes | |
| OrbitFileDiagnosticsSettings | diagnosticsSettings = new OrbitFileDiagnosticsSettings() |
| Diagnostics settings. | |
| Vector < OrbitFileDiagnosticsReport > | diagnosticsReport = new Vector<OrbitFileDiagnosticsReport>() |
| Vector of diagnostics reports. | |
Class for orbit file diagnostic.
| EECFI.OrbitFileDiagnostics.OrbitFileDiagnostics | ( | ) |
Constructor.
This function will allow the user to know which part of a file is usable.
The following information is returned:| file | SP3File to be checked. |
This function will allow the user to know which part of a file is usable.
The following information is returned:| file | OemFile to be checked. |
This function will allow the user to know which part of a file is usable.
The following information is returned:| file | OrbitFile to be checked. |
| void EECFI.OrbitFileDiagnostics::computeDiagnostics | ( | String | fileNam | ) | throws CfiError |
This function will allow the user to know which part of a file is usable.
The following information is returned:| fileNam | Path of the file to be checked. |
| Vector<OrbitFileDiagnosticsReport> EECFI.OrbitFileDiagnostics.diagnosticsReport = new Vector<OrbitFileDiagnosticsReport>() |
Vector of diagnostics reports.
| OrbitFileDiagnosticsSettings EECFI.OrbitFileDiagnostics.diagnosticsSettings = new OrbitFileDiagnosticsSettings() |
Diagnostics settings.
1.7.1