Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<TwoLineElementSet> |
TwoLineElementSet.downloadTles(String satelliteIdentifier,
JulianDate startDate,
JulianDate stopDate)
Downloads TLE data for a given satellite from an AGI server.
|
static ArrayList<TwoLineElementSet> |
TwoLineElementSet.downloadTles(String satelliteIdentifier,
JulianDate startDate,
JulianDate stopDate,
Proxy proxy)
Downloads TLE data for a given satellite from an AGI server.
|
Constructor and Description |
---|
TwoLineElementSet(TwoLineElementSet existingInstance)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
TwoLineElementSet |
StkSatelliteDatabaseEntry.getTwoLineElementSet()
Gets the two-line element set for this satellite.
|
Modifier and Type | Method and Description |
---|---|
void |
StkSatelliteDatabaseEntry.setTwoLineElementSet(TwoLineElementSet value)
Sets the two-line element set for this satellite.
|