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
protected class ImageData.ImageDataTiler extends StandardImageTiler
This inner class allows the ImageTiler to see if the user has read in the data.
-
-
Constructor Summary
Constructors Constructor Description ImageDataTiler(RandomAccess o, long offset, ImageData.ArrayDesc d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getMemoryImage()
See if we can get the image data from memory.-
Methods inherited from class nom.tam.image.StandardImageTiler
fillFileData, fillMemData, fillTile, getCompleteImage, getOffset, getTile, getTile, incrementPosition
-
-
-
-
Constructor Detail
-
ImageDataTiler
ImageDataTiler(RandomAccess o, long offset, ImageData.ArrayDesc d)
-
-
Method Detail
-
getMemoryImage
protected java.lang.Object 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
-
-