Package | Description |
---|---|
it.geosolutions.jaiext.algebra | |
it.geosolutions.jaiext.algebra.constant |
Modifier and Type | Method and Description |
---|---|
static AlgebraDescriptor.Operator |
AlgebraDescriptor.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgebraDescriptor.Operator[] |
AlgebraDescriptor.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static javax.media.jai.RenderedOp |
AlgebraDescriptor.create(AlgebraDescriptor.Operator op,
javax.media.jai.ROI roi,
Range noData,
double destinationNoData,
RenderingHints hints,
RenderedImage... sources)
Executes the selected operation on an image array.
|
static javax.media.jai.RenderableOp |
AlgebraDescriptor.createRenderable(AlgebraDescriptor.Operator op,
javax.media.jai.ROI roi,
Range noData,
double destinationNoData,
RenderingHints hints,
RenderableImage... sources)
Executes the selected operation on an image array.
|
Constructor and Description |
---|
AlgebraOpImage(Map config,
javax.media.jai.ImageLayout layout,
AlgebraDescriptor.Operator op,
javax.media.jai.ROI srcROI,
Range noData,
double destinationNoData,
RenderedImage... sources)
Constructs an
AlgebraOpImage . |
Modifier and Type | Method and Description |
---|---|
static javax.media.jai.RenderedOp |
OperationConstDescriptor.create(RenderedImage source,
double[] constants,
AlgebraDescriptor.Operator op,
javax.media.jai.ROI roi,
Range noData,
double destinationNoData,
RenderingHints hints)
Executes the selected operation with a constant on the input image.
|
static javax.media.jai.RenderableOp |
OperationConstDescriptor.createRenderable(RenderableImage source,
double[] constants,
AlgebraDescriptor.Operator op,
javax.media.jai.ROI roi,
Range noData,
double destinationNoData,
RenderingHints hints)
Executes the selected operation with a constant on the input image.
|
Constructor and Description |
---|
OperationConstOpImage(RenderedImage source,
Map config,
javax.media.jai.ImageLayout layout,
AlgebraDescriptor.Operator op,
double[] constants,
javax.media.jai.ROI srcROI,
Range noData,
double destinationNoData)
Constructs an
OperationConstOpImage . |
Copyright © 2006–2016 GeoSolutions. All rights reserved.