|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.point.Barnes.AnalysisParameters
public static class Barnes.AnalysisParameters
Inner class for use of getRecommendedParameters, to allow it to return multiple values such as: gridX, gridY, scaleLengthGU, randomDataSpacing, faGridX, faGridY
Barnes.getRecommendedParameters(float, float, float, float, float[][])| Field Summary | |
|---|---|
float[] |
faGridX
_more_ |
float[] |
faGridY
_more_ |
double |
gridX
_more_ |
double |
gridY
_more_ |
double |
randomDataSpacing
_more_ |
double |
scaleLengthGU
_more_ |
| Constructor Summary | |
|---|---|
Barnes.AnalysisParameters(double gridX,
double gridY,
double sl,
double r)
_more_ |
|
Barnes.AnalysisParameters(double gridX,
double gridY,
double sl,
double r,
float[] faLonGrid,
float[] faLatGrid)
_more_ |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double gridX
public double gridY
public double scaleLengthGU
public double randomDataSpacing
public float[] faGridX
public float[] faGridY
| Constructor Detail |
|---|
public Barnes.AnalysisParameters(double gridX,
double gridY,
double sl,
double r)
gridX - _more_gridY - _more_sl - _more_r - _more_
public Barnes.AnalysisParameters(double gridX,
double gridY,
double sl,
double r,
float[] faLonGrid,
float[] faLatGrid)
gridX - _more_gridY - _more_sl - _more_r - _more_faLonGrid - _more_faLatGrid - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||