Package com.esri.core.geometry
Interface OperatorCutLocal.Side
-
- Enclosing class:
- OperatorCutLocal
public static interface OperatorCutLocal.Side
-
-
Field Summary
Fields Modifier and Type Field Description static int
Coincident
static int
Left
static int
Right
static int
Uncut
static int
Undefined
-
-
-
Field Detail
-
Left
static final int Left
- See Also:
- Constant Field Values
-
Right
static final int Right
- See Also:
- Constant Field Values
-
Coincident
static final int Coincident
- See Also:
- Constant Field Values
-
Undefined
static final int Undefined
- See Also:
- Constant Field Values
-
Uncut
static final int Uncut
- See Also:
- Constant Field Values
-
-