public class BilevelOperation extends OperationJAI
Binarize
.OperationJAI.Parameters
operation, RENDERED_MODE
PRIMARY_SOURCE_INDEX, SOURCE_0
descriptor
Constructor and Description |
---|
BilevelOperation(String name)
Constructs a bilevel operation with an OGC's name identical to the JAI name.
|
Modifier and Type | Method and Description |
---|---|
protected GridSampleDimension[] |
deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the
GridSampleDimension s for the destination image. |
createRenderedImage, deriveCategory, deriveGridCoverage, deriveName, deriveRange, deriveUnit, doOperation, equals, extractSources, getJAI, getOperationDescriptor, getProperties, getQuantitative, handleJAIEXTParams, handleROINoDataInternal, handleROINoDataProperties, hashCode, prepareParameters, resampleToCommonGeometry
extractSources, getFactory
getDescription, getDocURL, getName, getNumSources, getParameters, getVendor, getVersion, toString
public BilevelOperation(String name) throws OperationNotFoundException
name
- The JAI operation name.OperationNotFoundException
- if no JAI descriptor was found for the given name.protected GridSampleDimension[] deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
GridSampleDimension
s for the destination image.deriveSampleDimension
in class OperationJAI
bandLists
- Sample dimensions for each band in each source coverages.parameters
- The user-supplied parameters.OperationJAI.deriveCategory(org.geotools.coverage.Category[], org.geotools.coverage.processing.OperationJAI.Parameters)
,
OperationJAI.deriveUnit(javax.measure.Unit<?>[], org.geotools.coverage.processing.OperationJAI.Parameters)
Copyright © 1996–2019 Geotools. All rights reserved.