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 class
EGMFormatReader
This reader is adapted to the EGM Format.class
GRGSFormatReader
Reader for the GRGS gravity field format.class
ICGEMFormatReader
Reader for the ICGEM gravity field format.class
SHMFormatReader
Reader for the SHM gravity field format.Methods in org.orekit.forces.gravity.potential that return PotentialCoefficientsReader Modifier and Type Method Description static PotentialCoefficientsReader
GravityFieldFactory. readGravityField(int maxParseDegree, int maxParseOrder)
Read a gravity field coefficients provider from the first supported file.PotentialCoefficientsReader
LazyLoadedGravityFields. 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 void
GravityFieldFactory. addPotentialCoefficientsReader(PotentialCoefficientsReader reader)
Add a reader for gravity fields.void
LazyLoadedGravityFields. addPotentialCoefficientsReader(PotentialCoefficientsReader reader)
Add a reader for gravity fields.
-