Uses of Class
it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator

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.
 



Copyright © 2006–2015 GeoSolutions. All rights reserved.