public class SHMFormatReader extends PotentialCoefficientsReader
This format was used to describe the gravity field of EIGEN models published by the GFZ Potsdam up to 2003. It was
then replaced by ICGEM format
. The SHM format is described in Potsdam university website.
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
ae, mu, normalizedC, normalizedJ, normalizedS, readCompleted
Constructor and Description |
---|
SHMFormatReader(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, getSupportedNames, missingCoefficientsAllowed, stillAcceptsData
public SHMFormatReader(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 DataLoader
loadData
in class PotentialCoefficientsReader
input
- 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 © 2019 CNES. All Rights Reserved.