|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverage.processing.AbstractOperation
org.geotools.coverage.processing.Operation2D
org.geotools.coverage.processing.OperationJAI
org.geotools.coverage.processing.BilevelOperation
public class BilevelOperation
Wraps any JAI operation producing a bilevel image. An example of such operation is
Binarize
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.geotools.coverage.processing.OperationJAI |
---|
OperationJAI.Parameters |
Field Summary |
---|
Fields inherited from class org.geotools.coverage.processing.OperationJAI |
---|
operation, RENDERED_MODE |
Fields inherited from class org.geotools.coverage.processing.Operation2D |
---|
PRIMARY_SOURCE_INDEX, 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 |
---|
createRenderedImage, deriveCategory, deriveGridCoverage, deriveName, deriveRange, deriveUnit, doOperation, equals, getJAI, getOperationDescriptor, getProperties, getQuantitative, prepareParameters, resampleToCommonGeometry |
Methods inherited from class org.geotools.coverage.processing.Operation2D |
---|
computeOnGeophysicsValues, extractSources, getFactory |
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.measure.unit.Unit>[], org.geotools.coverage.processing.OperationJAI.Parameters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |