Uses of Enum Class
com.luciad.imaging.operator.TLcdBinaryOp.Operation
Packages that use TLcdBinaryOp.Operation
-
Uses of TLcdBinaryOp.Operation in com.luciad.imaging.operator
Methods in com.luciad.imaging.operator that return TLcdBinaryOp.OperationModifier and TypeMethodDescriptionstatic TLcdBinaryOp.OperationReturns 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.Methods in com.luciad.imaging.operator with parameters of type TLcdBinaryOp.OperationModifier 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 ALcdBasicImageTLcdBinaryOp.binaryOp(ALcdBasicImage aImage1, ALcdBasicImage aImage2, TLcdBinaryOp.Operation aOperation) Applies a binary operation to two input images.