it.geosolutions.imageio.imageioimpl
Class EnhancedImageReadParam
Object
IIOParam
ImageReadParam
EnhancedImageReadParam
- All Implemented Interfaces:
- Cloneable
public class EnhancedImageReadParam
- extends ImageReadParam
- implements Cloneable
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 |
bands
protected int[] bands
destinationRegion
protected Rectangle destinationRegion
EnhancedImageReadParam
public EnhancedImageReadParam()
getDestinationRegion
public Rectangle getDestinationRegion()
setDestinationRegion
public void setDestinationRegion(Rectangle destinationRegion)
getBands
public int[] getBands()
setBands
public void setBands(int[] bands)
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–2018 GeoSolutions. All rights reserved.