Uses of Class
com.esri.core.geometry.MapGeometry
Packages that use MapGeometry
-
Uses of MapGeometry in com.esri.core.geometry
Fields in com.esri.core.geometry declared as MapGeometryModifier and TypeFieldDescription(package private) MapGeometry
SimpleMapGeometryCursor.m_geom
(package private) MapGeometry[]
SimpleMapGeometryCursor.m_geomArray
Methods in com.esri.core.geometry that return MapGeometryModifier and TypeMethodDescriptionabstract MapGeometry
OperatorImportFromGeoJson.execute
(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) Performs the ImportFromGeoJson operation.abstract MapGeometry
OperatorImportFromGeoJson.execute
(int import_flags, Geometry.Type type, String geoJsonString, ProgressTracker progress_tracker) Deprecated, use version without import_flags.OperatorImportFromGeoJsonLocal.execute
(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) OperatorImportFromGeoJsonLocal.execute
(int importFlags, Geometry.Type type, String geoJsonString, ProgressTracker progressTracker) abstract MapGeometry
OperatorImportFromJson.execute
(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json stringabstract MapGeometry
OperatorImportFromJson.execute
(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringOperatorImportFromJsonLocal.execute
(Geometry.Type type, JsonReader jsonParser) OperatorImportFromJsonLocal.execute
(Geometry.Type type, String string) static MapGeometry
OperatorImportFromJsonCursor.fromJsonToEnvelope
(JsonReader parser) static MapGeometry
OperatorImportFromJsonCursor.fromJsonToMultiPoint
(JsonReader parser) static MapGeometry
OperatorImportFromJsonCursor.fromJsonToPoint
(JsonReader parser) static MapGeometry
OperatorImportFromJsonCursor.fromJsonToPolygon
(JsonReader parser) static MapGeometry
OperatorImportFromJsonCursor.fromJsonToPolyline
(JsonReader parser) static MapGeometry
OperatorImportFromJsonCursor.fromJsonToUnknown
(JsonReader parser) static MapGeometry
GeometryEngine.geoJsonToGeometry
(String json, int importFlags, Geometry.Type type) Imports the MapGeometry from its JSON representation.(package private) static MapGeometry
OperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.importFromGeoJson
(int importFlags, Geometry.Type type, JsonReader json_iterator, ProgressTracker progress_tracker, boolean skip_coordinates) (package private) static MapGeometry
OperatorImportFromJsonCursor.importFromJsonParser
(int gt, JsonReader parser) static MapGeometry
GeometryEngine.jsonToGeometry
(JsonReader json) Imports the MapGeometry from its JSON representation.static MapGeometry
GeometryEngine.jsonToGeometry
(com.fasterxml.jackson.core.JsonParser json) Imports the MapGeometry from its JSON representation.static MapGeometry
GeometryEngine.jsonToGeometry
(String json) Imports the MapGeometry from its JSON representation.static MapGeometry
OperatorFactoryLocal.loadGeometryFromJSONFileDbg
(String file_name) static MapGeometry
OperatorFactoryLocal.loadGeometryFromJSONStringDbg
(String json) abstract MapGeometry
MapGeometryCursor.next()
Moves the cursor to the next ProjectedGeometry.OperatorImportFromJsonCursor.next()
SimpleMapGeometryCursor.next()
Constructors in com.esri.core.geometry with parameters of type MapGeometry