|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgebraDescriptor.Operator | |
---|---|
it.geosolutions.jaiext.algebra |
Uses of AlgebraDescriptor.Operator in it.geosolutions.jaiext.algebra |
---|
Methods in it.geosolutions.jaiext.algebra that return AlgebraDescriptor.Operator | |
---|---|
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. |
Methods in it.geosolutions.jaiext.algebra with parameters of type AlgebraDescriptor.Operator | |
---|---|
static javax.media.jai.RenderedOp |
AlgebraDescriptor.create(AlgebraDescriptor.Operator op,
javax.media.jai.ROI roi,
Range noData,
double destinationNoData,
RenderingHints hints,
RenderedImage... sources)
Adds two images. |
static javax.media.jai.RenderableOp |
AlgebraDescriptor.createRenderable(AlgebraDescriptor.Operator op,
javax.media.jai.ROI roi,
Range noData,
double destinationNoData,
RenderingHints hints,
RenderableImage... sources)
Adds two images. |
Constructors in it.geosolutions.jaiext.algebra with parameters of type AlgebraDescriptor.Operator | |
---|---|
AlgebraOpImage(Map config,
javax.media.jai.ImageLayout layout,
AlgebraDescriptor.Operator op,
javax.media.jai.ROI srcROI,
Range noData,
double destinationNoData,
RenderedImage... sources)
Constructs an AddOpImage . |
|
AlgebraOpImage2(Map config,
javax.media.jai.ImageLayout layout,
AlgebraDescriptor.Operator op,
javax.media.jai.ROI srcROI,
Range noData,
double destinationNoData,
RenderedImage... sources)
Constructs an AddOpImage . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |