Uses of Class
org.orekit.propagation.semianalytical.dsst.utilities.CoefficientsFactory.NSKey
-
Packages that use CoefficientsFactory.NSKey Package Description org.orekit.propagation.semianalytical.dsst.utilities This package provides utilities for Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of CoefficientsFactory.NSKey in org.orekit.propagation.semianalytical.dsst.utilities
Methods in org.orekit.propagation.semianalytical.dsst.utilities that return types with arguments of type CoefficientsFactory.NSKey Modifier and Type Method Description static SortedMap<CoefficientsFactory.NSKey,Double>
CoefficientsFactory. computeVns(int order)
Compute the Vn,s coefficients from 2.8.2-(1)(2).Methods in org.orekit.propagation.semianalytical.dsst.utilities with parameters of type CoefficientsFactory.NSKey Modifier and Type Method Description int
CoefficientsFactory.NSKey. compareTo(CoefficientsFactory.NSKey key)
Constructor parameters in org.orekit.propagation.semianalytical.dsst.utilities with type arguments of type CoefficientsFactory.NSKey Constructor Description FieldLnsCoefficients(int nMax, int sMax, T[][] Qns, SortedMap<CoefficientsFactory.NSKey,Double> Vns, T roa, Field<T> field)
Create a set of Lns(γ) coefficients.LnsCoefficients(int nMax, int sMax, double[][] Qns, SortedMap<CoefficientsFactory.NSKey,Double> Vns, double roa)
Create a set of Lns(γ) coefficients.
-