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<UsafGeneralPerturbationElements> |
UsafGeneralPerturbationElements.readFromCsvFile(BufferedReader reader)
Reads the USAF General Perturbation elements in from a file (most likely a .csv).
|
static ArrayList<UsafGeneralPerturbationElements> |
UsafGeneralPerturbationElements.readFromCsvFile(String filename)
Reads the USAF General Perturbation elements in from a file (most likely a .csv).
|
Constructor and Description |
---|
UsafGeneralPerturbationElements(UsafGeneralPerturbationElements existingInstance)
Initializes a new instance as a copy of an existing instance.
|