public class PointSurvey extends EarthDataSurvey
PointSurvey
class holds survey information for a
single data location.Constructor and Description |
---|
PointSurvey(DataVariable variable,
EarthTransform trans,
DataLocation loc)
Creates a new point survey.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResults()
Gets a results report for the point survey.
|
getExtents, getStatistics, getTransform, getVariableFormat, getVariableName, getVariableUnits, init
public PointSurvey(DataVariable variable, EarthTransform trans, DataLocation loc)
variable
- the survey variable.trans
- the survey variable earth transform.loc
- the survey data location.public java.lang.String getResults()
getResults
in class EarthDataSurvey