it.geosolutions.imageio.imageioimpl.imagereadmt
Class BaseClonableImageReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
it.geosolutions.imageio.imageioimpl.imagereadmt.CloneableImageReadParam
it.geosolutions.imageio.imageioimpl.imagereadmt.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 ImageReadParam
s.
- Author:
- Simone Giannecchini, GeoSolutions, Daniele Romagnoli, GeoSolutions
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 |
BaseClonableImageReadParam
public BaseClonableImageReadParam()
- Deprecated.
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–2013 GeoSolutions. All rights reserved.