public final class RasterAlgebraUnaryOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RasterAlgebraUnaryOperation |
GRAUO_ABS |
static RasterAlgebraUnaryOperation |
GRAUO_LOG |
static RasterAlgebraUnaryOperation |
GRAUO_LOG10 |
static RasterAlgebraUnaryOperation |
GRAUO_LOGICAL_NOT |
static RasterAlgebraUnaryOperation |
GRAUO_SQRT |
| Modifier and Type | Method and Description |
|---|---|
static RasterAlgebraUnaryOperation |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final RasterAlgebraUnaryOperation GRAUO_LOGICAL_NOT
public static final RasterAlgebraUnaryOperation GRAUO_ABS
public static final RasterAlgebraUnaryOperation GRAUO_SQRT
public static final RasterAlgebraUnaryOperation GRAUO_LOG
public static final RasterAlgebraUnaryOperation GRAUO_LOG10
public final int swigValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static RasterAlgebraUnaryOperation swigToEnum(int swigValue)