Package | Description |
---|---|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static PotentialCoefficientsReader |
GravityFieldFactory.readGravityField(int maxParseDegree,
int maxParseOrder) |
Read a gravity field coefficients provider from the first supported file.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
GravityFieldFactory.addPotentialCoefficientsReader(PotentialCoefficientsReader reader) |
Add a reader for gravity fields.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.