it.geosolutions.imageio.imageioimpl
Class EnhancedImageReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
it.geosolutions.imageio.imageioimpl.EnhancedImageReadParam
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- JP2KKakaduImageReadParam
public class EnhancedImageReadParam
- extends ImageReadParam
- implements Cloneable
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 |
destinationRegion
protected Rectangle destinationRegion
EnhancedImageReadParam
public EnhancedImageReadParam()
getDestinationRegion
public Rectangle getDestinationRegion()
setDestinationRegion
public void setDestinationRegion(Rectangle destinationRegion)
narrowClone
protected Object narrowClone(EnhancedImageReadParam param)
- Performs a narrow clone of this
EnhancedImageReadParam
.
- Parameters:
param
- the EnhancedImageReadParam
instance containing the clone.
- Returns:
- the narrow clone of this
ImageReadParam
.
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright © 2006–2014 GeoSolutions. All rights reserved.