Package | Description |
---|---|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Method and Description |
---|---|
RawEntityData<TEntity> |
TrackingArchive.getArchivedData(JulianDate start,
JulianDate stop,
int maximumRecords,
String... propertyNames)
Retrieves archived properties for all entities over the provided time period.
|
RawEntityData<TEntity> |
TrackingArchive.getArchivedData(Object entityIdentifier,
JulianDate start,
JulianDate stop,
int maximumRecords,
String... propertyNames)
Retrieves archived properties for the provided entity over the provided time period.
|