jaitools.imageutils
Class ImageLayout2

java.lang.Object
  extended by javax.media.jai.ImageLayout
      extended by jaitools.imageutils.ImageLayout2
All Implemented Interfaces:
Serializable, Cloneable

public class ImageLayout2
extends javax.media.jai.ImageLayout

Working around a bug in ImageLayout that blows up when doing hashing with NOT all the fields initialized.

Author:
Simone Giannecchini, GeoSolutions S.A.S.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.media.jai.ImageLayout
COLOR_MODEL_MASK, HEIGHT_MASK, MIN_X_MASK, MIN_Y_MASK, SAMPLE_MODEL_MASK, TILE_GRID_X_OFFSET_MASK, TILE_GRID_Y_OFFSET_MASK, TILE_HEIGHT_MASK, TILE_WIDTH_MASK, validMask, WIDTH_MASK
 
Constructor Summary
ImageLayout2()
           
 
Method Summary
 int hashCode()
           
 
Methods inherited from class javax.media.jai.ImageLayout
clone, equals, getColorModel, getHeight, getMinX, getMinY, getSampleModel, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getValidMask, getWidth, isValid, setColorModel, setHeight, setMinX, setMinY, setSampleModel, setTileGridXOffset, setTileGridYOffset, setTileHeight, setTileWidth, setValid, setWidth, toString, unsetImageBounds, unsetTileLayout, unsetValid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageLayout2

public ImageLayout2()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class javax.media.jai.ImageLayout


Copyright © 2009-2011. All Rights Reserved.