Package com.esri.core.geometry
Class JSONUtils
- java.lang.Object
-
- com.esri.core.geometry.JSONUtils
-
final class JSONUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JSONUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
isObjectStart(JsonReader parser)
(package private) static double
readDouble(JsonReader parser)
-
-
-
Method Detail
-
isObjectStart
static boolean isObjectStart(JsonReader parser) throws java.lang.Exception
- Throws:
java.lang.Exception
-
readDouble
static double readDouble(JsonReader parser)
-
-