public enum AngularDerivativesFilter extends Enum<AngularDerivativesFilter>
TimeStampedAngularCoordinates
and TimeStampedFieldAngularCoordinates interpolation.TimeStampedAngularCoordinates.interpolate(org.orekit.time.AbsoluteDate, AngularDerivativesFilter, java.util.Collection),
TimeStampedFieldAngularCoordinates.interpolate(org.orekit.time.AbsoluteDate, AngularDerivativesFilter, java.util.Collection),
CartesianDerivativesFilter| Enum Constant and Description |
|---|
USE_R
Use only rotations, ignoring rotation rates.
|
USE_RR
Use rotations and rotation rates.
|
USE_RRA
Use rotations, rotation rates and acceleration.
|
| Modifier and Type | Method and Description |
|---|---|
static AngularDerivativesFilter |
getFilter(int order)
Get the filter corresponding to a maximum derivation order.
|
int |
getMaxOrder()
Get the maximum derivation order.
|
static AngularDerivativesFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngularDerivativesFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AngularDerivativesFilter USE_R
public static final AngularDerivativesFilter USE_RR
public static final AngularDerivativesFilter USE_RRA
public static AngularDerivativesFilter[] values()
for (AngularDerivativesFilter c : AngularDerivativesFilter.values()) System.out.println(c);
public static AngularDerivativesFilter 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 AngularDerivativesFilter 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.