public class FESCHatEpsilonReader extends OceanTidesReader
Constructor and Description |
---|
FESCHatEpsilonReader(String supportedNames, double scaleCHat, double scaleEpsilon, OceanLoadDeformationCoefficients oldc, Map<Integer,Double> astronomicalAmplitudes)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
loadData(InputStream input, String name)
从流中加载数据。
|
addWaveCoefficients, canAdd, endParse, getMaxAvailableDegree, getMaxAvailableOrder, getMaxParseDegree, getMaxParseOrder, getSupportedNames, getWaves, setMaxParseDegree, setMaxParseOrder, startParse, stillAcceptsData
public FESCHatEpsilonReader(String supportedNames, double scaleCHat, double scaleEpsilon, OceanLoadDeformationCoefficients oldc, Map<Integer,Double> astronomicalAmplitudes)
supportedNames
- 支持的文件名的正则表达式
scaleCHat
- CHat参数的比例
scaleEpsilon
- epsilon参数的比例
oldc
- 加载海洋潮汐的变形系数
astronomicalAmplitudes
- 天文振幅的映射
AstronomicalAmplitudeReader.getAstronomicalAmplitudesMap()
public void loadData(InputStream input, String name) throws IOException
input
- 数据输入流
name
- 文件名(或zip条目)
IOException
- 如果无法读取数据
Copyright © 2002-2023 CS GROUP. All rights reserved.