Package | Description |
---|---|
ucar.unidata.data.grid |
DataSource classes and utilities for gridded data.
|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
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.ui.symbol |
Meteorological symbol drawing.
|
Modifier and Type | Method and Description |
---|---|
static PointOb[] |
WrfUtil.makePointObsForAreaRadius(visad.FlatField timeStep,
visad.DateTime dt,
float val,
java.lang.String function)
Make point obs from a single timestep of a grid
|
static PointOb[] |
WrfUtil.makePointObsForAreaRadius(visad.FlatField timeSteph,
visad.FlatField timeStep,
visad.DateTime dt,
float val,
java.lang.String function) |
static PointOb[] |
WrfUtil.makePointObsForTopBottom(visad.FlatField timeStep,
visad.DateTime dt,
float val,
java.lang.String function)
Make point obs from a single timestep of a grid
|
static PointOb[] |
WrfUtil.makePointObsForTopBottom(visad.FlatField timehStep,
visad.FlatField timeStep,
visad.DateTime dt,
float val,
java.lang.String function) |
Modifier and Type | Interface and Description |
---|---|
interface |
StationOb
Interface for point observations at a named location (Station observations)
|
Modifier and Type | Class and Description |
---|---|
class |
PointObField
Implementation of PointOb as a FieldImpl.
|
class |
PointObTuple
Implementation of PointOb as a Tuple.
|
class |
StationObTuple
Implementation of StationOb as a Tuple.
|
Modifier and Type | Method and Description |
---|---|
static PointOb |
PointObFactory.makePointOb(visad.georef.EarthLocation el)
Make a PointOb from an EarthLocation.
|
static PointOb |
PointObFactory.makePointOb(visad.georef.EarthLocation el,
visad.DateTime dt)
Make a PointOb from an EarthLocation.
|
static PointOb |
PointObFactory.makePointOb(visad.georef.EarthLocation el,
visad.DateTime dt,
visad.Tuple tuple)
Make a point ob
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<PointOb> |
PointObFactory.getPointObs(visad.FieldImpl field)
Get the list of PointOb objects from the given field
|
Modifier and Type | Method and Description |
---|---|
static visad.FieldImpl |
PointObFactory.makePointObField(PointOb point)
Returns a point observation as a FieldImpl of type.
|
static visad.FieldImpl |
PointObFactory.makePointObs(PointOb po)
Make a FieldImpl from a PointOb.
|
Modifier and Type | Method and Description |
---|---|
protected PointOb |
StationModelControl.findClosestOb(visad.georef.EarthLocation el,
visad.FieldImpl theField)
Find the closest ob in the field to the particular EarthLocation
|
Modifier and Type | Method and Description |
---|---|
void |
ProbeRowInfo.setStationName(PointOb ob,
DisplayControlImpl control)
Set the station name
|
protected void |
StationModelControl.updateTable(PointOb ob)
Extract the observation values from the given ob and update the
table.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSeriesChart.setPointObs(java.util.List<PointOb> obs,
java.util.List plotVars)
set chart from point data
|
Modifier and Type | Method and Description |
---|---|
visad.VisADGeometryArray[] |
MappedShapeSymbol.makeShapes(visad.Data[] dataArray,
PointOb ob)
If this symbol is not one of the 'known' symbols then this method is
called to create the shapes.
|
visad.VisADGeometryArray[] |
MetSymbol.makeShapes(visad.Data[] dataArray,
PointOb ob)
If this symbol is not one of the 'known' symbols then this method is
called to create the shapes.
|
visad.VisADGeometryArray[] |
ThreeDCrossSymbol.makeShapes(PointOb ob)
Make the "shapes", the plot symbol.
|
visad.VisADGeometryArray[] |
ShapeSymbol.makeShapes(PointOb ob)
Make the shapes.
|
visad.VisADGeometryArray[] |
MetSymbol.makeShapes(PointOb ob)
If doAllObs returns true then this method is called to create the shapes.
|
visad.VisADGeometryArray[] |
LabelSymbol.xxxmakeShapes(PointOb ob)
Make the shapes.
|