Terrenus HRPT v2.2

Package terrenus.orbit

Provides a number of classes for predicting satellite orbits and sensor view locations.

See:
          Description

Interface Summary
OrbitalElementSource The OrbitalElementSource interface is for providers of two-line orbital elements for the SGP4/SDP4 orbital model.
Spacecraft The Spacecraft interface delivers information about a spacecraft, its properties, and position/velocity.
 

Class Summary
AbstractOrbitalElementSource The AbstractOrbitalElementSource class implements useful method for all orbital element sources.
AbstractSpacecraft The AbstractSpacecraft class implements some of the main methods of the Spacecraft interface to deliver position, velocity, hour angle, name, and launch date.
ArchiveElementSource The ArchiveElementSource class provides access to two-line elements in an archive-style format.
CurrentElementSource The CurrentElementSource class provides access to two-line elements in a current-style format.
EllipsoidModel The EllipsoidModel class converts between various different coordinate systems on an ellipsoid.
EllipsoidModelFactory The EllipsoidModelFactory class creates a number of standard Earth ellipsoid models.
FY1Spacecraft The FY1Spacecraft class is for the China Meteorological Administration (CMA) Fengyun 1 series of spacecrafts with the MVISR sensor package.
NOAAKLMSpacecraft The NOAAKLMSpacecraft class is for the NOAA-15, -16, -17, -18, and -19 series of spacecrafts with the AVHRR/3 sensor package.
OrbitalElementManager The OrbitalElementManager uses a list of OrbitalElementSource objects to provide orbital element data for any number of satellites.
SensorModel The SensorModel class holds image sensor position and orientation information relative to an EllipsoidModel and allows for the retrieval of the sensor view location at the surface of the ellipsoid.
SpacecraftLocator The SpacecraftLocator class models a spacecraft position and velocity relative to a WGS 72 earth model.
Sun The Sun class models the sun position over time.
VectorOp The VectorOp class performs various vector and matrix operations.
 

Package terrenus.orbit Description

Provides a number of classes for predicting satellite orbits and sensor view locations.


Terrenus HRPT v2.2