it.geosolutions.imageio.imageioimpl.imagereadmt
Class CloneableImageReadParam

java.lang.Object
  extended by javax.imageio.IIOParam
      extended by javax.imageio.ImageReadParam
          extended by it.geosolutions.imageio.imageioimpl.imagereadmt.CloneableImageReadParam
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
BaseClonableImageReadParam

Deprecated. use EnhancedImageReadParam instead.

public abstract class CloneableImageReadParam
extends ImageReadParam
implements Cloneable

A class to be used to allows ImageReadParams to be cloned.

Author:
Simone Giannecchini, GeoSolutions, Daniele Romagnoli, GeoSolutions

Field Summary
 
Fields inherited from class javax.imageio.ImageReadParam
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
 
Fields inherited from class javax.imageio.IIOParam
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
 
Constructor Summary
CloneableImageReadParam()
          Deprecated.  
 
Method Summary
abstract  Object clone()
          Deprecated.  
 
Methods inherited from class javax.imageio.ImageReadParam
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
 
Methods inherited from class javax.imageio.IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneableImageReadParam

public CloneableImageReadParam()
Deprecated. 
Method Detail

clone

public abstract Object clone()
                      throws CloneNotSupportedException
Deprecated. 
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2006–2014 GeoSolutions. All rights reserved.