|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationJAI.Parameters | |
---|---|
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
Uses of OperationJAI.Parameters in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing with parameters of type OperationJAI.Parameters | |
---|---|
protected Category |
OperationJAI.deriveCategory(Category[] categories,
OperationJAI.Parameters parameters)
Returns the quantitative category for a single sample dimension in the target grid coverage. |
protected GridCoverage2D |
OperationJAI.deriveGridCoverage(GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
Applies a JAI operation to a grid coverage. |
protected GridCoverage2D |
BaseScaleOperationJAI.deriveGridCoverage(GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
|
protected org.opengis.util.InternationalString |
OperationJAI.deriveName(GridCoverage2D[] sources,
int primarySourceIndex,
OperationJAI.Parameters parameters)
Returns a name for the target grid coverage based on the given sources. |
protected NumberRange |
OperationJAI.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the range of value for a single sample dimension in the target grid coverage. |
protected GridSampleDimension[] |
OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the sample dimensions for the target grid coverage. |
protected GridSampleDimension[] |
BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the GridSampleDimension s for the destination image. |
protected GridSampleDimension[] |
FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the target sample dimensions. |
protected javax.measure.unit.Unit<?> |
OperationJAI.deriveUnit(javax.measure.unit.Unit<?>[] units,
OperationJAI.Parameters parameters)
Returns the unit of data for a single sample dimension in the target grid coverage. |
protected java.util.Map<java.lang.String,?> |
OperationJAI.getProperties(java.awt.image.RenderedImage data,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.opengis.util.InternationalString name,
org.opengis.referencing.operation.MathTransform gridToCRS,
GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
Prepares the properties to be given to the coverage created by the deriveGridCoverage method. |
Uses of OperationJAI.Parameters in org.geotools.coverage.processing.operation |
---|
Methods in org.geotools.coverage.processing.operation with parameters of type OperationJAI.Parameters | |
---|---|
protected Category |
GradientMagnitude.deriveCategory(Category[] categories,
OperationJAI.Parameters parameters)
Derives the quantitative category for a band in the destination image. |
protected GridCoverage2D |
GradientMagnitude.deriveGridCoverage(GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
Applies the operation on grid coverage. |
protected NumberRange |
Log.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
Rescale.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
SubtractConst.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
MultiplyConst.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
SubtractFromConst.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
Absolute.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
Exp.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
Invert.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
AddConst.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected NumberRange |
DivideByConst.deriveRange(NumberRange[] ranges,
OperationJAI.Parameters parameters)
Returns the expected range of values for the resulting image. |
protected javax.measure.unit.Unit |
GradientMagnitude.deriveUnit(javax.measure.unit.Unit[] units,
OperationJAI.Parameters parameters)
Derives the unit of data for a band in the destination image. |
protected java.util.Map<java.lang.String,?> |
Extrema.getProperties(java.awt.image.RenderedImage data,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.opengis.util.InternationalString name,
org.opengis.referencing.operation.MathTransform toCRS,
GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
Prepare the minimum and maximum properties for this extream operation. |
protected java.util.Map<java.lang.String,?> |
Histogram.getProperties(java.awt.image.RenderedImage data,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.opengis.util.InternationalString name,
org.opengis.referencing.operation.MathTransform toCRS,
GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
Prepare the Histogram property for this histogram
operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |