org.jscience.astronomy.solarsystem.artificialsatellites.gui
Interface EphemerisWriter
- All Known Implementing Classes:
- HtmlEphemerisWriter, TextEphemerisWriter, XmlEphemerisWriter
public interface EphemerisWriter
Instances of classes which implement this interface writes an ephemeris of
StateVector objects to a destination s defined by the implementation.
|
Method Summary |
void |
write(java.lang.String title,
java.util.Date dateGenerated,
java.util.SortedSet ephemeris,
ElementSet tle)
Writes the ephemeris of StateVector instances to the
destination. |
write
void write(java.lang.String title,
java.util.Date dateGenerated,
java.util.SortedSet ephemeris,
ElementSet tle)
- Writes the ephemeris of StateVector instances to the
destination.
- Parameters:
title - Title of the ephemeris.dateGenerated - Date that the ephemeris was generated.ephemeris - Ephemeris of OrbitalState objects to write.tle - Two-line element set from which the ephemeris was generated.