java.lang.Object
java.lang.Enum<ShapeToolType>
com.esri.arcgisruntime.mapping.view.geometryeditor.ShapeToolType
All Implemented Interfaces:
Serializable, Comparable<ShapeToolType>, Constable

public enum ShapeToolType extends Enum<ShapeToolType>
The shapes that can be created by using a ShapeTool with a GeometryEditor.
Since:
200.2.0
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Allows you to drag on a map view to define the corners of a bounding box within which an arrow-shaped geometry fits.
    Allows you to drag on a map view to define the center point and a point on the circumference of an ellipse-shaped geometry.
    Allows you to drag on a map view to define the corners of a bounding box within which a rectangle-shaped geometry fits.
    Allows you to drag on a map view to define the center point and a corner of a triangle-shaped geometry.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    static ShapeToolType[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait