public class BoxSurvey extends EarthDataSurvey
BoxSurvey
class holds survey information for a
rectangle of data values.Modifier | Constructor and Description |
---|---|
protected |
BoxSurvey()
Creates a new empty box survey.
|
|
BoxSurvey(DataVariable variable,
EarthTransform trans,
DataLocation start,
DataLocation end)
Creates a new box survey.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResults()
Gets a results report for the point survey.
|
protected double |
getSampleSize()
Gets the sample size (total values sampled divided by the total
values in the area) in percent.
|
protected java.lang.String |
getSurveyType()
Gets the survey type for results reporting.
|
getExtents, getStatistics, getTransform, getVariableFormat, getVariableName, getVariableUnits, init
protected BoxSurvey()
public BoxSurvey(DataVariable variable, EarthTransform trans, DataLocation start, DataLocation end)
variable
- the survey variable.trans
- the survey variable earth transform.start
- the box starting location.end
- the box ending location. The ending location must
have coordinates >= the starting location.protected java.lang.String getSurveyType()
protected double getSampleSize()
public java.lang.String getResults()
getResults
in class EarthDataSurvey