Package | Description |
---|---|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.chooser |
Choosers for the IDV.
|
ucar.unidata.idv.chooser.adde | |
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.drawing |
Drawing control utilities and wrappers for glyphs.
|
ucar.unidata.idv.publish |
IDV support for publishing to web logs and THREDDS catalogs
|
ucar.unidata.util |
General utilities.
|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
ucar.visad |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
void |
PointDataSource.setRoundToFromComboBox(TwoFacedObject tfo)
Set the property
|
void |
PointDataSource.setWidthFromComboBox(TwoFacedObject tfo)
set the property
|
Modifier and Type | Field and Description |
---|---|
protected static TwoFacedObject[] |
ViewManager.logoPoses
logo positions
|
Modifier and Type | Method and Description |
---|---|
protected TwoFacedObject |
ViewManager.findLoc(java.lang.String loc)
Find the appropriate combobox item from the string
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TwoFacedObject> |
MapViewManager.getScreenCoordinates()
Get a list of named locations of the different points of the view rectangle.
|
Modifier and Type | Field and Description |
---|---|
protected TwoFacedObject |
TimesChooser.selectedDriver
Selected driver
|
Modifier and Type | Method and Description |
---|---|
void |
TimesChooser.updatetimeline(TwoFacedObject id)
Update the timeline
|
void |
TDSRadarChooser.updatetimelineOld(TwoFacedObject id)
_more_
|
Modifier and Type | Method and Description |
---|---|
protected TwoFacedObject[] |
AddeRaobPointDataChooser.getDefaultDatasets()
Get the default datasets for the chooser.
|
protected TwoFacedObject[] |
AddeGLMDataChooser.getDefaultDatasets()
Get the default datasets for the chooser.
|
protected TwoFacedObject[] |
AddePointDataChooser.getDefaultDatasets()
Get an array of
TwoFacedObject -s for the datasets. |
protected TwoFacedObject[] |
AddeLightningDataChooser.getDefaultDatasets()
Get the default datasets for the chooser.
|
Modifier and Type | Method and Description |
---|---|
static TwoFacedObject |
DisplayControlBase.createStationTfo(java.lang.Object o)
A utility to wrap the given object (which should be a NamedStationImpl)
in a TwoFacedObject, truncating the label to a fixed size.
|
protected TwoFacedObject |
DisplayControlBase.getLabeledReal(java.lang.Object level)
Get a labeled Real
|
Modifier and Type | Method and Description |
---|---|
void |
WMSControl.resolutionChanged(TwoFacedObject tfo)
User changed resolution
|
void |
StationModelControl.setChartSettings(TwoFacedObject tfo)
recieve the chart display settings
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolGlyph.setPropertySymbol(TwoFacedObject tfo)
set the symbol
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<TwoFacedObject> |
PublishManager.getPublisherTypes(IntegratedDataViewer idv,
org.w3c.dom.Element root)
Process the given xml, instantiating a list
of
IdvPublisher s |
Modifier and Type | Method and Description |
---|---|
static TwoFacedObject |
TwoFacedObject.findId(java.lang.Object id,
java.util.List l)
Finf the tfo with the given id in the list
|
static TwoFacedObject |
GuiUtils.makeTwoFacedFont(java.awt.Font f)
Make a TwoFacedObject from a font for displaying in a combobox.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Json.tfoList(java.util.List<TwoFacedObject> values)
Create a list of JSON object from a list of TwoFacedObjects
|
static java.lang.String |
Json.tfoList(java.util.List<TwoFacedObject> values,
java.lang.String idKey,
java.lang.String labelKey)
Create a list of JSON object from a list of TwoFacedObjects
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TwoFacedObject> |
NavigatedDisplay.getScreenCoordinates()
Get the screen coordinates
|
java.util.List<TwoFacedObject> |
NavigatedDisplay.getScreenSidesCoordinates()
_more_
|
Modifier and Type | Field and Description |
---|---|
static TwoFacedObject[] |
ShapeUtility.SHAPES
Array of all of the shapes
|
Modifier and Type | Method and Description |
---|---|
static TwoFacedObject |
Util.labeledReal(visad.Real r)
Wrap a Real as a TwoFacedObject with a formatted label
|
static TwoFacedObject |
Util.labeledReal(visad.Real r,
boolean includeUnit)
Wrap a Real as a TwoFacedObject with a formatted label
|