|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationJAI.Parameters | |
org.geotools.gp | Grid coverage processing implementation. |
Uses of OperationJAI.Parameters in org.geotools.gp |
Methods in org.geotools.gp with parameters of type OperationJAI.Parameters | |
protected GridCoverage |
OperationJAI.deriveGridCoverage(GridCoverage[] sources,
OperationJAI.Parameters parameters)
Apply a JAI operation to a grid coverage. |
protected SampleDimension[] |
OperationJAI.deriveSampleDimension(SampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derive the SampleDimension s for the destination image. |
protected Category |
OperationJAI.deriveCategory(Category[] categories,
OperationJAI.Parameters parameters)
Derive the quantitative category for a sample dimension in the destination coverage. |
protected Unit |
OperationJAI.deriveUnit(Unit[] units,
OperationJAI.Parameters parameters)
Derive the unit of data for a sample dimension in the destination coverage. |
protected java.lang.String |
OperationJAI.deriveName(GridCoverage source,
OperationJAI.Parameters parameters)
Returns a name for the target grid coverage based on the given source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |