Uses of Class
org.orekit.propagation.semianalytical.dsst.utilities.CoefficientsFactory.NSKey
Packages that use CoefficientsFactory.NSKey
Package
Description
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.NSKeyModifier and TypeMethodDescriptionstatic 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.NSKeyModifier and TypeMethodDescriptionintCoefficientsFactory.NSKey.compareTo(CoefficientsFactory.NSKey key) Constructor parameters in org.orekit.propagation.semianalytical.dsst.utilities with type arguments of type CoefficientsFactory.NSKeyModifierConstructorDescriptionFieldLnsCoefficients(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.