|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Class Class to store a timeline for the SCF . More...
Public Member Functions | |
| TimelineInterval () | |
| Empty Class constructor. | |
| TimelineInterval (long eventType, String eventId, final VisibilitySegment interval, final ScfAppear app) throws CfiError | |
| Constructor based on event type, id, interval and appearance. | |
Public Attributes | |
| VisibilitySegment | timeInterval |
| VisibilitySegment (JAVA API) === xv_time_interval (in C API). | |
| long | eventType |
| Event type (see SCFEventTypeEnum). | |
| String | eventId |
| Event identifier. | |
Package Attributes | |
| ScfAppear | appearance |
| Appearance. | |
Class Class to store a timeline for the SCF .
| EECFI.TimelineInterval.TimelineInterval | ( | ) |
Empty Class constructor.
| EECFI.TimelineInterval.TimelineInterval | ( | long | eventType, | |
| String | eventId, | |||
| final VisibilitySegment | interval, | |||
| final ScfAppear | app | |||
| ) | throws CfiError |
Constructor based on event type, id, interval and appearance.
| eventType | Event type (see SCFEventTypeEnum) | |
| eventId | Event identifier. | |
| interval | Visibility segment. | |
| app | Appearance. |
ScfAppear EECFI.TimelineInterval.appearance [package] |
Appearance.
Event identifier.
Event type (see SCFEventTypeEnum).
VisibilitySegment (JAVA API) === xv_time_interval (in C API).
1.7.1