Uses of Interface
org.orekit.time.FieldTimeStamped
-
Packages that use FieldTimeStamped Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of FieldTimeStamped in org.orekit.attitudes
Classes in org.orekit.attitudes that implement FieldTimeStamped Modifier and Type Class Description classFieldAttitude<T extends org.hipparchus.RealFieldElement<T>>This class handles attitude definition at a given date. -
Uses of FieldTimeStamped in org.orekit.data
Classes in org.orekit.data that implement FieldTimeStamped Modifier and Type Class Description classFieldBodiesElements<T extends org.hipparchus.RealFieldElement<T>>Elements of the bodies having an effect on nutation.classFieldDelaunayArguments<T extends org.hipparchus.RealFieldElement<T>>Delaunay arguments used for nutation or tides. -
Uses of FieldTimeStamped in org.orekit.orbits
Classes in org.orekit.orbits that implement FieldTimeStamped Modifier and Type Class Description classFieldCartesianOrbit<T extends org.hipparchus.RealFieldElement<T>>This class holds Cartesian orbital parameters.classFieldCircularOrbit<T extends org.hipparchus.RealFieldElement<T>>This class handles circular orbital parameters.classFieldEquinoctialOrbit<T extends org.hipparchus.RealFieldElement<T>>This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.classFieldKeplerianOrbit<T extends org.hipparchus.RealFieldElement<T>>This class handles traditional Keplerian orbital parameters.classFieldOrbit<T extends org.hipparchus.RealFieldElement<T>>This class handles orbital parameters. -
Uses of FieldTimeStamped in org.orekit.propagation
Classes in org.orekit.propagation that implement FieldTimeStamped Modifier and Type Class Description classFieldSpacecraftState<T extends org.hipparchus.RealFieldElement<T>>This class is the representation of a complete state holding orbit, attitude and mass information at a given date. -
Uses of FieldTimeStamped in org.orekit.propagation.events
Classes in org.orekit.propagation.events that implement FieldTimeStamped Modifier and Type Class Description classFieldDateDetector<T extends org.hipparchus.RealFieldElement<T>>Finder for date events.Constructors in org.orekit.propagation.events with parameters of type FieldTimeStamped Constructor Description FieldDateDetector(T maxCheck, T threshold, FieldTimeStamped<T>... dates)Build a new instance. -
Uses of FieldTimeStamped in org.orekit.time
Classes in org.orekit.time that implement FieldTimeStamped Modifier and Type Class Description classFieldAbsoluteDate<T extends org.hipparchus.RealFieldElement<T>>This class represents a specific instant in time.
-