public class LineSurvey extends EarthDataSurvey
LineSurvey
class holds survey information for a
line of data values from one point to another.Constructor and Description |
---|
LineSurvey(DataVariable variable,
EarthTransform trans,
DataLocation start,
DataLocation end)
Creates a new line 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 LineSurvey(DataVariable variable, EarthTransform trans, DataLocation start, DataLocation end)
variable
- the survey variable.trans
- the survey variable earth transform.start
- the line starting location.end
- the line ending location.public java.lang.String getResults()
getResults
in class EarthDataSurvey