Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<CelestrakGeneralPerturbationElements> |
CelestrakGeneralPerturbationElements.readFromCsvFile(BufferedReader reader)
Reads the Celestrak General Perturbation elements in from a file (most likely a .csv).
|
static ArrayList<CelestrakGeneralPerturbationElements> |
CelestrakGeneralPerturbationElements.readFromCsvFile(String filename)
Reads the Celestrak General Perturbation elements in from a file (most likely a .csv).
|
Constructor and Description |
---|
CelestrakGeneralPerturbationElements(CelestrakGeneralPerturbationElements existingInstance)
Initializes a new instance as a copy of an existing instance.
|