Package thredds.server.ncss.params
Class NcssGridParamsBean
- java.lang.Object
-
- thredds.server.ncss.params.NcssParamsBean
-
- thredds.server.ncss.params.NcssGridParamsBean
-
@NcssGridRequestConstraint public class NcssGridParamsBean extends NcssParamsBean
Parameters specific to ncss grid- Since:
- 4/29/2015
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallRuntimeprotected booleanfirstTimeOffsetprotected booleanlatestRuntimeprotected ucar.nc2.time.CalendarDateruntimeDateprotected DoubletimeOffsetVal-
Fields inherited from class thredds.server.ncss.params.NcssParamsBean
accept, date, dateRange, east, latitude, longitude, north, south, temporal, time, time_duration, time_end, time_start, time_window, timeWindow, var, west
-
-
Constructor Summary
Constructors Constructor Description NcssGridParamsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetEnsCoord()IntegergetHorizStride()DoublegetMaxx()DoublegetMaxy()DoublegetMinx()DoublegetMiny()ucar.unidata.geoloc.ProjectionRectgetProjectionBB()StringgetRuntime()ucar.nc2.time.CalendarDategetRuntimeDate(ucar.nc2.time.Calendar cal)StringgetTimeOffset()IntegergetTimeStride()DoublegetVertCoord()booleanhasProjectionBB()booleanisAddLatLon()ucar.nc2.ft2.coverage.SubsetParamsmakeSubset(ucar.nc2.ft2.coverage.CoverageCollection gcd)voidsetAddLatLon(boolean addLatLon)voidsetAllRuntime(boolean b)voidsetEnsCoord(Double ensCoord)voidsetFirstTimeOffset(boolean firstTimeOffset)voidsetHorizStride(Integer horizStride)voidsetLatestRuntime(boolean b)voidsetMaxx(Double maxx)voidsetMaxy(Double maxy)voidsetMinx(Double minx)voidsetMiny(Double miny)voidsetRuntime(String runtime)voidsetRuntimeDate(ucar.nc2.time.CalendarDate runtimeDate)voidsetTimeOffset(String timeOffset)voidsetTimeOffsetVal(Double timeOffsetVal)voidsetTimeStride(Integer timeStride)voidsetVertCoord(Double vertCoord)-
Methods inherited from class thredds.server.ncss.params.NcssParamsBean
getAccept, getCalendarDateRange, getEast, getLatitude, getLatLonBoundingBox, getLongitude, getNorth, getRequestedDate, getSouth, getTemporal, getTime, getTime_duration, getTime_end, getTime_start, getTime_window, getTimeWindow, getVar, getWest, hasLatLonBB, hasLatLonPoint, intersectsTime, isAllTimes, isPresentTime, makeCalendarDateRange, parseTimeDuration, setAccept, setDate, setDateRange, setEast, setLatitude, setLongitude, setNorth, setSouth, setTemporal, setTime, setTime_duration, setTime_end, setTime_start, setTime_window, setTimeWindow, setVar, setWest
-
-
-
-
Field Detail
-
timeOffsetVal
protected Double timeOffsetVal
-
firstTimeOffset
protected boolean firstTimeOffset
-
runtimeDate
protected ucar.nc2.time.CalendarDate runtimeDate
-
latestRuntime
protected boolean latestRuntime
-
allRuntime
protected boolean allRuntime
-
-
Method Detail
-
getMinx
public Double getMinx()
-
setMinx
public void setMinx(Double minx)
-
getMaxx
public Double getMaxx()
-
setMaxx
public void setMaxx(Double maxx)
-
getMiny
public Double getMiny()
-
setMiny
public void setMiny(Double miny)
-
getMaxy
public Double getMaxy()
-
setMaxy
public void setMaxy(Double maxy)
-
isAddLatLon
public boolean isAddLatLon()
-
setAddLatLon
public void setAddLatLon(boolean addLatLon)
-
getHorizStride
public Integer getHorizStride()
-
setHorizStride
public void setHorizStride(Integer horizStride)
-
getTimeStride
public Integer getTimeStride()
-
setTimeStride
public void setTimeStride(Integer timeStride)
-
hasProjectionBB
public boolean hasProjectionBB()
-
getProjectionBB
public ucar.unidata.geoloc.ProjectionRect getProjectionBB()
-
getVertCoord
public Double getVertCoord()
-
setVertCoord
public void setVertCoord(Double vertCoord)
-
getEnsCoord
public Double getEnsCoord()
-
setEnsCoord
public void setEnsCoord(Double ensCoord)
-
getRuntime
public String getRuntime()
-
setRuntime
public void setRuntime(String runtime)
-
getTimeOffset
public String getTimeOffset()
-
setTimeOffset
public void setTimeOffset(String timeOffset)
-
setTimeOffsetVal
public void setTimeOffsetVal(Double timeOffsetVal)
-
setFirstTimeOffset
public void setFirstTimeOffset(boolean firstTimeOffset)
-
setLatestRuntime
public void setLatestRuntime(boolean b)
-
setAllRuntime
public void setAllRuntime(boolean b)
-
setRuntimeDate
public void setRuntimeDate(ucar.nc2.time.CalendarDate runtimeDate)
-
getRuntimeDate
public ucar.nc2.time.CalendarDate getRuntimeDate(ucar.nc2.time.Calendar cal)
-
makeSubset
public ucar.nc2.ft2.coverage.SubsetParams makeSubset(ucar.nc2.ft2.coverage.CoverageCollection gcd)
-
-