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
CelestialBody s based on the auxiliary data in
this context. |
LazyLoadedFrames |
getFrames()
Get a factory constructing
Frame s based on the auxiliary data in this
context. |
LazyLoadedGeoMagneticFields |
getGeoMagneticFields()
Get a factory constructing
GeoMagneticField s 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
TimeScale s based on the auxiliary data in
this context. |
getDataProvidersManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefault, setDefault
public LazyLoadedTimeScales getTimeScales()
DataContext
TimeScale
s based on the auxiliary data in
this context.getTimeScales
in interface DataContext
getTimeScales
in class LazyLoadedDataContext
public LazyLoadedFrames getFrames()
DataContext
Frame
s based on the auxiliary data in this
context.getFrames
in interface DataContext
getFrames
in class LazyLoadedDataContext
public LazyLoadedCelestialBodies getCelestialBodies()
DataContext
CelestialBody
s based on the auxiliary data in
this context.getCelestialBodies
in interface DataContext
getCelestialBodies
in class LazyLoadedDataContext
public LazyLoadedGravityFields getGravityFields()
DataContext
getGravityFields
in interface DataContext
getGravityFields
in class LazyLoadedDataContext
public LazyLoadedGeoMagneticFields getGeoMagneticFields()
DataContext
GeoMagneticField
s based on the auxiliary
data in this context.getGeoMagneticFields
in interface DataContext
getGeoMagneticFields
in class LazyLoadedDataContext
Copyright © 2002-2022 CS GROUP. All rights reserved.