Uses of Class
com.esri.core.geometry.JsonReaderCursor
-
Packages that use JsonReaderCursor Package Description com.esri.core.geometry -
-
Uses of JsonReaderCursor in com.esri.core.geometry
Subclasses of JsonReaderCursor in com.esri.core.geometry Modifier and Type Class Description (package private) class
SimpleJsonReaderCursor
Fields in com.esri.core.geometry declared as JsonReaderCursor Modifier and Type Field Description (package private) JsonReaderCursor
OperatorImportFromJsonCursor. m_inputJsonParsers
Methods in com.esri.core.geometry with parameters of type JsonReaderCursor Modifier and Type Method Description (package private) abstract MapGeometryCursor
OperatorImportFromJson. execute(Geometry.Type type, JsonReaderCursor jsonReaderCursor)
Performs the ImportFromJson operation on a number of Json StringsMapGeometryCursor
OperatorImportFromJsonLocal. execute(Geometry.Type type, JsonReaderCursor jsonParserCursor)
Constructors in com.esri.core.geometry with parameters of type JsonReaderCursor Constructor Description OperatorImportFromJsonCursor(int type, JsonReaderCursor jsonParsers)
-