Package | Description |
---|---|
org.orekit.data |
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptionalDataContext
A data context that always throws a runtime exception when it's methods are used.
|
Modifier and Type | Method and Description |
---|---|
static LazyLoadedDataContext |
DataContext.getDefault()
Get the default data context that is used to implement the static factories (
TimeScalesFactory , FramesFactory , etc) and loaders that feed themselves
(e.g. |
Modifier and Type | Method and Description |
---|---|
static void |
DataContext.setDefault(LazyLoadedDataContext context)
Set the default data context that is used to implement Orekit's static factories.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.