Uses of Interface
com.esri.core.geometry.JsonReader
Packages that use JsonReader
-
Uses of JsonReader in com.esri.core.geometry
Classes in com.esri.core.geometry that implement JsonReaderModifier and TypeClassDescriptionclassA throw in JsonReader built around the Jackson JsonParser.Methods in com.esri.core.geometry that return JsonReaderModifier and TypeMethodDescriptionstatic JsonReaderJsonParserReader.createFromString(String str) Creates a JsonReader for the string.static JsonReaderJsonParserReader.createFromStringNNT(String str) Creates a JsonReader for the string.Methods in com.esri.core.geometry with parameters of type JsonReaderModifier and TypeMethodDescriptionabstract MapGeometryOperatorImportFromGeoJson.execute(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) Performs the ImportFromGeoJson operation.abstract MapGeometryOperatorImportFromJson.execute(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json stringstatic SpatialReferenceSpatialReference.fromJson(JsonReader parser) static MapGeometryGeometryEngine.jsonToGeometry(JsonReader json) Imports the MapGeometry from its JSON representation.