Package nom.tam.fits
Class ImageData.ImageDataTiler
java.lang.Object
nom.tam.image.StandardImageTiler
nom.tam.fits.ImageData.ImageDataTiler
- All Implemented Interfaces:
ImageTiler
- Enclosing class:
- ImageData
This inner class allows the ImageTiler to see if the user has read in the
data.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nom.tam.image.StandardImageTiler
fillFileData, fillMemData, fillTile, getCompleteImage, getOffset, getTile, getTile, incrementPosition
-
Constructor Details
-
ImageDataTiler
ImageDataTiler(RandomAccess o, long offset, ImageData.ArrayDesc d)
-
-
Method Details
-
getMemoryImage
Description copied from class:StandardImageTiler
See if we can get the image data from memory. This may be overridden by other classes, notably in nom.tam.fits.ImageData.- Specified by:
getMemoryImage
in classStandardImageTiler
- Returns:
- the image data
-