Class NcssGridParamsBean

    • 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
    • Constructor Detail

      • NcssGridParamsBean

        public NcssGridParamsBean()
    • 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)