public interface TransformStateProvider extends Serializable
The transform provider interface is mainly used to define the transform between a frame and its parent frame.
This class extends the concept of TransformProvider by considering state-dependant transforms
| Modifier and Type | Method and Description |
|---|---|
Transform |
getTransform(SpacecraftState state)
Get the
Transform corresponding to specified state. |
Transform getTransform(SpacecraftState state) throws PatriusException
Transform corresponding to specified state.state - statePatriusException - thrown if transform cannot be computedCopyright © 2025 CNES. All rights reserved.