public class RasterClassifierDescriptor
extends javax.media.jai.OperationDescriptorImpl
OperationDescriptorImpl
describing the RasterClassifier operationConstructor and Description |
---|
RasterClassifierDescriptor()
Construct the descriptor.
|
Modifier and Type | Method and Description |
---|---|
javax.media.jai.RenderedOp |
create(RenderedImage source0,
ColorMapTransform domain1D,
Integer bandIndex,
javax.media.jai.ROI roi,
Range nodata,
RenderingHints hints) |
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 RasterClassifierDescriptor()
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 pieces.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.public javax.media.jai.RenderedOp create(RenderedImage source0, ColorMapTransform domain1D, Integer bandIndex, javax.media.jai.ROI roi, Range nodata, RenderingHints hints)
Copyright © 2006–2017 GeoSolutions. All rights reserved.