Uses of Class
cn.mapway.common.geo.stretch.Histogram
Packages that use Histogram
-
Uses of Histogram in cn.mapway.common.geo.stretch
Methods in cn.mapway.common.geo.stretch that return HistogramModifier and TypeMethodDescriptionstatic HistogramHistogramStretchUtils.getHistogram(double[] data, Double[] noValues, Double min, Double max, Double minPct, Double maxPct, int bins) static HistogramHistogramStretchUtils.getHistogram(int[] data, Double[] noValues, Double min, Double max, Double minPct, Double maxPct, int bins) Method parameters in cn.mapway.common.geo.stretch with type arguments of type HistogramModifier and TypeMethodDescriptionstatic double[]LinearStretch.getMinMax(double[] data, Double[] noValues, Double minPct, Double maxPct, List<Histogram> out) static int[]LinearStretch.getMinMax(int[] data, Double[] noValues, Double minPct, Double maxPct, List<Histogram> out) static byte[]LinearStretch.linearStretch(double[] data, Double[] noValues, Double min, Double max, Double minPct, Double maxPct, List<Histogram> out) linear stretch byte [ ].static byte[]LinearStretch.linearStretch(float[] data, Double[] noData, Double min, Double max, Double minPct, Double maxPct, List<Histogram> out) static byte[]LinearStretch.linearStretch(int[] data, Double[] noValues, Double min, Double max, Double minPct, Double maxPct, List<Histogram> out)