Uses of Interface
org.orekit.forces.gravity.potential.GravityFields
-
Packages that use GravityFields Package Description 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.forces.gravity This package provides all gravity-related forces.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of GravityFields in org.orekit.data
Methods in org.orekit.data that return GravityFields Modifier and Type Method Description GravityFields
CompositeDataContext. getGravityFields()
GravityFields
DataContext. getGravityFields()
Get a factory constructing gravity fields based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type GravityFields Constructor Description CompositeDataContext(TimeScales timeScales, Frames frames, CelestialBodies celestialBodies, GravityFields gravityFields, GeoMagneticFields geoMagneticFields)
Simple constructor. -
Uses of GravityFields in org.orekit.forces.gravity
Constructors in org.orekit.forces.gravity with parameters of type GravityFields Constructor Description OceanTides(Frame centralBodyFrame, double ae, double mu, boolean poleTide, double step, int nbPoints, int degree, int order, IERSConventions conventions, UT1Scale ut1, GravityFields gravityFields)
Simple constructor. -
Uses of GravityFields in org.orekit.forces.gravity.potential
Classes in org.orekit.forces.gravity.potential that implement GravityFields Modifier and Type Class Description class
LazyLoadedGravityFields
Loads gravity fields when first requested and can be configured until then.
-