DEIMOS
Earth Observation Mission CFI Software
Orbit Software User Manual
for JAVA
ESA

EECFI.RelTimeSegment Class Reference

This class contains a time interval given by a start RelANXTime and a stop RelANXTime. More...

Inheritance diagram for EECFI.RelTimeSegment:
EECFI.CfiClass

List of all members.

Public Member Functions

 RelTimeSegment ()
 Class constructor.
 RelTimeSegment (final RelANXTime relAnx0, final RelANXTime relAnx1) throws CfiError
 Class constructor with parameters.
TimeSegment toAbsolute () throws CfiError
 Get a TimeSegment with absolute values from this object.
void fromAbsolute (final TimeSegment timeSeg) throws CfiError
 Set the RelTimeSegment object from an input TimeSegment object.

Public Attributes

RelANXTime start
 Segment start ANX time.
RelANXTime stop
 Segment stop ANX time.

Detailed Description

This class contains a time interval given by a start RelANXTime and a stop RelANXTime.


Constructor & Destructor Documentation

EECFI.RelTimeSegment.RelTimeSegment (  ) 

Class constructor.

EECFI.RelTimeSegment.RelTimeSegment ( final RelANXTime  relAnx0,
final RelANXTime  relAnx1 
) throws CfiError

Class constructor with parameters.

Parameters:
relAnx0 Segment start ANX time.
relAnx1 Segment stop ANX time.

Member Function Documentation

void EECFI.RelTimeSegment.fromAbsolute ( final TimeSegment  timeSeg  )  throws CfiError

Set the RelTimeSegment object from an input TimeSegment object.

Parameters:
timeSeg TimeSegment with absolute values.
TimeSegment EECFI.RelTimeSegment.toAbsolute (  )  throws CfiError

Get a TimeSegment with absolute values from this object.

Returns:
Output time segment.

Member Data Documentation

Segment start ANX time.

Segment stop ANX time.


Generated on Mon Dec 11 2023 14:48:24 for by doxygen 1.7.1