it.geosolutions.imageio.imageioimpl.imagereadmt
Class CloneableImageReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
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 ImageReadParam
s to be cloned.
- 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 |
CloneableImageReadParam
public CloneableImageReadParam()
- Deprecated.
clone
public abstract Object clone()
throws CloneNotSupportedException
- Deprecated.
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright © 2006–2013 GeoSolutions. All rights reserved.