Uses of Class
ucar.unidata.util.Range

Packages that use Range
ucar.unidata.data.grid DataSource classes and utilities for gridded data. 
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.control.chart Charting facilities used by DisplayControls. 
ucar.unidata.idv.flythrough   
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
ucar.unidata.ui.colortable UI classes for color tables. 
ucar.unidata.ui.symbol Meteorological symbol drawing. 
ucar.unidata.util General utilities. 
ucar.visad Provides support for hiding some of the complexity of the VisAD package. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of Range in ucar.unidata.data.grid
 

Methods in ucar.unidata.data.grid that return Range
static Range[] GridUtil.fieldMinMax(FlatField field)
          Find min and max of range data in any VisAD FlatField
static Range[] GridUtil.getMinMax(FieldImpl fieldImpl)
          get max and min of all range values in the current active fieldImpl
 Range GridDataInstance.getRange(int idx)
          Return the idx'th range value
 Range[] GridDataInstance.getRanges()
          Get all the data ranges for this grid
static Range GridUtil.makeRange(DataRange range)
          Make a range from a VisAD data range
static Range[] GridUtil.makeRanges(DataRange[] range)
          Make an array of Ranges from an array of DataRanges
 

Methods in ucar.unidata.data.grid with parameters of type Range
static DataRange GridUtil.makeDataRange(Range range)
          Make a DataRange from a Range
static DataRange[] GridUtil.makeDataRanges(Range[] range)
          Make an array of DataRanges from an array of Ranges
 

Uses of Range in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return Range
 Range DisplayConventions.getParamRange(String paramName, Unit unit)
          Set range of values for lower and upper parameter values locked to lower and upper entries in color table
 

Methods in ucar.unidata.idv with parameters of type Range
 ContourInfo DisplayConventions.findContourInfo(String paramName, RealType rangeType, Unit displayUnit, Range range)
          Find pre-determined contouring values for this parameter by name from the paramdefaults.xml file, or compute reasonable values of contouring values from the data itself.
 ContourInfo DisplayConventions.findContourInfo(String paramName, RealType rangeType, Unit displayUnit, Range range, ContourInfo contourInfo)
          Find pre-determined contouring values for this parameter by name from the paramdefaults.xml file, or compute reasonable values of contouring values from the data itself.
 

Uses of Range in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return Range
 Range GridDisplayControl.convertColorRange(Range rawRange)
          Utility to convert the given raw data range into the display units
 Range DisplayControlImpl.convertColorRange(Range rawRange, Unit rawUnit)
          Utility to convert the given raw data range into the display units
 Range DisplayControlImpl.convertRange(Range rawRange, Unit rawUnit, Unit outUnit)
          Utility to convert the given raw data range into the display units
 Range PointCloudControl.getColorRangeFromData()
          Get the color range from the data
 Range FlowCrossSectionControl.getColorRangeFromData()
          Return the range attribute of the colorTable (if non-null) else return null;
 Range GridDisplayControl.getColorRangeFromData()
          Return the range attribute of the colorTable (if non-null) else return null;
 Range ImageSequenceControl.getColorRangeFromData()
          Return the range attribute of the colorTable (if non-null) else return null;
 Range FlowPlanViewControl.getColorRangeFromData()
          Return the range attribute of the colorTable (if non-null) else return null;
protected  Range GridDisplayControl.getDataRangeInColorUnits()
          Get the range of the data in color units.
 Range FlowCrossSectionControl.getFlowRange()
          Get the flow range.
 Range FlowPlanViewControl.getFlowRange()
          Get the flow range.
protected  Range DisplayControlImpl.getInitialRange()
          Hook method to allow derived classes to return a different initial Range
protected  Range WindTimeHeightControl.getInitialRange()
          Get the initial range for the color table
protected  Range ImagePlanViewControl.getInitialRange()
          Get the initial range for the data and color table.
protected  Range ProfilerMultiStationControl.getInitialRange()
          Get the initial range for the color table
protected  Range PointCloudControl.getInitialRange()
          Hook method to allow derived classes to return a different initial Range
protected  Range GridDisplayControl.getInitialRange()
          Return the default range
protected  Range ImageSequenceControl.getInitialRange()
          Get the initial range for the data and color table.
protected  Range PlanViewControl.getLevelColorRange()
          Get the range for the current slice.
protected  Range FlowPlanViewControl.getLevelColorRange()
          Get the range for the current slice.
 Range RangeColorPreview.getRange()
          get the range
 Range DisplayControlImpl.getRange()
          Get the range for the parameter
 Range ColorTableWidget.getRange()
          Get the range for the data
 Range PlanViewControl.VerticalRangeWidget.getRange()
          Get the range information for this widget.
 Range ReadoutInfo.getRange()
          Get the Range property.
 Range DisplayControlImpl.getRangeForColorTable()
          Get the range for the color table.
 Range SelectRangeWidget.getRangeFromColorTable()
          Get the range from the color table
 Range PlanViewControl.VerticalRangeWidget.getRangeFromColorTable()
          Get the range from the color table
 Range DisplayControlImpl.getRangeToApply()
          Get the range to use to apply to displayables
 Range StationModelControl.getRangeToApply()
          Overwrite base class method to return the color range to use when applying to displayables.
 Range DisplayControlImpl.getSelectRange()
          Get the range for the data
 Range CrossSectionControl.getVerticalAxisRange()
          Get the range on the vertical Axis of the cross section
 Range PlanViewControl.getVerticalRange()
          Get the vertical range
 

Methods in ucar.unidata.idv.control with parameters of type Range
 Range GridDisplayControl.convertColorRange(Range rawRange)
          Utility to convert the given raw data range into the display units
 Range DisplayControlImpl.convertColorRange(Range rawRange, Unit rawUnit)
          Utility to convert the given raw data range into the display units
 Range DisplayControlImpl.convertRange(Range rawRange, Unit rawUnit, Unit outUnit)
          Utility to convert the given raw data range into the display units
 ColorTableWidget DisplayControlImpl.getColorTableWidget(Range r)
          Get the ColorTableWidget using the specified range.
 SelectRangeWidget DisplayControlImpl.getSelectRangeWidget(Range r)
          Get the SelectRangeWidget using the specified range.
 void FlowCrossSectionControl.setFlowRange(Range f)
          Set the flow range.
 void FlowPlanViewControl.setFlowRange(Range f)
          Set the flow range.
 void SelectRangeWidget.setRange(Range r)
          Set the range information for this widget.
 void RangeColorPreview.setRange(Range range)
          Set the range for the component
 void DisplayControlImpl.setRange(Range newRange)
          Set the range for the color table.
 void ColorTableWidget.setRange(Range r)
          Set the range for the color table.
 void PlanViewControl.VerticalRangeWidget.setRange(Range r)
          Set the range information for this widget.
 void ReadoutInfo.setRange(Range value)
          Set the Range property.
 void RangeColorPreview.setRange(Range range, Unit unit)
          Set the range for the component
 void DisplayControlImpl.setRange(String whichColortable, Range newRange)
          Set the range (from the colortablewidget)
 void ColorTableWidget.setRangeDialog(Range r)
          Set the value in the min max fields in the range dialog
 void RangeDialog.setRangeDialog(Range r)
          Set the value in the min max fields in the range dialog
 void RangeWidget.setRangeDialog(Range r)
          Set the dialog with the given range
 void DisplayControlImpl.setSelectRange(Range newRange)
          Set the range for the select data.
 void CrossSectionControl.setVerticalAxisRange(Range range)
          Set the range on the Y Axis of the cross section
 void PlanViewControl.setVerticalRange(Range vertRange)
          Set the range on the parameter topography ScalarMap
protected  void CrossSectionControl.setYAxisRange(XSDisplay display, Range range)
          Methods to do the things that need to be done when the data range changes.
protected  void DataTransectControl.setYAxisRange(XSDisplay display, Range range)
          Methods to do the things that need to be done when the data range changes.
 

Constructors in ucar.unidata.idv.control with parameters of type Range
ColorTableWidget(DisplayControlImpl theDisplayControl, ColorTableManager colorTableManager, ColorTable ct, Range r)
          Construct a ColorTableWidget
PlanViewControl.VerticalRangeWidget(PlanViewControl control, Range range)
          Construct a VerticalRangeWidget
PlanViewControl.VerticalRangeWidget(PlanViewControl control, Range range, String dialogTitle)
          Construct a VerticalRangeWidget
RangeDialog(DisplayControlImpl displayControl, Range r, String title, String setRangeMethod)
          Construct the widget.
RangeDialog(DisplayControlImpl displayControl, Range r, String title, String setRangeMethod, Component launcher)
          Construct the widget.
SelectRangeWidget(DisplayControlImpl control, Range range)
          Construct a SelectRangeWidget
SelectRangeWidget(DisplayControlImpl control, Range range, String dialogTitle)
          Construct a SelectRangeWidget
 

Uses of Range in ucar.unidata.idv.control.chart
 

Methods in ucar.unidata.idv.control.chart that return Range
 Range LineState.getRange()
          Get the Range property.
 

Methods in ucar.unidata.idv.control.chart with parameters of type Range
 void LineState.setRange(Range value)
          Set the Range property.
 void LineState.setRangeInProperties(Range r)
          apply range to gui
 

Uses of Range in ucar.unidata.idv.flythrough
 

Methods in ucar.unidata.idv.flythrough that return Range
 Range SampleInfo.getRange()
          Get the Range property.
 

Methods in ucar.unidata.idv.flythrough with parameters of type Range
 void SampleInfo.setRange(Range value)
          Set the Range property.
 

Constructors in ucar.unidata.idv.flythrough with parameters of type Range
SampleInfo(String name, Unit unit, Range range)
          _more_
 

Uses of Range in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui that return Range
 Range ParamDefaultsEditor.getParamRange(String paramName)
          Returns a Range based on the parameter name (e.g., rh, t, etc.)
 Range ParamInfo.getRange()
          Get the Range
 

Methods in ucar.unidata.idv.ui with parameters of type Range
 void ParamInfo.setRange(Range value)
          Set the range with the given Range value
 

Constructors in ucar.unidata.idv.ui with parameters of type Range
ParamInfo(String name, String colorTableName, Range range, ContourInfo ci, Unit displayUnit)
          Create this ParamInfo.
 

Uses of Range in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable with parameters of type Range
static ColorTable ColorTableDefaults.createColorTable(ArrayList l, String name, String category, float[][] table, boolean tableFlipped, Range range)
          Create a ColorTable and add it to the given list
 void ColorTableEditor.setRange(Range range)
          Set the range used by the color table canvas
 

Uses of Range in ucar.unidata.ui.symbol
 

Methods in ucar.unidata.ui.symbol that return Range
 Range MetSymbol.getColorTableRange()
          Get the ColorTableRange property.
 Range RotateInfo.getDataRange()
          Get the DataRange property.
 Range RotateInfo.getRange()
          Get the Range property.
 Range MetSymbol.getScaleDataRange()
          Get the ScaleRange property.
 Range MetSymbol.getScaleRange()
          Get the ScaleRange property.
 

Methods in ucar.unidata.ui.symbol with parameters of type Range
 void MetSymbol.setColorTableRange(Range value)
          Set the ColorTableRange property.
 void RotateInfo.setDataRange(Range value)
          Set the Range property.
 void RotateInfo.setRange(Range value)
          Set the Range property.
 void MetSymbol.setRotateDataRange(Range value)
          Set the RotateRange property.
 void MetSymbol.setRotateRange(Range value)
          Set the RotateRange property.
 void MetSymbol.setScaleDataRange(Range value)
          Set the ScaleRange property.
 void MetSymbol.setScaleRange(Range value)
          Set the ScaleRange property.
 

Uses of Range in ucar.unidata.util
 

Methods in ucar.unidata.util that return Range
 Range ColorTable.getRange()
          Get the Range for this color table.
 

Methods in ucar.unidata.util with parameters of type Range
 ColorTable ColorTable.init(String name, String category, ArrayList colors, ArrayList scales, ArrayList breakpoints, Range r)
          Initialize a color table a new ColorTable.
 ColorTable ColorTable.init(String name, String category, ArrayList colors, ArrayList breakpoints, Range r)
          Initialize a color table a new ColorTable.
 void ColorTable.setRange(Range r)
          Set the range for this table.
 

Constructors in ucar.unidata.util with parameters of type Range
Range(Range r)
          copy ctor
 

Uses of Range in ucar.visad
 

Methods in ucar.visad that return Range
static Range Util.convertRange(Range range, Unit rangeUnit, Unit outUnit)
          Utility to convert the given raw data range into the other units
 

Methods in ucar.visad with parameters of type Range
static Range Util.convertRange(Range range, Unit rangeUnit, Unit outUnit)
          Utility to convert the given raw data range into the other units
static double GeoUtils.normalizeLongitude(Range lonRange, double value)
          Normalize a longitude between the range of the max/min
static float GeoUtils.normalizeLongitude(Range lonRange, float value)
          Normalize a longitude between the range of the max/min
 

Uses of Range in ucar.visad.display
 

Methods in ucar.visad.display with parameters of type Range
 void FlowDisplayable.setFlowRange(Range flowRange)
          Set the range of the flow maps
 void Displayable.setRangeForColor(Range r)
          Just a wrapper around the other Displayable.setRangeForColor(double, double)
 void Displayable.setSelectedRange(Range r)
          Just a wrapper around the other Displayable.setSelectedRange(double, double)