| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.attitudes.orientations |
| Modifier and Type | Method and Description |
|---|---|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.copy(AbsoluteDateInterval newInterval)
Creates a new legs sequence from this one.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.copy(AbsoluteDateInterval newInterval,
boolean strict)
Creates a new legs sequence from this one.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.head(AbsoluteDate toT)
Returns a new sequence from the beginning to the given element.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.head(AbsoluteDate toT,
boolean strict)
Returns a new sequence from the beginning to the given element.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.sub(AbsoluteDate fromT,
AbsoluteDate toT)
Returns a new sequence extracted.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.sub(AbsoluteDate fromT,
AbsoluteDate toT,
boolean strict)
Returns a new sequence extracted.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.sub(AbsoluteDateInterval interval)
Returns a new sequence extracted.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.sub(AbsoluteDateInterval interval,
boolean strict)
Returns a new sequence extracted.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.tail(AbsoluteDate fromT)
Returns a new sequence from the given element to the end of the sequence.
|
OrientationAngleProfileSequence |
OrientationAngleProfileSequence.tail(AbsoluteDate fromT,
boolean strict)
Returns a new sequence from the given element to the end of the sequence.
|
Copyright © 2024 CNES. All rights reserved.