public interface TransformProvider extends Serializable
The transform provider interface is mainly used to define the transform between a frame and its parent frame.
| Modifier and Type | Method and Description |
|---|---|
Transform |
getTransform(AbsoluteDate date)
Get the
Transform corresponding to specified date. |
Transform getTransform(AbsoluteDate date) throws OrekitException
Transform corresponding to specified date.date - current dateOrekitException - if transform cannot be computed at given dateCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.