| Modifier and Type | Field and Description |
|---|---|
protected JplQuikScatCalendar |
calendar |
protected double |
dateRangeMax
Max point of date range (seconds since reference epoch).
|
protected double |
dateRangeMin
Min point of date range (seconds since reference epoch).
|
protected boolean |
dateRangeSet |
protected double |
longitudeRangeMax
Max point of longitude range (degree_east).
|
protected double |
longitudeRangeMin
Min point of longitude range (degree_east).
|
protected boolean |
longitudeRangeSet |
| Constructor and Description |
|---|
JplQuikScatUserQuery(JplQuikScatCalendar calendar) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDateRangeMax() |
Date |
getDateRangeMaxDate() |
double |
getDateRangeMin() |
Date |
getDateRangeMinDate() |
double |
getLongitudeRangeMax() |
double |
getLongitudeRangeMin() |
boolean |
isDateRangeSet() |
boolean |
isLongitudeRangeSet() |
boolean |
isSet()
Return true if the UserQuery is set, false otherwise.
|
void |
setDateRange(double min,
double max)
Set the date range of this query.
|
void |
setDateRange(String minString,
String maxString)
Set the date range of this query.
|
void |
setLongitudeRange(double min,
double max)
Set the longitude range of this query.
|
void |
setLongitudeRange(String minString,
String maxString)
Set the longitude range of this query.
|
protected double dateRangeMin
protected double dateRangeMax
protected boolean dateRangeSet
protected double longitudeRangeMin
protected double longitudeRangeMax
protected boolean longitudeRangeSet
protected JplQuikScatCalendar calendar
public JplQuikScatUserQuery(JplQuikScatCalendar calendar)
public void setDateRange(String minString, String maxString)
minString - - the date range minimum (seconds since reference epoch).maxString - - the date range maximum (seconds since reference epoch).NumberFormatException - if min and max value strings do not represent doubles.IllegalArgumentException - if one but not both of min and max are null or if min is greater than max.public void setDateRange(double min,
double max)
min - - the date range minimum (seconds since reference epoch).max - - the date range maximum (seconds since reference epoch).IllegalArgumentException - if min is greater than max.public boolean isDateRangeSet()
public double getDateRangeMin()
public double getDateRangeMax()
public Date getDateRangeMinDate()
public Date getDateRangeMaxDate()
public void setLongitudeRange(String minString, String maxString)
minString - - the longitude range minimum (degrees east).maxString - - the longitude range maximum (degrees east).NumberFormatException - if min and max value strings do not represent doubles.IllegalArgumentException - if one but not both of min and max are null.public void setLongitudeRange(double min,
double max)
min - - the longitude range minimum (degrees east).max - - the longitude range maximum (degrees east).public boolean isLongitudeRangeSet()
public double getLongitudeRangeMin()
public double getLongitudeRangeMax()
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.