Package noaa.coastwatch.util
Class PointSurvey
java.lang.Object
noaa.coastwatch.util.EarthDataSurvey
noaa.coastwatch.util.PointSurvey
The
PointSurvey
class holds survey information for a
single data location.- Since:
- 3.1.7
- Author:
- Peter Hollemans
-
Constructor Summary
ConstructorDescriptionPointSurvey
(DataVariable variable, EarthTransform trans, DataLocation loc) Creates a new point survey. -
Method Summary
Modifier and TypeMethodDescriptionvoid
getResults
(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
-
PointSurvey
Creates a new point survey.- Parameters:
variable
- the survey variable.trans
- the survey variable earth transform.loc
- the survey data location.
-
-
Method Details
-
getResults
Description copied from class:EarthDataSurvey
Gets a results report for the survey.- Overrides:
getResults
in classEarthDataSurvey
- Parameters:
formatter
- the formatter to use for the report.
-