public class GenericPiecewiseDescriptor
extends javax.media.jai.OperationDescriptorImpl
OperationDescriptorImpl
for the GenericPiecewise operation.Constructor and Description |
---|
GenericPiecewiseDescriptor()
Construct the descriptor.
|
Modifier and Type | Method and Description |
---|---|
javax.media.jai.RenderedOp |
create(RenderedImage source0,
PiecewiseTransform1D domain1D,
Integer bandIndex,
javax.media.jai.ROI roi,
Range nodata,
RenderingHints hints)
Static create method returning a new image passed by the GenericPiecewise operation
|
protected boolean |
validateParameters(String modeName,
ParameterBlock param,
StringBuffer message)
Returns
true if the parameters are valids. |
arePropertiesSupported, getDefaultSourceClass, getDestClass, getDestClass, getInvalidRegion, getName, getNumParameters, getNumSources, getParamClasses, getParamDefaults, getParamDefaultValue, getParameterListDescriptor, getParamMaxValue, getParamMinValue, getParamNames, getPropertyGenerators, getPropertyGenerators, getRenderableDestClass, getRenderableSourceClasses, getResourceBundle, getResources, getSourceClasses, getSourceClasses, getSourceNames, getSupportedModes, isImmediate, isModeSupported, isRenderableSupported, isRenderedSupported, makeDefaultSourceClassList, validateArguments, validateArguments, validateParameters, validateRenderableArguments, validateRenderableSources, validateSources, validateSources
public GenericPiecewiseDescriptor()
public javax.media.jai.RenderedOp create(RenderedImage source0, PiecewiseTransform1D domain1D, Integer bandIndex, javax.media.jai.ROI roi, Range nodata, RenderingHints hints)
source0
- domain1D
- bandIndex
- roi
- nodata
- hints
- protected boolean validateParameters(String modeName, ParameterBlock param, StringBuffer message)
true
if the parameters are valids. This implementation check that the number of bands in the source image is equals to the
number of supplied sample dimensions, and that all sample dimensions has piecewise.validateParameters
in class javax.media.jai.OperationDescriptorImpl
modeName
- The mode name (usually "Rendered").param
- The parameter block for the operation to performs.message
- A buffer for formatting an error message if any.Copyright © 2006–2015 GeoSolutions. All rights reserved.