public class ExceptionalDataContext extends LazyLoadedDataContext implements DataContext
DataContext.setDefault(new ExceptionalDataContext());
。以下类具有使用默认数据上下文初始化的静态字段:
DataContext.setDefault(LazyLoadedDataContext)
Constructor and Description |
---|
ExceptionalDataContext()
空构造函数。
|
Modifier and Type | Method and Description |
---|---|
LazyLoadedCelestialBodies |
getCelestialBodies()
获取一个基于此上下文中辅助数据构建 CelestialBody 的工厂。
|
LazyLoadedFrames |
getFrames()
获取一个基于此上下文中辅助数据构建 Frame 的工厂。
|
LazyLoadedGeoMagneticFields |
getGeoMagneticFields()
获取一个基于此上下文中辅助数据构建 GeoMagneticField 的工厂。
|
LazyLoadedGravityFields |
getGravityFields()
获取一个基于此上下文中辅助数据构建重力场的工厂。
|
LazyLoadedTimeScales |
getTimeScales()
获取一个基于此上下文中辅助数据构建 TimeScale 的工厂。
|
getDataProvidersManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefault, setDefault
public ExceptionalDataContext()
这个构造函数并非绝对必要,但它可以防止在JDK 18及更高版本中出现虚假的javadoc警告。
public LazyLoadedTimeScales getTimeScales()
DataContext
TimeScale
的工厂。
getTimeScales
在接口 DataContext
getTimeScales
在类 LazyLoadedDataContext
public LazyLoadedFrames getFrames()
DataContext
Frame
的工厂。
getFrames
在接口 DataContext
getFrames
在类 LazyLoadedDataContext
public LazyLoadedCelestialBodies getCelestialBodies()
DataContext
CelestialBody
的工厂。
getCelestialBodies
在接口 DataContext
getCelestialBodies
在类 LazyLoadedDataContext
public LazyLoadedGravityFields getGravityFields()
DataContext
getGravityFields
在接口 DataContext
getGravityFields
在类 LazyLoadedDataContext
public LazyLoadedGeoMagneticFields getGeoMagneticFields()
DataContext
GeoMagneticField
的工厂。
getGeoMagneticFields
在接口 DataContext
getGeoMagneticFields
在类 LazyLoadedDataContext
Copyright © 2002-2023 CS GROUP. All rights reserved.