Package thredds.server.ncss.params
Class NcssPointParamsBean
- java.lang.Object
-
- thredds.server.ncss.params.NcssParamsBean
-
- thredds.server.ncss.params.NcssPointParamsBean
-
public class NcssPointParamsBean extends NcssParamsBean
Parameters specific to ncss point- Since:
- 4/29/2015
-
-
Field Summary
-
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 NcssPointParamsBean()NcssPointParamsBean(NcssParamsBean from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getStns()booleanhasStations()ucar.nc2.ft2.coverage.SubsetParamsmakeSubset()voidsetStns(List<String> stns)-
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
-
-
-
-
Constructor Detail
-
NcssPointParamsBean
public NcssPointParamsBean()
-
NcssPointParamsBean
public NcssPointParamsBean(NcssParamsBean from)
-
-