Interface PointOb

All Superinterfaces:
Data, Thing
All Known Subinterfaces:
StationOb
All Known Implementing Classes:
PointObField, PointObTuple, StationObTuple

public interface PointOb extends Data
Abstraction for a point observation (values at a lat, lon, (alt) invalid input: '&' time) would handle the most generic thing like a lightning flash, or something more specific like a METAR.
Version:
$Revision: 1.12 $ $Date: 2006/12/01 20:42:34 $
Author:
MetApps Development Team
  • Field Details

  • Method Details

    • getEarthLocation

      EarthLocation getEarthLocation()
      Get the location (lat/lon/alt) of the observation.
      Returns:
      georeference location
    • getDateTime

      DateTime getDateTime()
      Get the time of the observation.
      Returns:
      time the observation was taken
    • getData

      Data getData()
      Get the data associated with this observation.
      Returns:
      observed data for this location and time.