Module com.esri.arcgisruntime
Enum Class SketchCreationMode
- All Implemented Interfaces:
Serializable
,Comparable<SketchCreationMode>
,Constable
@Deprecated(since="200.2.0",
forRemoval=true)
public enum SketchCreationMode
extends Enum<SketchCreationMode>
Deprecated, for removal: This API element is subject to removal in a future version.
Defines what type of geometry is going to be sketched during a SketchEditor session.
- Since:
- 100.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Polyline geometry in one stroke by freehand gestureDeprecated, for removal: This API element is subject to removal in a future version.Polygon geometry in one stroke by freehand gestureDeprecated, for removal: This API element is subject to removal in a future version.Multipoint geometryDeprecated, for removal: This API element is subject to removal in a future version.Point geometryDeprecated, for removal: This API element is subject to removal in a future version.Polygon geometry incrementally vertex by vertexDeprecated, for removal: This API element is subject to removal in a future version.Polyline geometry incrementally vertex by vertexDeprecated, for removal: This API element is subject to removal in a future version.Rectangle geometry. -
Method Summary
Modifier and TypeMethodDescriptionstatic SketchCreationMode
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static SketchCreationMode[]
values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POINT
Deprecated, for removal: This API element is subject to removal in a future version.Point geometry- Since:
- 100.1.0
-
MULTIPOINT
Deprecated, for removal: This API element is subject to removal in a future version.Multipoint geometry- Since:
- 100.1.0
-
POLYLINE
Deprecated, for removal: This API element is subject to removal in a future version.Polyline geometry incrementally vertex by vertex- Since:
- 100.1.0
-
POLYGON
Deprecated, for removal: This API element is subject to removal in a future version.Polygon geometry incrementally vertex by vertex- Since:
- 100.1.0
-
FREEHAND_LINE
Deprecated, for removal: This API element is subject to removal in a future version.Polyline geometry in one stroke by freehand gesture- Since:
- 100.1.0
-
FREEHAND_POLYGON
Deprecated, for removal: This API element is subject to removal in a future version.Polygon geometry in one stroke by freehand gesture- Since:
- 100.1.0
-
RECTANGLE
Deprecated, for removal: This API element is subject to removal in a future version.Rectangle geometry. A rectangle is drawn by three points - the first two establish a base line and the third defines the rectangle on one side of the base line.- Since:
- 100.9.0
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
SketchEditor
. New development should useGeometryEditor
instead.GeometryType
provides analogous functionality forGeometryEditor
.