it.geosolutions.imageio.imageioimpl.imagereadmt
Class DefaultCloneableImageReadParam

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

Deprecated. use EnhancedImageReadParam instead.

public class DefaultCloneableImageReadParam
extends BaseClonableImageReadParam

Default implementation of BaseClonableImageReadParam

Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini, 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
DefaultCloneableImageReadParam()
          Deprecated.  
 
Method Summary
 Object clone()
          Deprecated.  
 
Methods inherited from class it.geosolutions.imageio.imageioimpl.imagereadmt.BaseClonableImageReadParam
narrowClone
 
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

DefaultCloneableImageReadParam

public DefaultCloneableImageReadParam()
Deprecated. 
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Deprecated. 
Specified by:
clone in class CloneableImageReadParam
Throws:
CloneNotSupportedException


Copyright © 2006–2014 GeoSolutions. All rights reserved.