Class adf.EditingPolyline
Extends
adf.EditingPoly.
Defined in: EditTask.js.
Constructor Attributes | Constructor Name and Description |
---|---|
adf.EditingPolyline(id, toolName, action, estate)
Creates a new toolitem to create a polyline shape
|
Field Attributes | Field Name and Description |
---|---|
The associated action of the ToolItem
|
|
's ToolItem Collection this toolitem belongs to
|
|
The id of the ToolItem
|
|
The name of the ToolItem
|
- Fields borrowed from class adf.EditingToolItem:
- isCol, taskId
- Fields borrowed from class adf.MapToolItem:
- blockMapPan, blockMapZoom, control
- Fields borrowed from class adf.ToolItem:
- clientPostBack, defaultImage, defaultStyle, disabledImage, disabledStyle, element, hoverImage, hoverStyle, isActive, isCommand, isDisabled, isMarker, selectedImage, selectedStyle, showLoading, toolTip
- Methods borrowed from class adf.EditingPoly:
- continuousAction, postAction, update
- Methods borrowed from class adf.EditingToolItem:
- activate, updateSnapping
- Methods borrowed from class adf.MapToolItem:
- deactivate
Class Detail
adf.EditingPolyline(id, toolName, action, estate)
Creates a new toolitem to create a polyline shape
- Parameters:
- {String} id
- the id of the tool
- {String} toolName
- the name of the tool
- {adf.Action} action
- the adf.EditingDrawAction bound to this tool
- {adf.EditingState} estate
- adf.EditingState's ToolItem Collection this toolitem belongs to, optional can be null when provided, This allows the ToolItem's state to be preserved during map operations
Field Detail
{String}
action
The associated action of the ToolItem
- Default Value:
- adf.EditingDrawPolyShapeAction(false)
{Boolean}
editingState
's ToolItem Collection this toolitem belongs to
{String}
id
The id of the ToolItem
{String}
name
The name of the ToolItem