Uses of Class
com.esri.core.geometry.JsonCursor
-
Packages that use JsonCursor Package Description com.esri.core.geometry -
-
Uses of JsonCursor in com.esri.core.geometry
Subclasses of JsonCursor in com.esri.core.geometry Modifier and Type Class Description (package private) class
OperatorExportToGeoJsonCursor
(package private) class
OperatorExportToJsonCursor
(package private) class
SimpleJsonCursor
Methods in com.esri.core.geometry that return JsonCursor Modifier and Type Method Description abstract JsonCursor
OperatorExportToGeoJson. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)
Performs the ExportToGeoJson operationJsonCursor
OperatorExportToGeoJsonLocal. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)
abstract JsonCursor
OperatorExportToJson. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)
Performs the ExportToJson operationJsonCursor
OperatorExportToJsonLocal. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)
-