Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Range[] |
GridUtil.fieldMinMax(visad.FlatField field)
Find min and max of range data in any VisAD FlatField
|
static Range[] |
WrfUtil.fieldMinMax(visad.FlatField field,
java.lang.String function)
Find min and max of range data in any VisAD FlatField
|
static Range[] |
GridUtil.getMinMax(visad.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(visad.data.DataRange range)
Make a range from a VisAD data range
|
static Range[] |
GridUtil.makeRanges(visad.data.DataRange[] range)
Make an array of Ranges from an array of DataRanges
|
Modifier and Type | Method and Description |
---|---|
static visad.data.DataRange |
GridUtil.makeDataRange(Range range)
Make a DataRange from a Range
|
static visad.data.DataRange[] |
GridUtil.makeDataRanges(Range[] range)
Make an array of DataRanges from an array of Ranges
|
Modifier and Type | Method and Description |
---|---|
Range |
DisplayConventions.getParamRange(java.lang.String paramName,
visad.Unit unit)
Set range of values for lower and upper parameter values locked
to lower and upper entries in color table.
|
Modifier and Type | Method and Description |
---|---|
ContourInfo |
DisplayConventions.findContourInfo(java.lang.String paramName,
visad.RealType rangeType,
visad.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(java.lang.String paramName,
visad.RealType rangeType,
visad.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.
|
Modifier and Type | Field and Description |
---|---|
protected Range |
CrossSectionControl.verticalAxisRange
range for Y axis
|
Modifier and Type | Method and Description |
---|---|
Range |
GridDisplayControl.convertColorRange(Range rawRange)
Utility to convert the given raw data range into the display units
|
Range |
DisplayControlImpl.convertColorRange(Range rawRange,
visad.Unit rawUnit)
Utility to convert the given raw data range into the display units
|
Range |
DisplayControlImpl.convertRange(Range rawRange,
visad.Unit rawUnit,
visad.Unit outUnit)
Utility to convert the given raw data range into the display units
|
Range |
ImageSequenceControl.getColorRangeFromData()
Return the range attribute of the colorTable (if non-null)
else return null;
|
Range |
FlowCrossSectionControl.getColorRangeFromData()
Return the range attribute of the colorTable (if non-null)
else return null;
|
Range |
PointCloudControl.getColorRangeFromData()
Get the color range from the data
|
Range |
GridDisplayControl.getColorRangeFromData()
Return the range attribute of the colorTable (if non-null)
else return null;
|
Range |
CrossSectionControl.getCrossSectionVerticalRange(visad.GriddedSet domainSet)
_more_
|
protected Range |
GridDisplayControl.getDataRangeInColorUnits()
Get the range of the data in color units.
|
Range |
CrossSectionControl.getDataVerticalRange()
_more_
|
Range |
CrossSectionControl.getDefaultVerticalRange()
_more_
|
Range |
RadarCrossSectionControl.getDefaultVerticalRange()
_more_
|
Range |
VolumeVectorControl.getFlowColorRange()
_more_
|
Range |
FlowPlanViewControl.getFlowColorRange()
_more_
|
Range |
GridTrajectoryControlNew.MyTrajectoryControl.getFlowColorRange()
_more_
|
Range |
FlowCrossSectionControl.getFlowRange()
Get the flow range.
|
Range |
VolumeVectorControl.getFlowRange()
Get the flow range.
|
Range |
FlowPlanViewControl.getFlowRange()
Get the flow range.
|
Range |
GridTrajectoryControlNew.MyTrajectoryControl.getFlowRange()
Get the flow range.
|
Range |
ScatterDisplay.getImageRange(visad.FlatField image)
_more_
|
protected Range |
ImageSequenceControl.getInitialRange()
Get the initial range for the data and color table.
|
protected Range |
DisplayControlImpl.getInitialRange()
Hook method to allow derived classes to return a different
initial
Range |
protected Range |
ProfilerMultiStationControl.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 |
WindTimeHeightControl.getInitialRange()
Get the initial range for the color table
|
protected Range |
VolumeVectorControl.getInitialRange()
_more_
|
protected Range |
DrawingControl.getInitialRange()
Hook method to allow derived classes to return a different
initial
Range |
protected Range |
PointCloudControl.getInitialRange()
Hook method to allow derived classes to return a different
initial
Range |
protected Range |
FlowPlanViewControl.getInitialRange()
_more_
|
protected Range |
GridTrajectoryControlNew.MyTrajectoryControl.getInitialRange()
_more_
|
protected Range |
GridDisplayControl.getInitialRange()
Return the default range
|
protected Range |
PlanViewControl.getLevelColorRange()
Get the range for the current slice.
|
Range |
CrossSectionControl.getLineRange()
get line range -- should be overridden by sub classes that
actually set the value
|
Range |
DataTransectControl.getLineRange()
return lineRange for widgets
|
Range |
DisplayControlImpl.getRange()
Get the range for the parameter
|
Range |
PlanViewControl.VerticalRangeWidget.getRange()
Get the range information for this widget.
|
Range |
GridTrajectoryControl.MyTrackControl.getRange()
_more_
|
Range |
RangeColorPreview.getRange()
get the range
|
Range |
ColorTableWidget.getRange()
Get the range for the data
|
Range |
FlowPlanViewControl.getRange()
_more_
|
Range |
GridTrajectoryControlNew.MyTrajectoryControl.getRange()
_more_
|
Range |
ReadoutInfo.getRange()
Get the Range property.
|
Range |
DisplayControlImpl.getRangeForColorTable()
Get the range for the color table.
|
Range |
ContourCrossSectionControl.MyContourCrossSectionControl.getRangeForColorTable()
Get the range for the color table.
|
Range |
TimeHeightControl.MyTimeHeightControl.getRangeForColorTable()
Get the range for the color table.
|
Range |
FlowCrossSectionControl.MyFlowCrossSectionControl.getRangeForColorTable()
Get the range for the color table.
|
Range |
VolumeVectorControl.getRangeForColorTable()
_more_
|
Range |
FlowPlanViewControl.getRangeForColorTable()
_more_
|
Range |
GridTrajectoryControlNew.MyTrajectoryControl.getRangeForColorTable()
_more_
|
Range |
StationModelControl.getRangeForColorTable()
Get the range for the color table.
|
Range |
PlanViewControl.VerticalRangeWidget.getRangeFromColorTable()
Get the range from the color table
|
Range |
SelectRangeWidget.getRangeFromColorTable()
Get the range from the color table
|
Range |
DisplayControlImpl.getRangeToApply()
Get the range to use to apply to displayables
|
Range |
GridTrajectoryControl.getRangeToApply()
_more_
|
Range |
GridTrajectoryControlNew.getRangeToApply()
_more_
|
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[] |
FlowPlanViewControl.getSpeedRange(visad.FieldImpl ff)
_more_
|
Range |
GridTrajectoryControl.getTrjColorRange()
_more_
|
Range |
GridTrajectoryControlNew.getTrjColorRange()
_more_
|
Range |
CrossSectionControl.getVerticalAxisRange()
Get the range on the vertical Axis of the cross section
|
Range |
PlanViewControl.getVerticalRange()
Get the vertical range
|
Modifier and Type | Method and Description |
---|---|
Range |
GridDisplayControl.convertColorRange(Range rawRange)
Utility to convert the given raw data range into the display units
|
Range |
DisplayControlImpl.convertColorRange(Range rawRange,
visad.Unit rawUnit)
Utility to convert the given raw data range into the display units
|
Range |
DisplayControlImpl.convertRange(Range rawRange,
visad.Unit rawUnit,
visad.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.
|
DisplayMaster |
ScatterDisplay.makeImageDisplay(visad.georef.MapProjection mapProj,
visad.FlatField image,
visad.FlatField mask_image,
Range imageRange,
ColorTable colorTable)
_more_
|
void |
VolumeVectorControl.setFlowColorRange(Range colorRange)
_more_
|
void |
FlowPlanViewControl.setFlowColorRange(Range colorRange)
_more_
|
void |
GridTrajectoryControlNew.MyTrajectoryControl.setFlowColorRange(Range colorRange)
_more_
|
void |
FlowCrossSectionControl.setFlowRange(Range f)
Set the flow range.
|
void |
VolumeVectorControl.setFlowRange(Range f)
Set the flow range.
|
void |
FlowPlanViewControl.setFlowRange(Range f)
Set the flow range.
|
void |
GridTrajectoryControlNew.MyTrajectoryControl.setFlowRange(Range f)
Set the flow range.
|
void |
DisplayControlImpl.setRange(Range newRange)
Set the range for the color table.
|
void |
PlanViewControl.VerticalRangeWidget.setRange(Range r)
Set the range information for this widget.
|
void |
GridTrajectoryControl.MyTrackControl.setRange(Range nRange)
_more_
|
void |
RangeColorPreview.setRange(Range range)
Set the range for the component
|
void |
SelectRangeWidget.setRange(Range r)
Set the range information for this widget.
|
void |
ImagePlanViewControl.setRange(Range newRange)
_more_
|
void |
ColorTableWidget.setRange(Range r)
Set the range for the color table.
|
void |
FlowPlanViewControl.setRange(Range nRange)
_more_
|
void |
GridTrajectoryControlNew.MyTrajectoryControl.setRange(Range nRange)
_more_
|
void |
ReadoutInfo.setRange(Range value)
Set the Range property.
|
void |
RangeColorPreview.setRange(Range range,
visad.Unit unit)
Set the range for the component
|
void |
DisplayControlImpl.setRange(java.lang.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 |
GridTrajectoryControl.setTrjColorRange(Range crange)
_more_
|
void |
GridTrajectoryControlNew.setTrjColorRange(Range crange)
_more_
|
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.
|
void |
HydraControl.updateRange(Range range) |
Constructor and Description |
---|
ColorTableWidget(DisplayControlImpl theDisplayControl,
ColorTableManager colorTableManager,
ColorTable ct,
Range r)
Construct a ColorTableWidget
|
RangeDialog(DisplayControlImpl displayControl,
Range r,
java.lang.String title,
java.lang.String setRangeMethod)
Construct the widget.
|
RangeDialog(DisplayControlImpl displayControl,
Range r,
java.lang.String title,
java.lang.String setRangeMethod,
java.awt.Component launcher)
Construct the widget.
|
SelectRangeWidget(DisplayControlImpl control,
Range range)
Construct a SelectRangeWidget
|
SelectRangeWidget(DisplayControlImpl control,
Range range,
java.lang.String dialogTitle)
Construct a SelectRangeWidget
|
VerticalRangeWidget(PlanViewControl control,
Range range)
Construct a VerticalRangeWidget
|
VerticalRangeWidget(PlanViewControl control,
Range range,
java.lang.String dialogTitle)
Construct a VerticalRangeWidget
|
Modifier and Type | Method and Description |
---|---|
Range |
LineState.getRange()
Get the Range property.
|
Modifier and Type | Method and Description |
---|---|
void |
LineState.setRange(Range value)
Set the Range property.
|
void |
LineState.setRangeInProperties(Range r)
apply range to gui
|
Modifier and Type | Method and Description |
---|---|
Range |
SampleInfo.getRange()
Get the Range property.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleInfo.setRange(Range value)
Set the Range property.
|
Constructor and Description |
---|
SampleInfo(java.lang.String name,
visad.Unit unit,
Range range)
_more_
|
Modifier and Type | Method and Description |
---|---|
Range |
ParamDefaultsEditor.getParamRange(java.lang.String paramName)
Returns a Range based on the parameter name (e.g., rh, t, etc.)
|
Range |
ParamInfo.getRange()
Get the
Range |
Modifier and Type | Method and Description |
---|---|
void |
ParamInfo.setRange(Range value)
Set the range with the given
Range value |
Constructor and Description |
---|
ParamInfo(java.lang.String name,
java.lang.String colorTableName,
Range range,
ContourInfo ci,
visad.Unit displayUnit)
Create this ParamInfo.
|
Modifier and Type | Method and Description |
---|---|
static ColorTable |
ColorTableDefaults.createColorTable(java.util.ArrayList l,
java.lang.String name,
java.lang.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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Range |
ColorTable.getRange()
Get the Range for this color table.
|
Modifier and Type | Method and Description |
---|---|
ColorTable |
ColorTable.init(java.lang.String name,
java.lang.String category,
java.util.ArrayList colors,
java.util.ArrayList scales,
java.util.ArrayList breakpoints,
Range r)
Initialize a color table a new ColorTable.
|
ColorTable |
ColorTable.init(java.lang.String name,
java.lang.String category,
java.util.ArrayList colors,
java.util.ArrayList breakpoints,
Range r)
Initialize a color table a new ColorTable.
|
void |
ColorTable.setRange(Range r)
Set the range for this table.
|
Constructor and Description |
---|
Range(Range r)
copy ctor
|
Modifier and Type | Method and Description |
---|---|
static Range |
Util.convertRange(Range range,
visad.Unit rangeUnit,
visad.Unit outUnit)
Utility to convert the given raw data range into the other units
|
Modifier and Type | Method and Description |
---|---|
static Range |
Util.convertRange(Range range,
visad.Unit rangeUnit,
visad.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.
|
Modifier and Type | Method and Description |
---|---|
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) |