Uses of Class
com.esri.core.geometry.MapGeometry
Packages that use MapGeometry
-
Uses of MapGeometry in com.esri.core.geometry
Methods in com.esri.core.geometry that return MapGeometryModifier and TypeMethodDescriptionabstract MapGeometryOperatorImportFromGeoJson.execute(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) Performs the ImportFromGeoJson operation.abstract MapGeometryOperatorImportFromGeoJson.execute(int import_flags, Geometry.Type type, String geoJsonString, ProgressTracker progress_tracker) Deprecated, use version without import_flags.abstract MapGeometryOperatorImportFromJson.execute(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json stringabstract MapGeometryOperatorImportFromJson.execute(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringstatic MapGeometryGeometryEngine.geoJsonToGeometry(String json, int importFlags, Geometry.Type type) Imports the MapGeometry from its JSON representation.static MapGeometryGeometryEngine.jsonToGeometry(JsonReader json) Imports the MapGeometry from its JSON representation.static MapGeometryGeometryEngine.jsonToGeometry(com.fasterxml.jackson.core.JsonParser json) Imports the MapGeometry from its JSON representation.static MapGeometryGeometryEngine.jsonToGeometry(String json) Imports the MapGeometry from its JSON representation.static MapGeometryOperatorFactoryLocal.loadGeometryFromJSONFileDbg(String file_name) static MapGeometryOperatorFactoryLocal.loadGeometryFromJSONStringDbg(String json)