Uses of Class
com.luciad.imaging.operator.ALcdImageOperatorChain
Package
Description
Defines image processing operators that can be applied to an
ALcdImage.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Defines raster filter styles, which can be used to apply image processing
operations to raster layers.
-
Uses of ALcdImageOperatorChain in com.luciad.imaging.operator
Modifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.build()
Creates a new operator chain combining all operators and their parameters as previously set using this builder. -
Uses of ALcdImageOperatorChain in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdGXYImagePainter.getOperatorChain()
Returns the current image operator chain.Modifier and TypeMethodDescriptionvoid
TLcdGXYImagePainter.setOperatorChain
(ALcdImageOperatorChain aOperatorChain) Sets the operator chain to be applied to painted images. -
Uses of ALcdImageOperatorChain in com.luciad.view.lightspeed.style.imagefilter
Modifier and TypeMethodDescriptionTLspImageProcessingStyle.Builder.operatorChain
(ALcdImageOperatorChain aChain) Sets the image operator chain.