it.geosolutions.imageioimpl.plugins.tiff
Class TIFFRenderedImage
Object
TIFFRenderedImage
- All Implemented Interfaces:
- RenderedImage
public class TIFFRenderedImage
- extends Object
- implements RenderedImage
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIFFRenderedImage
public TIFFRenderedImage(TIFFImageReader reader,
int imageIndex,
ImageReadParam readParam,
int width,
int height)
throws IOException
- Throws:
IOException
getSources
public Vector getSources()
- Specified by:
getSources
in interface RenderedImage
getProperty
public Object getProperty(String name)
- Specified by:
getProperty
in interface RenderedImage
getPropertyNames
public String[] getPropertyNames()
- Specified by:
getPropertyNames
in interface RenderedImage
getColorModel
public ColorModel getColorModel()
- Specified by:
getColorModel
in interface RenderedImage
getSampleModel
public SampleModel getSampleModel()
- Specified by:
getSampleModel
in interface RenderedImage
getWidth
public int getWidth()
- Specified by:
getWidth
in interface RenderedImage
getHeight
public int getHeight()
- Specified by:
getHeight
in interface RenderedImage
getMinX
public int getMinX()
- Specified by:
getMinX
in interface RenderedImage
getMinY
public int getMinY()
- Specified by:
getMinY
in interface RenderedImage
getNumXTiles
public int getNumXTiles()
- Specified by:
getNumXTiles
in interface RenderedImage
getNumYTiles
public int getNumYTiles()
- Specified by:
getNumYTiles
in interface RenderedImage
getMinTileX
public int getMinTileX()
- Specified by:
getMinTileX
in interface RenderedImage
getMinTileY
public int getMinTileY()
- Specified by:
getMinTileY
in interface RenderedImage
getTileWidth
public int getTileWidth()
- Specified by:
getTileWidth
in interface RenderedImage
getTileHeight
public int getTileHeight()
- Specified by:
getTileHeight
in interface RenderedImage
getTileGridXOffset
public int getTileGridXOffset()
- Specified by:
getTileGridXOffset
in interface RenderedImage
getTileGridYOffset
public int getTileGridYOffset()
- Specified by:
getTileGridYOffset
in interface RenderedImage
getTile
public Raster getTile(int tileX,
int tileY)
- Specified by:
getTile
in interface RenderedImage
getData
public Raster getData()
- Specified by:
getData
in interface RenderedImage
getData
public Raster getData(Rectangle rect)
- Specified by:
getData
in interface RenderedImage
read
public WritableRaster read(Rectangle rect)
copyData
public WritableRaster copyData(WritableRaster raster)
- Specified by:
copyData
in interface RenderedImage
Copyright © 2006-2010 GeoSolutions. All Rights Reserved.