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 intCoincidentstatic intLeftstatic intRightstatic intUncutstatic intUndefined
-
-
-
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
-
-