Package noaa.coastwatch.util
Class LineSurvey
java.lang.Object
noaa.coastwatch.util.EarthDataSurvey
noaa.coastwatch.util.LineSurvey
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 Summary
ConstructorsConstructorDescriptionLineSurvey(DataVariable variable, EarthTransform trans, DataLocation start, DataLocation end) Creates a new line survey. -
Method Summary
Modifier and TypeMethodDescriptionvoidgetResults(ReportFormatter formatter) Gets a results report for the survey.Methods inherited from class noaa.coastwatch.util.EarthDataSurvey
getExtents, getStatistics, getTransform, getVariableFormat, getVariableName, getVariableUnits, init
-
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
-
getResults
Description copied from class:EarthDataSurveyGets a results report for the survey.- Overrides:
getResultsin classEarthDataSurvey- Parameters:
formatter- the formatter to use for the report.
-