Class PointObField

All Implemented Interfaces:
Serializable, Cloneable, PointOb, Data, Field, Function, Thing

public class PointObField extends FieldImpl implements PointOb
Implementation of PointOb as a FieldImpl.
Version:
$Revision: 1.10 $ $Date: 2006/12/01 20:42:34 $
Author:
MetApps Development Team
See Also:
  • Constructor Details

  • Method Details

    • getEarthLocation

      public EarthLocation getEarthLocation()
      Get the geolocated location of the observation.
      Specified by:
      getEarthLocation in interface PointOb
      Returns:
      observation's geolocation or null if there is a problem
    • getDateTime

      public DateTime getDateTime()
      Get the time associated with this observation.
      Specified by:
      getDateTime in interface PointOb
      Returns:
      DateTime for this observation.
    • getData

      public Data getData()
      Get the data associated with this object.
      Specified by:
      getData in interface PointOb
      Returns:
      Data for this observation or null if there is a problem
    • clone

      public final Object clone()
      Clones this instance.
      Overrides:
      clone in class FieldImpl
      Returns:
      A clone of this instance.
    • toString

      public String toString()
      String representation of the point observation.
      Overrides:
      toString in class DataImpl
      Returns:
      this ob as a string.