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