Package | Description |
---|---|
org.orekit.errors |
This package provides classes to generate and handle exceptions.
|
org.orekit.files.ccsds.utils.lexical |
This package contains utilities for CCSDS messages lexical analysis.
|
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.gnss.metric.ntrip |
This package provides streams reading from ntrip casters.
|
org.orekit.models.earth.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
Modifier and Type | Class and 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 and Description |
---|---|
static OrekitException |
OrekitException.unwrap(MathRuntimeException exception)
Recover a OrekitException, possibly embedded in a
MathRuntimeException . |
Modifier and Type | Method and Description |
---|---|
static TimeStampedCacheException |
TimeStampedCacheException.unwrap(OrekitException oe)
Recover a TimeStampedCacheException, possibly embedded in a
OrekitException . |
Constructor and Description |
---|
OrekitException(OrekitException exception)
Copy constructor.
|
TimeStampedCacheException(OrekitException exception)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
OrekitException |
ParseToken.generateException(Exception cause)
Generate a parse exception for this entry.
|
Modifier and Type | Method and Description |
---|---|
void |
GRGSFormatReader.loadData(InputStream input,
String name)
Load data from a stream.
|
void |
SHMFormatReader.loadData(InputStream input,
String name)
Load data from a stream.
|
void |
ICGEMFormatReader.loadData(InputStream input,
String name)
Load data from a stream.
|
void |
EGMFormatReader.loadData(InputStream input,
String name)
Load data from a stream.
|
abstract void |
PotentialCoefficientsReader.loadData(InputStream input,
String name)
Load data from a stream.
|
Modifier and Type | Method and Description |
---|---|
void |
YUMAParser.loadData(InputStream input,
String name) |
void |
SEMParser.loadData(InputStream input,
String name) |
void |
RinexObservationLoader.Parser.loadData(InputStream input,
String fileName)
Load data from a stream.
|
Modifier and Type | Method and Description |
---|---|
OrekitException |
StreamMonitor.getException()
Retrieve exception caught during monitoring.
|
Modifier and Type | Method and Description |
---|---|
OrekitException |
CssiSpaceWeatherDataLoader.LineReader.unableToParseLine(Throwable cause)
Annotate an exception with the file context.
|
Modifier and Type | Method and Description |
---|---|
void |
CssiSpaceWeatherDataLoader.loadData(InputStream input,
String name)
Load data from a stream.
|
void |
MarshallSolarActivityFutureEstimation.loadData(InputStream input,
String name)
Load data from a stream.
|
String |
CssiSpaceWeatherDataLoader.LineReader.readLineOrThrow(Localizable message,
Object... args)
Read a line from the input data stream, or if the end of the stream has been
reached throw an exception.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.