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