Uses of Class
de.gsi.dataset.spi.DimReductionDataSet.Option
-
Packages that use DimReductionDataSet.Option Package Description de.gsi.dataset.spi -
-
Uses of DimReductionDataSet.Option in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi that return DimReductionDataSet.Option Modifier and Type Method Description DimReductionDataSet.OptionDimReductionDataSet. getReductionOption()static DimReductionDataSet.OptionDimReductionDataSet.Option. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DimReductionDataSet.Option[]DimReductionDataSet.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gsi.dataset.spi with parameters of type DimReductionDataSet.Option Constructor Description DimReductionDataSet(DataSet source, int dimIndex, DimReductionDataSet.Option reductionOption)Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
-