Class Vectorize
java.lang.Object
thredds.exp.enhancement.vectorize.Vectorize
- All Implemented Interfaces:
ucar.nc2.filter.Enhancement
- Direct Known Subclasses:
VectorDirection,VectorMagnitude
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected int[]protected int[]protected ucar.nc2.Variableprotected ucar.nc2.Variable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected int[]indexToCoords(int index) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ucar.nc2.filter.Enhancement
convert
-
Field Details
-
uVar
protected ucar.nc2.Variable uVar -
vVar
protected ucar.nc2.Variable vVar -
convention_offset
protected float convention_offset -
shape
protected int[] shape -
n_dimensional_array
protected int[] n_dimensional_array
-
-
Constructor Details
-
Vectorize
public Vectorize(ucar.nc2.Variable var)
-
-
Method Details
-
indexToCoords
protected int[] indexToCoords(int index) -
getAttributeName
-