Uses of Class
org.orekit.utils.CartesianDerivativesFilter
-
Packages that use CartesianDerivativesFilter Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.utils This package provides useful objects. -
-
Uses of CartesianDerivativesFilter in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilter
TrajectoryState. getAvailableDerivatives()
Get which derivatives of position are available in this state.CartesianDerivativesFilter
TrajectoryStateHistory. getAvailableDerivatives()
Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilter
OemData. getAvailableDerivatives()
Get the derivatives available in the block.CartesianDerivativesFilter
OemSegment. getAvailableDerivatives()
Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.general
Methods in org.orekit.files.general that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilter
EphemerisFile.EphemerisSegment. getAvailableDerivatives()
Get which derivatives of position are available in this ephemeris segment.CartesianDerivativesFilter
OrekitEphemerisFile.OrekitEphemerisSegment. getAvailableDerivatives()
Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilter
CPF.CPFEphemeris. getAvailableDerivatives()
Get which derivatives of position are available in this ephemeris segment.Methods in org.orekit.files.ilrs with parameters of type CartesianDerivativesFilter Modifier and Type Method Description void
CPF. setFilter(CartesianDerivativesFilter filter)
Set the derivatives filter. -
Uses of CartesianDerivativesFilter in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilter
SP3.SP3Ephemeris. getAvailableDerivatives()
Methods in org.orekit.files.sp3 with parameters of type CartesianDerivativesFilter Modifier and Type Method Description void
SP3. setFilter(CartesianDerivativesFilter filter)
Set the derivatives filter. -
Uses of CartesianDerivativesFilter in org.orekit.frames
Methods in org.orekit.frames with parameters of type CartesianDerivativesFilter Modifier and Type Method Description void
FieldTransform. getJacobian(CartesianDerivativesFilter selector, T[][] jacobian)
Compute the Jacobian of theFieldTransform.transformPVCoordinates(FieldPVCoordinates)
method of the transform.void
Transform. getJacobian(CartesianDerivativesFilter selector, double[][] jacobian)
Compute the Jacobian of theTransform.transformPVCoordinates(PVCoordinates)
method of the transform.static <T extends CalculusFieldElement<T>>
FieldTransform<T>FieldTransform. interpolate(FieldAbsoluteDate<T> date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Collection<FieldTransform<T>> sample)
Interpolate a transform from a sample set of existing transforms.static <T extends CalculusFieldElement<T>>
FieldTransform<T>FieldTransform. interpolate(FieldAbsoluteDate<T> date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Stream<FieldTransform<T>> sample)
Interpolate a transform from a sample set of existing transforms.static Transform
Transform. interpolate(AbsoluteDate date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Collection<Transform> sample)
Interpolate a transform from a sample set of existing transforms.Constructors in org.orekit.frames with parameters of type CartesianDerivativesFilter Constructor Description InterpolatingTransformProvider(TransformProvider rawProvider, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, int gridPoints, double step, int maxSlots, double maxSpan, double newSlotInterval)
Simple constructor.ShiftingTransformProvider(TransformProvider rawProvider, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, int gridPoints, double step, int maxSlots, double maxSpan, double newSlotInterval)
Simple constructor. -
Uses of CartesianDerivativesFilter in org.orekit.utils
Methods in org.orekit.utils that return CartesianDerivativesFilter Modifier and Type Method Description static CartesianDerivativesFilter
CartesianDerivativesFilter. getFilter(int order)
Get the filter corresponding to a maximum derivation order.static CartesianDerivativesFilter
CartesianDerivativesFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static CartesianDerivativesFilter[]
CartesianDerivativesFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-