Class IntegerSampler

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static IntegerSampler ofBandIndices​(int... bandIndices)
      Constructs an IntegerSampler extracting sample values from the given bands.
      IntegerSample sample​(java.awt.Point samplePoint, java.awt.image.Raster raster)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ofBandIndices

        public static IntegerSampler ofBandIndices​(int... bandIndices)
        Constructs an IntegerSampler extracting sample values from the given bands.
        Parameters:
        bandIndices - The zero-based indices of the bands that should be extracted
        Returns:
        An IntegerSampler extracting sample values from the given bands.