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