Class RandomIterCSMShort
Object
RandomIterFallback
RandomIterCSM
RandomIterCSMShort
- All Implemented Interfaces:
RandomIter
- Direct Known Subclasses:
WritableRandomIterCSMShort
- Since:
- EA2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intgetSample(int x, int y, int b) Returns the specified sample from the image.Methods inherited from class RandomIterCSM
getPixel, getPixel, getPixel, getSampleDouble, getSampleFloatMethods inherited from class RandomIterFallback
done
-
Constructor Details
-
RandomIterCSMShort
-
-
Method Details
-
getSample
public final int getSample(int x, int y, int b) Description copied from interface:RandomIterReturns the specified sample from the image.- Specified by:
getSamplein interfaceRandomIter- Overrides:
getSamplein classRandomIterFallback- Parameters:
x- the X coordinate of the desired pixel.y- the Y coordinate of the desired pixel.b- the band to retrieve.
-