Class NcssParamsBean

    • Field Detail

      • accept

        protected String accept
      • time_start

        protected String time_start
      • time_end

        protected String time_end
      • time_duration

        protected String time_duration
      • temporal

        protected String temporal
      • time_window

        protected String time_window
      • north

        protected Double north
      • south

        protected Double south
      • latitude

        protected Double latitude
      • longitude

        protected Double longitude
      • timeWindow

        protected ucar.nc2.units.TimeDuration timeWindow
      • date

        protected ucar.nc2.time.CalendarDate date
      • dateRange

        protected ucar.nc2.time.CalendarDateRange dateRange
    • Constructor Detail

      • NcssParamsBean

        public NcssParamsBean()
    • Method Detail

      • getAccept

        public String getAccept()
      • setAccept

        public void setAccept​(String accept)
      • setVar

        public void setVar​(List<String> var)
      • getTime_start

        public String getTime_start()
      • setTime_start

        public void setTime_start​(String time_start)
      • getTime_end

        public String getTime_end()
      • setTime_end

        public void setTime_end​(String time_end)
      • getTime_duration

        public String getTime_duration()
      • setTime_duration

        public void setTime_duration​(String time_duration)
      • getTime

        public String getTime()
      • setTime

        public void setTime​(String time)
      • getTemporal

        public String getTemporal()
      • setTemporal

        public void setTemporal​(String temporal)
      • getTime_window

        public String getTime_window()
      • setTime_window

        public void setTime_window​(String time_window)
      • getNorth

        public Double getNorth()
      • setNorth

        public void setNorth​(Double north)
      • getSouth

        public Double getSouth()
      • setSouth

        public void setSouth​(Double south)
      • getEast

        public Double getEast()
      • setEast

        public void setEast​(Double east)
      • getWest

        public Double getWest()
      • setWest

        public void setWest​(Double west)
      • getLatitude

        public Double getLatitude()
      • setLatitude

        public void setLatitude​(Double latitude)
      • getLongitude

        public Double getLongitude()
      • setLongitude

        public void setLongitude​(Double longitude)
      • hasLatLonPoint

        public boolean hasLatLonPoint()
      • hasLatLonBB

        public boolean hasLatLonBB()
      • getLatLonBoundingBox

        public ucar.unidata.geoloc.LatLonRect getLatLonBoundingBox()
      • getTimeWindow

        public ucar.nc2.units.TimeDuration getTimeWindow()
      • setTimeWindow

        public void setTimeWindow​(ucar.nc2.units.TimeDuration timeWindow)
      • setDate

        public void setDate​(ucar.nc2.time.CalendarDate date)
      • setDateRange

        public void setDateRange​(ucar.nc2.time.CalendarDateRange dateRange)
      • isAllTimes

        public boolean isAllTimes()
      • isPresentTime

        public boolean isPresentTime()
      • getCalendarDateRange

        public ucar.nc2.time.CalendarDateRange getCalendarDateRange​(ucar.nc2.time.Calendar cal)
      • makeCalendarDateRange

        public ucar.nc2.time.CalendarDateRange makeCalendarDateRange​(ucar.nc2.time.Calendar cal)
      • getRequestedDate

        public ucar.nc2.time.CalendarDate getRequestedDate​(ucar.nc2.time.Calendar cal)
      • intersectsTime

        public boolean intersectsTime​(ucar.nc2.time.CalendarDateRange have,
                                      Formatter errs)