public class LazyLoadedDataContext extends Object implements DataContext
| Constructor and Description |
|---|
LazyLoadedDataContext()
Create a new data context that only loads auxiliary data when it is first accessed
and allows configuration of the auxiliary data sources until then.
|
| Modifier and Type | Method and Description |
|---|---|
LazyLoadedCelestialBodies |
getCelestialBodies()
Get a factory constructing
CelestialBodys based on the auxiliary data in
this context. |
DataProvidersManager |
getDataProvidersManager()
Get the provider of auxiliary data for this data 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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault, setDefaultpublic LazyLoadedDataContext()
public DataProvidersManager getDataProvidersManager()
public LazyLoadedTimeScales getTimeScales()
DataContextTimeScales based on the auxiliary data in
this context.getTimeScales in interface DataContextpublic LazyLoadedFrames getFrames()
DataContextFrames based on the auxiliary data in this
context.getFrames in interface DataContextpublic LazyLoadedCelestialBodies getCelestialBodies()
DataContextCelestialBodys based on the auxiliary data in
this context.getCelestialBodies in interface DataContextpublic LazyLoadedGravityFields getGravityFields()
DataContextgetGravityFields in interface DataContextpublic LazyLoadedGeoMagneticFields getGeoMagneticFields()
DataContextGeoMagneticFields based on the auxiliary
data in this context.getGeoMagneticFields in interface DataContextCopyright © 2002-2020 CS Group. All rights reserved.