Uses of Class
org.orekit.forces.gravity.potential.PotentialCoefficientsReader
Packages that use PotentialCoefficientsReader
Package
Description
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.potentialModifier and TypeClassDescriptionclassThis reader is adapted to the EGM Format.classReader for the GRGS gravity field format.classReader for the ICGEM gravity field format.classReader for the SHA gravity field format.classReader for the SHM gravity field format.Methods in org.orekit.forces.gravity.potential that return PotentialCoefficientsReaderModifier and TypeMethodDescriptionstatic PotentialCoefficientsReaderGravityFieldFactory.readGravityField(int maxParseDegree, int maxParseOrder) Read a gravity field coefficients provider from the first supported file.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 PotentialCoefficientsReaderModifier and TypeMethodDescriptionstatic voidGravityFieldFactory.addPotentialCoefficientsReader(PotentialCoefficientsReader reader) Add a reader for gravity fields.voidLazyLoadedGravityFields.addPotentialCoefficientsReader(PotentialCoefficientsReader reader) Add a reader for gravity fields.