@NcssGridRequestConstraint public class NcssGridParamsBean extends NcssParamsBean
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allRuntime |
protected boolean |
firstTimeOffset |
protected boolean |
latestRuntime |
protected ucar.nc2.time.CalendarDate |
runtimeDate |
protected Double |
timeOffsetVal |
accept, date, dateRange, east, latitude, longitude, north, south, temporal, time, time_duration, time_end, time_start, time_window, timeWindow, var, west| Constructor and Description |
|---|
NcssGridParamsBean() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getEnsCoord() |
Integer |
getHorizStride() |
Double |
getMaxx() |
Double |
getMaxy() |
Double |
getMinx() |
Double |
getMiny() |
ucar.unidata.geoloc.ProjectionRect |
getProjectionBB() |
String |
getRuntime() |
ucar.nc2.time.CalendarDate |
getRuntimeDate(ucar.nc2.time.Calendar cal) |
String |
getTimeOffset() |
Integer |
getTimeStride() |
Double |
getVertCoord() |
boolean |
hasProjectionBB() |
boolean |
isAddLatLon() |
ucar.nc2.ft2.coverage.SubsetParams |
makeSubset(ucar.nc2.ft2.coverage.CoverageCollection gcd) |
void |
setAddLatLon(boolean addLatLon) |
void |
setAllRuntime(boolean b) |
void |
setEnsCoord(Double ensCoord) |
void |
setFirstTimeOffset(boolean firstTimeOffset) |
void |
setHorizStride(Integer horizStride) |
void |
setLatestRuntime(boolean b) |
void |
setMaxx(Double maxx) |
void |
setMaxy(Double maxy) |
void |
setMinx(Double minx) |
void |
setMiny(Double miny) |
void |
setRuntime(String runtime) |
void |
setRuntimeDate(ucar.nc2.time.CalendarDate runtimeDate) |
void |
setTimeOffset(String timeOffset) |
void |
setTimeOffsetVal(Double timeOffsetVal) |
void |
setTimeStride(Integer timeStride) |
void |
setVertCoord(Double vertCoord) |
getAccept, getCalendarDateRange, getEast, getLatitude, getLatLonBoundingBox, getLongitude, getNorth, getRequestedDate, getSouth, getTemporal, getTime_duration, getTime_end, getTime_start, getTime_window, getTime, getTimeWindow, getVar, getWest, hasLatLonBB, hasLatLonPoint, intersectsTime, isAllTimes, isPresentTime, makeCalendarDateRange, parseTimeDuration, setAccept, setDate, setDateRange, setEast, setLatitude, setLongitude, setNorth, setSouth, setTemporal, setTime_duration, setTime_end, setTime_start, setTime_window, setTime, setTimeWindow, setVar, setWestprotected Double timeOffsetVal
protected boolean firstTimeOffset
protected ucar.nc2.time.CalendarDate runtimeDate
protected boolean latestRuntime
protected boolean allRuntime
public Double getMinx()
public void setMinx(Double minx)
public Double getMaxx()
public void setMaxx(Double maxx)
public Double getMiny()
public void setMiny(Double miny)
public Double getMaxy()
public void setMaxy(Double maxy)
public boolean isAddLatLon()
public void setAddLatLon(boolean addLatLon)
public Integer getHorizStride()
public void setHorizStride(Integer horizStride)
public Integer getTimeStride()
public void setTimeStride(Integer timeStride)
public boolean hasProjectionBB()
public ucar.unidata.geoloc.ProjectionRect getProjectionBB()
public Double getVertCoord()
public void setVertCoord(Double vertCoord)
public Double getEnsCoord()
public void setEnsCoord(Double ensCoord)
public String getRuntime()
public void setRuntime(String runtime)
public String getTimeOffset()
public void setTimeOffset(String timeOffset)
public void setTimeOffsetVal(Double timeOffsetVal)
public void setFirstTimeOffset(boolean firstTimeOffset)
public void setLatestRuntime(boolean b)
public void setAllRuntime(boolean b)
public void setRuntimeDate(ucar.nc2.time.CalendarDate runtimeDate)
public ucar.nc2.time.CalendarDate getRuntimeDate(ucar.nc2.time.Calendar cal)
public ucar.nc2.ft2.coverage.SubsetParams makeSubset(ucar.nc2.ft2.coverage.CoverageCollection gcd)