visad.data
Class EmptyDataProcessor
- java.lang.Object
-
- visad.data.BaseDataProcessor
-
- visad.data.EmptyDataProcessor
-
- All Implemented Interfaces:
- DataProcessor
- Direct Known Subclasses:
- EmptyDataWriter
public class EmptyDataProcessor extends BaseDataProcessor
A do-nothing DataProcessor implementation. All methods throwUnimplementedException
-
-
Constructor Summary
Constructors Constructor and Description EmptyDataProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidprocessDoubleSet(SetType type, CoordinateSystem cs, Unit[] units, DoubleSet set, java.lang.Object token)voidprocessFieldImpl(FunctionType type, Set set, FieldImpl fld, java.lang.Object token)voidprocessFlatField(FunctionType type, Set domainSet, CoordinateSystem cs, CoordinateSystem[] rangeCS, Set[] rangeSets, Unit[] units, FlatField fld, java.lang.Object token)voidprocessFloatSet(SetType type, CoordinateSystem cs, Unit[] units, FloatSet set, java.lang.Object token)voidprocessGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, java.lang.Object token)voidprocessGridded1DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DSet set, java.lang.Object token)voidprocessGridded2DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DDoubleSet set, java.lang.Object token)voidprocessGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, java.lang.Object token)voidprocessGridded3DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DDoubleSet set, java.lang.Object token)voidprocessGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, java.lang.Object token)voidprocessGriddedSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, GriddedSet set, java.lang.Object token)voidprocessInteger1DSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Integer1DSet set, java.lang.Object token)voidprocessInteger2DSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Integer2DSet set, java.lang.Object token)voidprocessInteger3DSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Integer3DSet set, java.lang.Object token)voidprocessIntegerNDSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, IntegerNDSet set, java.lang.Object token)voidprocessIrregular1DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Irregular1DSet set, java.lang.Object token)voidprocessIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, java.lang.Object token)voidprocessIrregular3DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular3DSet set, java.lang.Object token)voidprocessIrregularSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, IrregularSet set, java.lang.Object token)voidprocessLinear1DSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Linear1DSet set, java.lang.Object token)voidprocessLinear2DSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Linear2DSet set, java.lang.Object token)voidprocessLinear3DSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Linear3DSet set, java.lang.Object token)voidprocessLinearLatLonSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, LinearLatLonSet set, java.lang.Object token)voidprocessLinearNDSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, LinearNDSet set, java.lang.Object token)voidprocessList1DSet(SetType type, float[] list, CoordinateSystem cs, Unit[] units, List1DSet set, java.lang.Object token)voidprocessProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, java.lang.Object token)voidprocessReal(RealType type, double value, Unit unit, ErrorEstimate error, Real real, java.lang.Object token)voidprocessRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, java.lang.Object token)voidprocessSampledSet(SetType st, int manifold_dimension, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SampledSet set, java.lang.Object token)voidprocessSimpleSet(SetType st, int manifold_dimension, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SimpleSet set, java.lang.Object token)voidprocessSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, java.lang.Object token)voidprocessText(TextType type, java.lang.String value, boolean missing, Text text, java.lang.Object token)voidprocessTuple(TupleType type, Data[] components, Tuple t, java.lang.Object token)voidprocessUnionSet(SetType type, SampledSet[] sets, UnionSet set, java.lang.Object token)voidprocessUnknownData(DataImpl data, java.lang.Object token)-
Methods inherited from class visad.data.BaseDataProcessor
process, processLinear1DSet
-
-
-
-
Method Detail
-
processDoubleSet
public void processDoubleSet(SetType type, CoordinateSystem cs, Unit[] units, DoubleSet set, java.lang.Object token) throws VisADException
- Specified by:
processDoubleSetin interfaceDataProcessor- Specified by:
processDoubleSetin classBaseDataProcessor- Throws:
VisADException
-
processFieldImpl
public void processFieldImpl(FunctionType type, Set set, FieldImpl fld, java.lang.Object token) throws VisADException
- Specified by:
processFieldImplin interfaceDataProcessor- Specified by:
processFieldImplin classBaseDataProcessor- Throws:
VisADException
-
processFlatField
public void processFlatField(FunctionType type, Set domainSet, CoordinateSystem cs, CoordinateSystem[] rangeCS, Set[] rangeSets, Unit[] units, FlatField fld, java.lang.Object token) throws VisADException
- Specified by:
processFlatFieldin interfaceDataProcessor- Specified by:
processFlatFieldin classBaseDataProcessor- Throws:
VisADException
-
processFloatSet
public void processFloatSet(SetType type, CoordinateSystem cs, Unit[] units, FloatSet set, java.lang.Object token) throws VisADException
- Specified by:
processFloatSetin interfaceDataProcessor- Specified by:
processFloatSetin classBaseDataProcessor- Throws:
VisADException
-
processGridded1DDoubleSet
public void processGridded1DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DDoubleSet set, java.lang.Object token) throws VisADException
- Specified by:
processGridded1DDoubleSetin interfaceDataProcessor- Specified by:
processGridded1DDoubleSetin classBaseDataProcessor- Throws:
VisADException
-
processGridded2DDoubleSet
public void processGridded2DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DDoubleSet set, java.lang.Object token) throws VisADException
- Specified by:
processGridded2DDoubleSetin interfaceDataProcessor- Specified by:
processGridded2DDoubleSetin classBaseDataProcessor- Throws:
VisADException
-
processGridded3DDoubleSet
public void processGridded3DDoubleSet(SetType type, double[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DDoubleSet set, java.lang.Object token) throws VisADException
- Specified by:
processGridded3DDoubleSetin interfaceDataProcessor- Specified by:
processGridded3DDoubleSetin classBaseDataProcessor- Throws:
VisADException
-
processGridded1DSet
public void processGridded1DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded1DSet set, java.lang.Object token) throws VisADException
- Specified by:
processGridded1DSetin interfaceDataProcessor- Specified by:
processGridded1DSetin classBaseDataProcessor- Throws:
VisADException
-
processGridded2DSet
public void processGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, java.lang.Object token) throws VisADException
- Specified by:
processGridded2DSetin interfaceDataProcessor- Specified by:
processGridded2DSetin classBaseDataProcessor- Throws:
VisADException
-
processGridded3DSet
public void processGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, java.lang.Object token) throws VisADException
- Specified by:
processGridded3DSetin interfaceDataProcessor- Specified by:
processGridded3DSetin classBaseDataProcessor- Throws:
VisADException
-
processGriddedSet
public void processGriddedSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, GriddedSet set, java.lang.Object token) throws VisADException
- Specified by:
processGriddedSetin interfaceDataProcessor- Specified by:
processGriddedSetin classBaseDataProcessor- Throws:
VisADException
-
processInteger1DSet
public void processInteger1DSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Integer1DSet set, java.lang.Object token) throws VisADException
- Specified by:
processInteger1DSetin interfaceDataProcessor- Specified by:
processInteger1DSetin classBaseDataProcessor- Throws:
VisADException
-
processInteger2DSet
public void processInteger2DSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Integer2DSet set, java.lang.Object token) throws VisADException
- Specified by:
processInteger2DSetin interfaceDataProcessor- Specified by:
processInteger2DSetin classBaseDataProcessor- Throws:
VisADException
-
processInteger3DSet
public void processInteger3DSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Integer3DSet set, java.lang.Object token) throws VisADException
- Specified by:
processInteger3DSetin interfaceDataProcessor- Specified by:
processInteger3DSetin classBaseDataProcessor- Throws:
VisADException
-
processIntegerNDSet
public void processIntegerNDSet(SetType type, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, IntegerNDSet set, java.lang.Object token) throws VisADException
- Specified by:
processIntegerNDSetin interfaceDataProcessor- Specified by:
processIntegerNDSetin classBaseDataProcessor- Throws:
VisADException
-
processIrregular1DSet
public void processIrregular1DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Irregular1DSet set, java.lang.Object token) throws VisADException
- Specified by:
processIrregular1DSetin interfaceDataProcessor- Specified by:
processIrregular1DSetin classBaseDataProcessor- Throws:
VisADException
-
processIrregular2DSet
public void processIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, java.lang.Object token) throws VisADException
- Specified by:
processIrregular2DSetin interfaceDataProcessor- Specified by:
processIrregular2DSetin classBaseDataProcessor- Throws:
VisADException
-
processIrregular3DSet
public void processIrregular3DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular3DSet set, java.lang.Object token) throws VisADException
- Specified by:
processIrregular3DSetin interfaceDataProcessor- Specified by:
processIrregular3DSetin classBaseDataProcessor- Throws:
VisADException
-
processIrregularSet
public void processIrregularSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, IrregularSet set, java.lang.Object token) throws VisADException
- Specified by:
processIrregularSetin interfaceDataProcessor- Specified by:
processIrregularSetin classBaseDataProcessor- Throws:
VisADException
-
processLinear1DSet
public void processLinear1DSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Linear1DSet set, java.lang.Object token) throws VisADException
- Specified by:
processLinear1DSetin interfaceDataProcessor- Specified by:
processLinear1DSetin classBaseDataProcessor- Throws:
VisADException
-
processLinear2DSet
public void processLinear2DSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Linear2DSet set, java.lang.Object token) throws VisADException
- Specified by:
processLinear2DSetin interfaceDataProcessor- Specified by:
processLinear2DSetin classBaseDataProcessor- Throws:
VisADException
-
processLinear3DSet
public void processLinear3DSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Linear3DSet set, java.lang.Object token) throws VisADException
- Specified by:
processLinear3DSetin interfaceDataProcessor- Specified by:
processLinear3DSetin classBaseDataProcessor- Throws:
VisADException
-
processLinearLatLonSet
public void processLinearLatLonSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, LinearLatLonSet set, java.lang.Object token) throws VisADException
- Specified by:
processLinearLatLonSetin interfaceDataProcessor- Specified by:
processLinearLatLonSetin classBaseDataProcessor- Throws:
VisADException
-
processLinearNDSet
public void processLinearNDSet(SetType type, double[] firsts, double[] lasts, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, LinearNDSet set, java.lang.Object token) throws VisADException
- Specified by:
processLinearNDSetin interfaceDataProcessor- Specified by:
processLinearNDSetin classBaseDataProcessor- Throws:
VisADException
-
processList1DSet
public void processList1DSet(SetType type, float[] list, CoordinateSystem cs, Unit[] units, List1DSet set, java.lang.Object token) throws VisADException
- Specified by:
processList1DSetin interfaceDataProcessor- Specified by:
processList1DSetin classBaseDataProcessor- Throws:
VisADException
-
processProductSet
public void processProductSet(SetType type, SampledSet[] sets, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, ProductSet set, java.lang.Object token) throws VisADException
- Specified by:
processProductSetin interfaceDataProcessor- Specified by:
processProductSetin classBaseDataProcessor- Throws:
VisADException
-
processReal
public void processReal(RealType type, double value, Unit unit, ErrorEstimate error, Real real, java.lang.Object token) throws VisADException
- Specified by:
processRealin interfaceDataProcessor- Specified by:
processRealin classBaseDataProcessor- Throws:
VisADException
-
processRealTuple
public void processRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, java.lang.Object token) throws VisADException
- Specified by:
processRealTuplein interfaceDataProcessor- Specified by:
processRealTuplein classBaseDataProcessor- Throws:
VisADException
-
processSampledSet
public void processSampledSet(SetType st, int manifold_dimension, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SampledSet set, java.lang.Object token) throws VisADException
- Specified by:
processSampledSetin interfaceDataProcessor- Specified by:
processSampledSetin classBaseDataProcessor- Throws:
VisADException
-
processSimpleSet
public void processSimpleSet(SetType st, int manifold_dimension, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SimpleSet set, java.lang.Object token) throws VisADException
- Specified by:
processSimpleSetin interfaceDataProcessor- Specified by:
processSimpleSetin classBaseDataProcessor- Throws:
VisADException
-
processSingletonSet
public void processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, java.lang.Object token) throws VisADException
- Specified by:
processSingletonSetin interfaceDataProcessor- Specified by:
processSingletonSetin classBaseDataProcessor- Throws:
VisADException
-
processText
public void processText(TextType type, java.lang.String value, boolean missing, Text text, java.lang.Object token) throws VisADException
- Specified by:
processTextin interfaceDataProcessor- Specified by:
processTextin classBaseDataProcessor- Throws:
VisADException
-
processTuple
public void processTuple(TupleType type, Data[] components, Tuple t, java.lang.Object token) throws VisADException
- Specified by:
processTuplein interfaceDataProcessor- Specified by:
processTuplein classBaseDataProcessor- Throws:
VisADException
-
processUnionSet
public void processUnionSet(SetType type, SampledSet[] sets, UnionSet set, java.lang.Object token) throws VisADException
- Specified by:
processUnionSetin interfaceDataProcessor- Specified by:
processUnionSetin classBaseDataProcessor- Throws:
VisADException
-
processUnknownData
public void processUnknownData(DataImpl data, java.lang.Object token) throws VisADException
- Specified by:
processUnknownDatain interfaceDataProcessor- Specified by:
processUnknownDatain classBaseDataProcessor- Throws:
VisADException
-
-
DMelt 3.0 © DataMelt by jWork.ORG