Class Vectorize

java.lang.Object
thredds.exp.enhancement.vectorize.Vectorize
All Implemented Interfaces:
ucar.nc2.filter.Enhancement
Direct Known Subclasses:
VectorDirection, VectorMagnitude

public abstract class Vectorize extends Object implements ucar.nc2.filter.Enhancement
  • 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

      protected abstract String getAttributeName()