Uses of Interface
ucar.unidata.data.point.PointOb
Packages that use PointOb
Package
Description
DataSource classes and utilities for gridded data.
DataSource classes and utilities for point (e.g., surface) data.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Charting facilities used by DisplayControls.
Meteorological symbol drawing.
-
Uses of PointOb in ucar.unidata.data.grid
Methods in ucar.unidata.data.grid that return PointObModifier and TypeMethodDescriptionstatic PointOb[]WrfUtil.makePointObsForAreaRadius(FlatField timeStep, DateTime dt, float val, String function) Make point obs from a single timestep of a gridstatic PointOb[]WrfUtil.makePointObsForAreaRadius(FlatField timeSteph, FlatField timeStep, DateTime dt, float val, String function) static PointOb[]WrfUtil.makePointObsForTopBottom(FlatField timeStep, DateTime dt, float val, String function) Make point obs from a single timestep of a gridstatic PointOb[]WrfUtil.makePointObsForTopBottom(FlatField timehStep, FlatField timeStep, DateTime dt, float val, String function) -
Uses of PointOb in ucar.unidata.data.point
Subinterfaces of PointOb in ucar.unidata.data.pointModifier and TypeInterfaceDescriptioninterfaceInterface for point observations at a named location (Station observations)Classes in ucar.unidata.data.point that implement PointObModifier and TypeClassDescriptionclassImplementation of PointOb as a FieldImpl.classImplementation of PointOb as a Tuple.classImplementation of StationOb as a Tuple.Methods in ucar.unidata.data.point that return PointObModifier and TypeMethodDescriptionstatic PointObPointObFactory.makePointOb(EarthLocation el) Make a PointOb from an EarthLocation.static PointObPointObFactory.makePointOb(EarthLocation el, DateTime dt) Make a PointOb from an EarthLocation.static PointObPointObFactory.makePointOb(EarthLocation el, DateTime dt, Tuple tuple) Make a point obMethods in ucar.unidata.data.point that return types with arguments of type PointObModifier and TypeMethodDescriptionPointObFactory.getPointObs(FieldImpl field) Get the list of PointOb objects from the given fieldMethods in ucar.unidata.data.point with parameters of type PointObModifier and TypeMethodDescriptionstatic FieldImplPointObFactory.makePointObField(PointOb point) Returns a point observation as a FieldImpl of type.static FieldImplPointObFactory.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 PointObModifier and TypeMethodDescriptionprotected PointObStationModelControl.findClosestOb(EarthLocation el, FieldImpl theField) Find the closest ob in the field to the particular EarthLocationMethods in ucar.unidata.idv.control with parameters of type PointObModifier and TypeMethodDescriptionvoidProbeRowInfo.setStationName(PointOb ob, DisplayControlImpl control) Set the station nameprotected voidStationModelControl.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 PointObModifier and TypeMethodDescriptionvoidTimeSeriesChart.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 PointObModifier and TypeMethodDescriptionMappedShapeSymbol.makeShapes(Data[] dataArray, PointOb ob) If this symbol is not one of the 'known' symbols then this method is called to create the shapes.MetSymbol.makeShapes(PointOb ob) If doAllObs returns true then this method is called to create the shapes.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.ShapeSymbol.makeShapes(PointOb ob) Make the shapes.ThreeDCrossSymbol.makeShapes(PointOb ob) Make the "shapes", the plot symbol.LabelSymbol.xxxmakeShapes(PointOb ob) Make the shapes.