@FunctionalInterface public static interface WaypointPVBuilder.InterpolationFactory
PVCoordinatesProvider instances between the provided waypoints.| Modifier and Type | Method and Description |
|---|---|
PVCoordinatesProvider |
create(AbsoluteDate date1,
GeodeticPoint point1,
AbsoluteDate date2,
GeodeticPoint point2,
OneAxisEllipsoid body)
Create a
PVCoordinatesProvider which interpolates between the provided waypoints. |
PVCoordinatesProvider create(AbsoluteDate date1, GeodeticPoint point1, AbsoluteDate date2, GeodeticPoint point2, OneAxisEllipsoid body)
PVCoordinatesProvider which interpolates between the provided waypoints.date1 - the first waypoint's datepoint1 - the first waypoint's locationdate2 - the second waypoint's datepoint2 - the second waypoint's locationbody - the body on which the waypoints are definedPVCoordinatesProvider providing the locations at times between the waypoints.Copyright © 2002-2023 CS GROUP. All rights reserved.