Package | Description |
---|---|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
Modifier and Type | Method and Description |
---|---|
static DataUsed |
DataUsed.parse(String s,
String fileName,
char version)
Parse the string to get the data used.
|
static DataUsed |
DataUsed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataUsed[] |
DataUsed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DataUsed> |
SP3Header.getDataUsed()
Returns the data used indicator from the SP3 file.
|
Modifier and Type | Method and Description |
---|---|
void |
SP3Header.setDataUsed(List<DataUsed> dataUsed)
Set the data used indicator for this SP3 file.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.