public class GlobalMappingFunctionModel extends Object implements MappingFunction
The Global Mapping Function is based on spherical harmonics up
to degree and order of 9. It was developed to be consistent
with the Vienna1 mapping function model.
| Constructor and Description |
|---|
GlobalMappingFunctionModel(double latitude,
double longitude)
Build a new instance.
|
GlobalMappingFunctionModel(double latitude,
double longitude,
TimeScale utc)
Build a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for tropospheric model parameters.
|
double[] |
mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
<T extends RealFieldElement<T>> |
mappingFactors(T elevation,
T height,
T[] parameters,
FieldAbsoluteDate<T> date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameters, getParameters@DefaultDataContext public GlobalMappingFunctionModel(double latitude, double longitude)
This constructor uses the default data context.
latitude - geodetic latitude of the station, in radianslongitude - geodetic latitude of the station, in radiansGlobalMappingFunctionModel(double, double, TimeScale)public GlobalMappingFunctionModel(double latitude,
double longitude,
TimeScale utc)
latitude - geodetic latitude of the station, in radianslongitude - geodetic latitude of the station, in radiansutc - UTC time scale.public double[] mappingFactors(double elevation,
double height,
double[] parameters,
AbsoluteDate date)
mappingFactors in interface MappingFunctionelevation - the elevation of the satellite, in radians.height - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current datepublic <T extends RealFieldElement<T>> T[] mappingFactors(T elevation, T height, T[] parameters, FieldAbsoluteDate<T> date)
mappingFactors in interface MappingFunctionT - type of the elementselevation - the elevation of the satellite, in radians.height - the height of the station in m above sea level.parameters - tropospheric model parameters.date - current datepublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface MappingFunctionCopyright © 2002-2020 CS GROUP. All rights reserved.