|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.netcdf.in.Vetter
The Vetter class vets netCDF values, replacing invalid values with their VisAD equivalents.
| Constructor Summary | |
protected |
Vetter()
Constructs from nothing. |
(package private) |
Vetter(Class type)
Constructs from a netCDF variable type. |
(package private) |
Vetter(Variable var)
Constructs from a netCDF variable. |
| Method Summary | |
(package private) double |
maxValid()
Returns the maximum, valid, netCDF value. |
(package private) double |
minValid()
Returns the minimum, valid, netCDF value. |
void |
vet(double[] values)
Vets the given double values. |
void |
vet(float[] values)
Vets the given float values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected Vetter()
Vetter(Class type)
type - The Java type of the netCDF variable (i.e.
float.class, char.class, etc.)Vetter(Variable var)
var - The netCDF variable to be examined.| Method Detail |
double minValid()
double maxValid()
public void vet(float[] values)
values - The values to be vetted.public void vet(double[] values)
values - The values to be vetted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||