|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.coverage.processing.AbstractOperation org.geotools.coverage.processing.Operation2D org.geotools.coverage.processing.OperationJAI org.geotools.coverage.processing.BilevelOperation
Wraps any JAI operation producing a bilevel image. An example of such operation is
Binarize
.
Nested Class Summary |
Nested classes inherited from class org.geotools.coverage.processing.OperationJAI |
OperationJAI.Parameters |
Field Summary |
Fields inherited from class org.geotools.coverage.processing.OperationJAI |
operation |
Fields inherited from class org.geotools.coverage.processing.Operation2D |
SOURCE_0 |
Fields inherited from class org.geotools.coverage.processing.AbstractOperation |
descriptor |
Constructor Summary | |
BilevelOperation(java.lang.String name)
Constructs a bilevel operation with an OGC's name identical to the JAI name. |
Method Summary | |
protected GridSampleDimension[] |
deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the GridSampleDimension s for the destination image. |
Methods inherited from class org.geotools.coverage.processing.OperationJAI |
computeOnGeophysicsValues, createRenderedImage, deriveCategory, deriveGridCoverage, deriveName, deriveRange, deriveUnit, doOperation, equals, getJAI, resampleToCommonGeometry |
Methods inherited from class org.geotools.coverage.processing.Operation2D |
getFactory, getGridCoverageProcessor |
Methods inherited from class org.geotools.coverage.processing.AbstractOperation |
ensureNonNull, getDescription, getDocURL, getName, getNumSources, getParameters, getProcessor, getVendor, getVersion, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BilevelOperation(java.lang.String name) throws org.opengis.coverage.processing.OperationNotFoundException
name
- The JAI operation name.
org.opengis.coverage.processing.OperationNotFoundException
- if no JAI descriptor was found for the given name.Method Detail |
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.units.Unit[], org.geotools.coverage.processing.OperationJAI.Parameters)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |