Class LineSurvey


public class LineSurvey extends EarthDataSurvey
The LineSurvey class holds survey information for a line of data values from one point to another.
Since:
3.1.7
Author:
Peter Hollemans
  • Constructor Details

    • LineSurvey

      public LineSurvey(DataVariable variable, EarthTransform trans, DataLocation start, DataLocation end)
      Creates a new line survey.
      Parameters:
      variable - the survey variable.
      trans - the survey variable earth transform.
      start - the line starting location.
      end - the line ending location.
  • Method Details