|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectterrenus.orbit.AbstractSpacecraft
terrenus.orbit.FY1Spacecraft
public class FY1Spacecraft
The FY1Spacecraft
class is for the China
Meteorological Administration (CMA) Fengyun 1 series of spacecrafts
with the MVISR sensor package. Currently MVISR is the only
instrument reported by getInstruments()
.
Constructor Summary | |
---|---|
FY1Spacecraft(int noradId)
Creates a new FY1 spacecraft using the NORAD ID. |
Method Summary | |
---|---|
java.util.List<Instrument> |
getInstruments()
Gets the list of known spacecraft instruments. |
static void |
main(java.lang.String[] argv)
Tests this class. |
Methods inherited from class terrenus.orbit.AbstractSpacecraft |
---|
getHourAngle, getLaunchDate, getName, getPosition, getProperty, getVelocity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FY1Spacecraft(int noradId)
noradId
- the NORAD orbital element ID.
java.lang.RuntimeException
- if the spacecraft properties cannot be
found or parsed.Method Detail |
---|
public java.util.List<Instrument> getInstruments()
Spacecraft
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |