it.geosolutions.imageio.imageioimpl.imagereadmt
Class BaseClonableImageReadParam

Object
  extended by IIOParam
      extended by ImageReadParam
          extended by CloneableImageReadParam
              extended by BaseClonableImageReadParam
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
DefaultCloneableImageReadParam

Deprecated. use EnhancedImageReadParam instead.

public abstract class BaseClonableImageReadParam
extends CloneableImageReadParam

The base abstract class for cloning ImageReadParams.

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
BaseClonableImageReadParam()
          Deprecated.  
 
Method Summary
protected  Object narrowClone(ImageReadParam param)
          Deprecated. Performs a narrow clone of this ImageReadParam.
 
Methods inherited from class CloneableImageReadParam
clone
 
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

BaseClonableImageReadParam

public BaseClonableImageReadParam()
Deprecated. 
Method Detail

narrowClone

protected Object narrowClone(ImageReadParam param)
Deprecated. 
Performs a narrow clone of this ImageReadParam.

Parameters:
param - the ImageReadParam instance containing the clone.
Returns:
the narrow clone of this ImageReadParam.


Copyright © 2006–2018 GeoSolutions. All rights reserved.