Uses of Class
org.orekit.utils.WaypointPVBuilder
Packages that use WaypointPVBuilder
-
Uses of WaypointPVBuilder in org.orekit.utils
Methods in org.orekit.utils that return WaypointPVBuilderModifier and TypeMethodDescriptionWaypointPVBuilder.addWaypoint(GeodeticPoint point, AbsoluteDate date) Add a waypoint.static WaypointPVBuilderWaypointPVBuilder.cartesianBuilder(OneAxisEllipsoid body) Construct a waypoint builder interpolating points using a linear cartesian interpolation.WaypointPVBuilder.constantAfter()Indicate the resultingPVCoordinatesProviderprovide a constant location of the last waypoint after to the last time.WaypointPVBuilder.constantBefore()Indicate the resultingPVCoordinatesProviderprovide a constant location of the first waypoint prior to the first time.static WaypointPVBuilderWaypointPVBuilder.greatCircleBuilder(OneAxisEllipsoid body) Construct a waypoint builder interpolating points using a great-circle.WaypointPVBuilder.invalidAfter()Indicate the resultingPVCoordinatesProvidershould be invalid after the last waypoint.WaypointPVBuilder.invalidBefore()Indicate the resultingPVCoordinatesProvidershould be invalid before the first waypoint.static WaypointPVBuilderWaypointPVBuilder.loxodromeBuilder(OneAxisEllipsoid body) Construct a waypoint builder interpolating points using a loxodrome (or Rhumbline).