it.geosolutions.imageio.imageioimpl.imagereadmt
Class CloneableImageReadParam

Object
  extended by IIOParam
      extended by ImageReadParam
          extended by 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 ImageReadParam
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
 
Fields inherited from class 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 ImageReadParam
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
 
Methods inherited from class IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
 
Methods inherited from class 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–2018 GeoSolutions. All rights reserved.