public class JP2KKakaduImageReadParam extends EnhancedImageReadParam
ImageReadParam
with add for support of JP2 specific
parameters.Modifier and Type | Field and Description |
---|---|
static int |
INTERPOLATION_BILINEAR |
static int |
INTERPOLATION_NEAREST |
destinationRegion
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
Constructor and Description |
---|
JP2KKakaduImageReadParam()
Constructs a default instance of
JP2KakaduImageReadParam . |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
getInterpolationType()
Gets
InterpolationType . |
int |
getQualityLayers()
Gets
qualityLayers . |
protected void |
initialize(ImageReadParam param) |
void |
setInterpolationType(int interpolationType)
Sets
InterpolationType . |
void |
setQualityLayers(int qualityLayers)
Sets
qualityLayers . |
getDestinationRegion, narrowClone, setDestinationRegion
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
public static final int INTERPOLATION_NEAREST
public static final int INTERPOLATION_BILINEAR
public JP2KKakaduImageReadParam()
JP2KakaduImageReadParam
.public Object clone() throws CloneNotSupportedException
clone
in class EnhancedImageReadParam
CloneNotSupportedException
public void setQualityLayers(int qualityLayers)
qualityLayers
.qualityLayers
- the quality layers involved within the read operation.getQualityLayers()
public final int getQualityLayers()
qualityLayers
.setQualityLayers(int)
public final int getInterpolationType()
InterpolationType
.public final void setInterpolationType(int interpolationType)
InterpolationType
.interpolationType
- the interpolation type used during WarpAffine
operation interpolationType should be one of: -INTERPOLATION_NEAREST -INTERPOLATION_BILINEAR -INTERPOLATION_BICUBIC -INTERPOLATION_BICUBIC2protected void initialize(ImageReadParam param)
Copyright © 2006–2014 GeoSolutions. All rights reserved.