Package thredds.server.ncss.params
Class NcssGridParamsBean
java.lang.Object
thredds.server.ncss.params.NcssParamsBean
thredds.server.ncss.params.NcssGridParamsBean
Parameters specific to ncss grid
- Since:
- 4/29/2015
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected ucar.nc2.time.CalendarDateprotected DoubleFields 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 -
Method Summary
Modifier and TypeMethodDescriptiongetMaxx()getMaxy()getMinx()getMiny()ucar.unidata.geoloc.ProjectionRectucar.nc2.time.CalendarDategetRuntimeDate(ucar.nc2.time.Calendar cal) booleanbooleanucar.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) voidvoidvoidvoidvoidsetRuntime(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 Details
-
timeOffsetVal
-
firstTimeOffset
protected boolean firstTimeOffset -
runtimeDate
protected ucar.nc2.time.CalendarDate runtimeDate -
latestRuntime
protected boolean latestRuntime -
allRuntime
protected boolean allRuntime
-
-
Constructor Details
-
NcssGridParamsBean
public NcssGridParamsBean()
-
-
Method Details
-
getMinx
-
setMinx
-
getMaxx
-
setMaxx
-
getMiny
-
setMiny
-
getMaxy
-
setMaxy
-
isAddLatLon
public boolean isAddLatLon() -
setAddLatLon
public void setAddLatLon(boolean addLatLon) -
getHorizStride
-
setHorizStride
-
getTimeStride
-
setTimeStride
-
hasProjectionBB
public boolean hasProjectionBB() -
getProjectionBB
public ucar.unidata.geoloc.ProjectionRect getProjectionBB() -
getVertCoord
-
setVertCoord
-
getEnsCoord
-
setEnsCoord
-
getRuntime
-
setRuntime
-
getTimeOffset
-
setTimeOffset
-
setTimeOffsetVal
-
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)
-