Package faa.tg.pointmodel

This package provides the simulation model of a single point i.e pointmodel.

See:
          Description

Interface Summary
FreeBody FreeBody indicates an object which has the ability to move and whose position will be represented as a single point.
 

Class Summary
FixedPointModel The FixedPointModel is a model of a fixed object whose position will be represented as a single point.
FreeBodyModel The FreeBodyModel is a model of a object which has the ability to move and whose position will be represented as a single point.
PointModel The PointModel abstracts the common attribute of position for all objects whose position will be represented as a single point.
Position The Position object is a three dimensional location.
PositionRate The PositionRate object encapsulates three rates to describe the rate of position change: LatitudeRate, LongitudeRate and AltitudeRate.
PositionSimTime PositionSimTime describes a 4D position using a Position and the associated SimulationTime.
PropagationTerms The PropagationTerms class encapsulates the following terms: mu (the geodetic Latitude) lambda (the geocentric Latitude) epsilon (the difference between the mu and lambda) rop (the distance between a point and the center of the earth) and the local earth radius, which are repeatedly used in trajectory propagation calculations.
 

Exception Summary
NotInRangeException NotInRangeException is an Exception class that throws an explicit Exception (i.e.
UnknownPositionException Thrown when a position for a Fix is unknown
 

Package faa.tg.pointmodel Description

This package provides the simulation model of a single point i.e pointmodel.