public interface EnvironmentDataSource
Modifier and Type | Interface and Description |
---|---|
static class |
EnvironmentDataSource.LatitudeLongitudeRectangle |
Modifier and Type | Field and Description |
---|---|
static int |
AIR |
static int |
AIR_EW |
static int |
AIR_NS |
static int |
AIR_PRESS |
static int |
AIR_TEMP |
static int |
AIR_UD |
static int |
CURRENT |
static int |
CURRENT_EW |
static int |
CURRENT_NS |
static int |
CURRENT_UD |
static int |
DENS_ANOM |
static int |
EW |
static int |
NS |
static int |
SALINITY |
static int |
SEASTATE |
static int |
SURF_ELEV |
static int |
UD |
static int |
WATER_TEMP |
Modifier and Type | Method and Description |
---|---|
EnvironmentDataSource.LatitudeLongitudeRectangle[] |
getCoverage() |
String |
getDescription() |
int |
getParameterMask() |
double |
getVariable(int var,
double lat,
double lon,
double depth,
Date date) |
double |
getVariable(int var,
double lat,
double lon,
double depth,
long time) |
double[] |
getVariableAr(int var,
double lat,
double lon,
double depth,
Date date) |
double[] |
getVariableAr(int var,
double lat,
double lon,
double depth,
long time) |
void |
setDescription(String s) |
void |
setParamMask(int mask) |
static final int CURRENT_EW
static final int CURRENT_NS
static final int CURRENT_UD
static final int CURRENT
static final int AIR_EW
static final int AIR_NS
static final int AIR_UD
static final int AIR
static final int AIR_PRESS
static final int AIR_TEMP
static final int WATER_TEMP
static final int DENS_ANOM
static final int SURF_ELEV
static final int SALINITY
static final int SEASTATE
static final int EW
static final int NS
static final int UD
double getVariable(int var, double lat, double lon, double depth, Date date) throws EnviroException
EnviroException
double[] getVariableAr(int var, double lat, double lon, double depth, Date date) throws EnviroException
EnviroException
double getVariable(int var, double lat, double lon, double depth, long time) throws EnviroException
EnviroException
double[] getVariableAr(int var, double lat, double lon, double depth, long time) throws EnviroException
EnviroException
EnvironmentDataSource.LatitudeLongitudeRectangle[] getCoverage()
void setDescription(String s)
String getDescription()
int getParameterMask()
void setParamMask(int mask)