|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PointOb | |
|---|---|
| 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. |
| Uses of PointOb in ucar.unidata.data.point |
|---|
| Subinterfaces of PointOb in ucar.unidata.data.point | |
|---|---|
interface |
StationOb
Interface for point observations at a named location (Station observations) |
| Classes in ucar.unidata.data.point that implement PointOb | |
|---|---|
class |
PointObField
Implementation of PointOb as a FieldImpl. |
class |
PointObTuple
Implementation of PointOb as a Tuple. |
class |
StationObTuple
Implementation of StationOb as a Tuple. |
| Methods in ucar.unidata.data.point that return PointOb | |
|---|---|
static PointOb |
PointObFactory.makePointOb(EarthLocation el)
Make a PointOb from an EarthLocation. |
static PointOb |
PointObFactory.makePointOb(EarthLocation el,
DateTime dt)
Make a PointOb from an EarthLocation. |
static PointOb |
PointObFactory.makePointOb(EarthLocation el,
DateTime dt,
Tuple tuple)
Make a point ob |
| Methods in ucar.unidata.data.point that return types with arguments of type PointOb | |
|---|---|
static List<PointOb> |
PointObFactory.getPointObs(FieldImpl field)
Get the list of PointOb objects from the given field |
| Methods in ucar.unidata.data.point with parameters of type PointOb | |
|---|---|
static FieldImpl |
PointObFactory.makePointObField(PointOb point)
Returns a point observation as a FieldImpl of type. |
static FieldImpl |
PointObFactory.makePointObs(PointOb po)
Make a FieldImpl from a PointOb. |
| Uses of PointOb in ucar.unidata.idv.control |
|---|
| Methods in ucar.unidata.idv.control that return PointOb | |
|---|---|
protected PointOb |
StationModelControl.findClosestOb(EarthLocation el,
FieldImpl theField)
Find the closest ob in the field to the particular EarthLocation |
| Methods in ucar.unidata.idv.control with parameters of type PointOb | |
|---|---|
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. |
| Uses of PointOb in ucar.unidata.idv.control.chart |
|---|
| Method parameters in ucar.unidata.idv.control.chart with type arguments of type PointOb | |
|---|---|
void |
TimeSeriesChart.setPointObs(List<PointOb> obs,
List plotVars)
set chart from point data |
| Uses of PointOb in ucar.unidata.ui.symbol |
|---|
| Methods in ucar.unidata.ui.symbol with parameters of type PointOb | |
|---|---|
VisADGeometryArray[] |
MetSymbol.makeShapes(Data[] dataArray,
PointOb ob)
If this symbol is not one of the 'known' symbols then this method is called to create the shapes. |
VisADGeometryArray[] |
MappedShapeSymbol.makeShapes(Data[] dataArray,
PointOb ob)
If this symbol is not one of the 'known' symbols then this method is called to create the shapes. |
VisADGeometryArray[] |
MetSymbol.makeShapes(PointOb ob)
If doAllObs returns true then this method is called to create the shapes. |
VisADGeometryArray[] |
ShapeSymbol.makeShapes(PointOb ob)
Make the shapes. |
VisADGeometryArray[] |
LabelSymbol.xxxmakeShapes(PointOb ob)
Make the shapes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||