Package com.esri.core.geometry
Interface JsonWriter.Action
-
- Enclosing class:
- JsonWriter
protected static interface JsonWriter.Action
-
-
Field Summary
Fields Modifier and Type Field Description static int
accept
static int
addArray
static int
addContainer
static int
addKey
static int
addObject
static int
addPair
static int
addTerminal
static int
addValue
static int
popArray
static int
popObject
-
-
-
Field Detail
-
accept
static final int accept
- See Also:
- Constant Field Values
-
addObject
static final int addObject
- See Also:
- Constant Field Values
-
addArray
static final int addArray
- See Also:
- Constant Field Values
-
popObject
static final int popObject
- See Also:
- Constant Field Values
-
popArray
static final int popArray
- See Also:
- Constant Field Values
-
addKey
static final int addKey
- See Also:
- Constant Field Values
-
addTerminal
static final int addTerminal
- See Also:
- Constant Field Values
-
addPair
static final int addPair
- See Also:
- Constant Field Values
-
addContainer
static final int addContainer
- See Also:
- Constant Field Values
-
addValue
static final int addValue
- See Also:
- Constant Field Values
-
-