Package ucar.unidata.data.point

DataSource classes and utilities for point (e.g., surface) data.

See:
          Description

Interface Summary
PointOb Abstraction for a point observation (values at a lat, lon, (alt) & time) would handle the most generic thing like a lightning flash, or something more specific like a METAR.
StationOb Interface for point observations at a named location (Station observations)
 

Class Summary
AddePointDataSource A data source for ADDE point data
CDOGTextPointDataSource DataSource to handle the Comprehensive Deepwater Oil and Gass (CDOG) Blowout Model space delimited text output
DbPointDataSource  
DiamondPointDataSource Created by IntelliJ IDEA.
GNOMETextPointDataSource Datasource for the GNOME SPLOTS (General NOAA Operational Modeling Environement SPill DOTS") files.
NetcdfMetarDataSource Deprecated. use NetcdfPointDataSource
NetcdfPointDataSource A data source for netCDF or CDM point data
PointCloudDataSource A display control for volume rendering of a 3D grid
PointDataInstance Utility class to wrap a Point Data Choice
PointDataSource A data source for point data
PointDataSource.PlotModelSelectionComponent Class PlotModelSelectionComponent holds plot (layout) model.
PointObFactory Factory for dealing with point observations
PointObField Implementation of PointOb as a FieldImpl.
PointObTuple Implementation of PointOb as a Tuple.
StationObTuple Implementation of StationOb as a Tuple.
TextPointDataSource A data source for point data from a Text file
TextPointDataSource.Metadata Class Metadata holds the skipRows and the list of metadata items
WaterMLDataSource  
WaterMLUtil  
 

Package ucar.unidata.data.point Description

DataSource classes and utilities for point (e.g., surface) data.