Package com.esri.core.geometry
Interface JsonReader
- All Known Implementing Classes:
JsonParserReader
public interface JsonReader
An abstract reader for Json.
See JsonParserReader for a concrete implementation around JsonParser.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
double
int
void
-
Method Details
-
nextToken
- Throws:
JsonGeometryException
-
currentToken
- Throws:
JsonGeometryException
-
skipChildren
- Throws:
JsonGeometryException
-
currentString
- Throws:
JsonGeometryException
-
currentDoubleValue
- Throws:
JsonGeometryException
-
currentIntValue
- Throws:
JsonGeometryException
-
currentBooleanValue
- Throws:
JsonGeometryException
-