Uses of Enum Class
com.luciad.imaging.operator.TLcdBinaryOp.Operation
-
Uses of TLcdBinaryOp.Operation in com.luciad.imaging.operator
Modifier and TypeMethodDescriptionstatic TLcdBinaryOp.Operation
Returns the enum constant of this class with the specified name.static TLcdBinaryOp.Operation[]
TLcdBinaryOp.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.binaryOp
(ALcdBasicImage aImage2, TLcdBinaryOp.Operation aOperation) Corresponds to TLcdBinaryOp.binaryOp(com.luciad.imaging.ALcdBasicImage, com.luciad.imaging.ALcdBasicImage, com.luciad.imaging.operator.TLcdBinaryOp.Operation), but the first input image is passed in via the operator chain.static ALcdBasicImage
TLcdBinaryOp.binaryOp
(ALcdBasicImage aImage1, ALcdBasicImage aImage2, TLcdBinaryOp.Operation aOperation) Applies a binary operation to two input images.