public static class CRD.MeteorologicalMeasurement extends Object implements TimeStamped
| Constructor and Description |
|---|
MeteorologicalMeasurement(AbsoluteDate date,
double pressure,
double temperature,
double humidity)
Constructor.
|
MeteorologicalMeasurement(AbsoluteDate date,
double pressure,
double temperature,
double humidity,
int originOfValues)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getDate()
Get the date.
|
double |
getHumidity()
Get the relative humidity at the surface.
|
int |
getOriginOfValues()
Get the origin of values.
|
double |
getPressure()
Get the surface pressure.
|
double |
getTemperature()
Get the surface temperature.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdurationFrompublic MeteorologicalMeasurement(AbsoluteDate date, double pressure, double temperature, double humidity)
date - data epochpressure - the surface pressure in barstemperature - the surface temperature in degrees Kelvinhumidity - the relative humidity at the surface in percentspublic MeteorologicalMeasurement(AbsoluteDate date, double pressure, double temperature, double humidity, int originOfValues)
date - data epochpressure - the surface pressure in barstemperature - the surface temperature in degrees Kelvinhumidity - the relative humidity at the surface in percentsoriginOfValues - Origin of valuespublic double getPressure()
public double getTemperature()
public double getHumidity()
public AbsoluteDate getDate()
getDate in interface TimeStampedpublic int getOriginOfValues()
@DefaultDataContext public String toCrdString()
@DefaultDataContext public String toString()
Copyright © 2002-2023 CS GROUP. All rights reserved.