public class EGMFormatReader extends PotentialCoefficientsReader
The proper way to use this class is to call the GravityFieldFactory which will determine which reader to use
with the selected potential coefficients file
GravityFieldFactory,
Serialized Formae, mu, normalizedC, normalizedJ, normalizedS, normalizedSigmasC, normalizedSigmasS, readCompleted, readSigmas| Constructor and Description |
|---|
EGMFormatReader(String supportedNames,
boolean missingCoefficientsAllowed)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
loadData(InputStream input,
String name)
Load data from a stream.
|
getAe, getC, getJ, getMu, getS, getSigmaC, getSigmaS, getSupportedNames, missingCoefficientsAllowed, stillAcceptsDatapublic EGMFormatReader(String supportedNames, boolean missingCoefficientsAllowed)
supportedNames - regular expression for supported files namesmissingCoefficientsAllowed - if true, allows missing coefficients in the input datapublic void loadData(InputStream input, String name) throws IOException, ParseException, PatriusException
loadData in interface DataLoaderloadData in class PotentialCoefficientsReaderinput - data input streamname - name of the file (or zip entry)IOException - if data can't be readParseException - if data can't be parsedPatriusException - if some data is missing
or if some loader specific error occursCopyright © 2025 CNES. All rights reserved.