|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading/writing Orbit Scenario files. More...
Public Member Functions | |
| OsfFile () | |
| Constructor. | |
| OsfFile (String fileNam) | |
| Constructor with file name. | |
| native void | read () throws CfiError |
| Read the whole file. | |
| native void | write (final String fileNam, FixedHeader fixedHead, Vector< OsfRec > osfData) throws CfiError |
| Write the file. | |
| native void | write (FixedHeader fixedHead, Vector< OsfRec > osfData) throws CfiError |
| Write the file using the existing fileName. | |
| long | xsltAdd () throws CfiError |
| Add xslt reference with default stylesheet. | |
Public Attributes | |
| Vector< OsfRec > | osfRec |
| Vector of state vectors. | |
Class for reading/writing Orbit Scenario files.
| EECFI.OsfFile.OsfFile | ( | ) |
Constructor.
| EECFI.OsfFile.OsfFile | ( | String | fileNam | ) |
Constructor with file name.
| native void EECFI.OsfFile.read | ( | ) | throws CfiError |
Read the whole file.
| void EECFI.OsfFile::write | ( | FixedHeader | fixedHead, | |
| Vector< OsfRec > | osfData | |||
| ) | throws CfiError |
Write the file using the existing fileName.
| fixedHead | FixedHeader object with fixed header data. | |
| osfData | Vector of orbit scenario records. |
| void EECFI.OsfFile::write | ( | final String | fileNam, | |
| FixedHeader | fixedHead, | |||
| Vector< OsfRec > | osfData | |||
| ) | throws CfiError |
Write the file.
| fileNam | Name of the file to write. | |
| fixedHead | FixedHeader object with fixed header data. | |
| osfData | Vector of orbit scenario records. |
| long EECFI.OsfFile.xsltAdd | ( | ) | throws CfiError |
Add xslt reference with default stylesheet.
| Vector<OsfRec> EECFI.OsfFile.osfRec |
Vector of state vectors.
1.7.1