public class BilevelOperation extends OperationJAI
Binarize.OperationJAI.Parametersoperation, RENDERED_MODEPRIMARY_SOURCE_INDEX, SOURCE_0descriptor| 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
GridSampleDimensions for the destination image. |
createRenderedImage, deriveCategory, deriveGridCoverage, deriveName, deriveRange, deriveUnit, doOperation, equals, extractSources, getJAI, getOperationDescriptor, getProperties, getQuantitative, handleJAIEXTParams, handleROINoDataInternal, handleROINoDataProperties, hashCode, prepareParameters, resampleToCommonGeometryextractSources, getFactorygetDescription, getDocURL, getName, getNumSources, getParameters, getVendor, getVersion, toStringpublic 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)
GridSampleDimensions for the destination image.deriveSampleDimension in class OperationJAIbandLists - 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.