Class PointSurvey

java.lang.Object
noaa.coastwatch.util.EarthDataSurvey
noaa.coastwatch.util.PointSurvey

public class PointSurvey extends EarthDataSurvey
The PointSurvey class holds survey information for a single data location.
Since:
3.1.7
Author:
Peter Hollemans
  • Constructor Details

    • PointSurvey

      public PointSurvey(DataVariable variable, EarthTransform trans, DataLocation loc)
      Creates a new point survey.
      Parameters:
      variable - the survey variable.
      trans - the survey variable earth transform.
      loc - the survey data location.
  • Method Details