public enum CartesianDerivativesFilter extends Enum<CartesianDerivativesFilter>
TimeStampedPVCoordinates and
TimeStampedFieldPVCoordinates interpolation.TimeStampedPVCoordinates.interpolate(org.orekit.time.AbsoluteDate, CartesianDerivativesFilter, java.util.Collection),
TimeStampedFieldPVCoordinates.interpolate(org.orekit.time.FieldAbsoluteDate, CartesianDerivativesFilter, java.util.Collection),
AngularDerivativesFilter| Enum Constant and Description |
|---|
USE_P
Use only positions, ignoring velocities.
|
USE_PV
Use positions and velocities.
|
USE_PVA
Use positions, velocities and accelerations.
|
| Modifier and Type | Method and Description |
|---|---|
static CartesianDerivativesFilter |
getFilter(int order)
Get the filter corresponding to a maximum derivation order.
|
int |
getMaxOrder()
Get the maximum derivation order.
|
static CartesianDerivativesFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CartesianDerivativesFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CartesianDerivativesFilter USE_P
public static final CartesianDerivativesFilter USE_PV
public static final CartesianDerivativesFilter USE_PVA
public static CartesianDerivativesFilter[] values()
for (CartesianDerivativesFilter c : CartesianDerivativesFilter.values()) System.out.println(c);
public static CartesianDerivativesFilter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getMaxOrder()
public static CartesianDerivativesFilter getFilter(int order) throws IllegalArgumentException
order - maximum derivation orderIllegalArgumentException - if the order is out of rangeCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.