Uses of Class
org.orekit.forces.gravity.potential.PotentialCoefficientsReader
-
Packages that use PotentialCoefficientsReader Package Description org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of PotentialCoefficientsReader in org.orekit.forces.gravity.potential
Subclasses of PotentialCoefficientsReader in org.orekit.forces.gravity.potential Modifier and Type Class Description classEGMFormatReaderThis reader is adapted to the EGM Format.classGRGSFormatReaderReader for the GRGS gravity field format.classICGEMFormatReaderReader for the ICGEM gravity field format.classSHMFormatReaderReader for the SHM gravity field format.Methods in org.orekit.forces.gravity.potential that return PotentialCoefficientsReader Modifier and Type Method Description static PotentialCoefficientsReaderGravityFieldFactory. readGravityField(int maxParseDegree, int maxParseOrder)Read a gravity field coefficients provider from the first supported file.PotentialCoefficientsReaderLazyLoadedGravityFields. readGravityField(int maxParseDegree, int maxParseOrder)Read a gravity field coefficients provider from the first supported file.Methods in org.orekit.forces.gravity.potential with parameters of type PotentialCoefficientsReader Modifier and Type Method Description static voidGravityFieldFactory. addPotentialCoefficientsReader(PotentialCoefficientsReader reader)Add a reader for gravity fields.voidLazyLoadedGravityFields. addPotentialCoefficientsReader(PotentialCoefficientsReader reader)Add a reader for gravity fields.
-