public class CompositeDataContext extends Object implements DataContext
DataContext that composes the constituent factories
into a data context.| Constructor and Description |
|---|
CompositeDataContext(TimeScales timeScales,
Frames frames,
CelestialBodies celestialBodies,
GravityFields gravityFields,
GeoMagneticFields geoMagneticFields)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CelestialBodies |
getCelestialBodies()
Get a factory constructing
CelestialBodys based on the auxiliary data in
this context. |
Frames |
getFrames()
Get a factory constructing
Frames based on the auxiliary data in this
context. |
GeoMagneticFields |
getGeoMagneticFields()
Get a factory constructing
GeoMagneticFields based on the auxiliary
data in this context. |
GravityFields |
getGravityFields()
Get a factory constructing gravity fields based on the auxiliary data in this
context.
|
TimeScales |
getTimeScales()
Get a factory for constructing
TimeScales based on the auxiliary data in
this context. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault, setDefaultpublic CompositeDataContext(TimeScales timeScales, Frames frames, CelestialBodies celestialBodies, GravityFields gravityFields, GeoMagneticFields geoMagneticFields)
timeScales - used in this data context.frames - used in this data context.celestialBodies - used in this data context.gravityFields - used in this data context.geoMagneticFields - used in this data context.public TimeScales getTimeScales()
DataContextTimeScales based on the auxiliary data in
this context.getTimeScales in interface DataContextpublic Frames getFrames()
DataContextFrames based on the auxiliary data in this
context.getFrames in interface DataContextpublic CelestialBodies getCelestialBodies()
DataContextCelestialBodys based on the auxiliary data in
this context.getCelestialBodies in interface DataContextpublic GravityFields getGravityFields()
DataContextgetGravityFields in interface DataContextpublic GeoMagneticFields getGeoMagneticFields()
DataContextGeoMagneticFields based on the auxiliary
data in this context.getGeoMagneticFields in interface DataContextCopyright © 2002-2021 CS GROUP. All rights reserved.