public class ExceptionalDataContext extends LazyLoadedDataContext implements DataContext
DataContext.setDefault(new ExceptionalDataContext());. The following classes have
static fields that are initialized using the default data context:
DataContext.setDefault(LazyLoadedDataContext)| Constructor and Description |
|---|
ExceptionalDataContext() |
| Modifier and Type | Method and Description |
|---|---|
LazyLoadedCelestialBodies |
getCelestialBodies()
Get a factory constructing
CelestialBodys based on the auxiliary data in
this context. |
LazyLoadedFrames |
getFrames()
Get a factory constructing
Frames based on the auxiliary data in this
context. |
LazyLoadedGeoMagneticFields |
getGeoMagneticFields()
Get a factory constructing
GeoMagneticFields based on the auxiliary
data in this context. |
LazyLoadedGravityFields |
getGravityFields()
Get a factory constructing gravity fields based on the auxiliary data in this
context.
|
LazyLoadedTimeScales |
getTimeScales()
Get a factory for constructing
TimeScales based on the auxiliary data in
this context. |
getDataProvidersManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault, setDefaultpublic LazyLoadedTimeScales getTimeScales()
DataContextTimeScales based on the auxiliary data in
this context.getTimeScales in interface DataContextgetTimeScales in class LazyLoadedDataContextpublic LazyLoadedFrames getFrames()
DataContextFrames based on the auxiliary data in this
context.getFrames in interface DataContextgetFrames in class LazyLoadedDataContextpublic LazyLoadedCelestialBodies getCelestialBodies()
DataContextCelestialBodys based on the auxiliary data in
this context.getCelestialBodies in interface DataContextgetCelestialBodies in class LazyLoadedDataContextpublic LazyLoadedGravityFields getGravityFields()
DataContextgetGravityFields in interface DataContextgetGravityFields in class LazyLoadedDataContextpublic LazyLoadedGeoMagneticFields getGeoMagneticFields()
DataContextGeoMagneticFields based on the auxiliary
data in this context.getGeoMagneticFields in interface DataContextgetGeoMagneticFields in class LazyLoadedDataContextCopyright © 2002-2021 CS GROUP. All rights reserved.