Package | Description |
---|---|
org.orekit.errors |
This package provides classes to generate and handle exceptions.
|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
org.orekit.forces.drag.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FrameAncestorException |
This class is the base class for exception thrown by
the
UpdatableFrame.updateTransform method. |
class |
TimeStampedCacheException |
This class is the base class for all specific exceptions thrown by
during the
GenericTimeStampedCache . |
Modifier and Type | Method | Description |
---|---|---|
OrekitException |
OrekitExceptionWrapper.getException() |
Deprecated.
Get the wrapped exception.
|
static OrekitException |
OrekitException.unwrap(org.hipparchus.exception.MathRuntimeException exception) |
Recover a OrekitException, possibly embedded in a
MathRuntimeException . |
Modifier and Type | Method | Description |
---|---|---|
static TimeStampedCacheException |
TimeStampedCacheException.unwrap(OrekitException oe) |
Recover a TimeStampedCacheException, possibly embedded in a
OrekitException . |
Constructor | Description |
---|---|
OrekitException(OrekitException exception) |
Copy constructor.
|
OrekitExceptionWrapper(OrekitException wrappedException) |
Deprecated.
Simple constructor.
|
TimeStampedCacheException(OrekitException exception) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
SP3File |
SP3Parser.parse(String fileName) |
Modifier and Type | Method | Description |
---|---|---|
void |
MarshallSolarActivityFutureEstimation.loadData(InputStream input,
String name) |
Load data from a stream.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EGMFormatReader.loadData(InputStream input,
String name) |
Load data from a stream.
|
void |
GRGSFormatReader.loadData(InputStream input,
String name) |
Load data from a stream.
|
void |
ICGEMFormatReader.loadData(InputStream input,
String name) |
Load data from a stream.
|
abstract void |
PotentialCoefficientsReader.loadData(InputStream input,
String name) |
Load data from a stream.
|
void |
SHMFormatReader.loadData(InputStream input,
String name) |
Load data from a stream.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RinexLoader.Parser.loadData(InputStream input,
String name) |
Load data from a stream.
|
void |
SEMParser.loadData(InputStream input,
String name) |
|
void |
YUMAParser.loadData(InputStream input,
String name) |
Modifier and Type | Method | Description |
---|---|---|
void |
TLESeries.loadData(InputStream input,
String name) |
Deprecated.
Load data from a stream.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.