ArcGIS Runtime SDK for iOS: AGSSketchEditor.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSSketchEditor.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSSketchCreationMode {
  AGSSketchCreationModeUnset = -1 , AGSSketchCreationModePoint , AGSSketchCreationModeMultipoint , AGSSketchCreationModePolyline ,
  AGSSketchCreationModePolygon , AGSSketchCreationModeFreehandPolyline , AGSSketchCreationModeFreehandPolygon , AGSSketchCreationModeRectangle ,
  AGSSketchCreationModeEllipse , AGSSketchCreationModeTriangle , AGSSketchCreationModeArrow
}
 

Variables

AGS_EXTERN NSNotificationName __nonnull const AGSSketchEditorGeometryDidChangeNotification
 

Enumeration Type Documentation

◆ AGSSketchCreationMode

Specifies what type of geometry is to be created and the manner in which it is created.

Since
100.0
Enumerator
AGSSketchCreationModeUnset 
AGSSketchCreationModePoint 

Create Point geometry.

AGSSketchCreationModeMultipoint 

Create Multipoint geometry incrementally one vertex at a time.

AGSSketchCreationModePolyline 

Create Polyline geometry incrementally one vertex at a time.

AGSSketchCreationModePolygon 

Create Polygon geometry incrementally one vertex at a time.

AGSSketchCreationModeFreehandPolyline 

Create Polyline geometry using a continuous freehand gesture.

AGSSketchCreationModeFreehandPolygon 

Create Polygon geometry using a continuous freehand gesture.

AGSSketchCreationModeRectangle 

Create Polygon geometry shaped as a rectangle. Use together with AGSSketchResizeModeUniform to create a square.

AGSSketchCreationModeEllipse 

Create Polygon geometry shaped as an ellipse. Use together with AGSSketchResizeModeUniform to create a circle.

AGSSketchCreationModeTriangle 

Create Polygon geometry shaped as a triangle.

AGSSketchCreationModeArrow 

Create Polygon geometry shaped as an arrow.

Variable Documentation

◆ AGSSketchEditorGeometryDidChangeNotification

AGS_EXTERN NSNotificationName __nonnull const AGSSketchEditorGeometryDidChangeNotification

Notification that indicates that the geometry of AGSSketchEditor changed.

Notifications

The class posts AGSSketchEditorGeometryDidChangeNotification when its geometry changes.

Since
100