Package | Description |
---|---|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
WaypointPVBuilder |
WaypointPVBuilder.addWaypoint(GeodeticPoint point,
AbsoluteDate date)
Add a waypoint.
|
static WaypointPVBuilder |
WaypointPVBuilder.cartesianBuilder(OneAxisEllipsoid body)
Construct a waypoint builder interpolating points using a linear cartesian interpolation.
|
WaypointPVBuilder |
WaypointPVBuilder.constantAfter()
Indicate the resulting
PVCoordinatesProvider provide
a constant location of the last waypoint after to the last time. |
WaypointPVBuilder |
WaypointPVBuilder.constantBefore()
Indicate the resulting
PVCoordinatesProvider provide
a constant location of the first waypoint prior to the first time. |
static WaypointPVBuilder |
WaypointPVBuilder.greatCircleBuilder(OneAxisEllipsoid body)
Construct a waypoint builder interpolating points using a great-circle.
|
WaypointPVBuilder |
WaypointPVBuilder.invalidAfter()
Indicate the resulting
PVCoordinatesProvider should be invalid after the last waypoint. |
WaypointPVBuilder |
WaypointPVBuilder.invalidBefore()
Indicate the resulting
PVCoordinatesProvider should be invalid before the first waypoint. |
static WaypointPVBuilder |
WaypointPVBuilder.loxodromeBuilder(OneAxisEllipsoid body)
Construct a waypoint builder interpolating points using a loxodrome (or Rhumbline).
|
Copyright © 2002-2023 CS GROUP. All rights reserved.