Package com.luciad.edit.handles
package com.luciad.edit.handles
Edit handles.
An edit handle
is a visual element on the Map that can react to events to perform an edit operation. See the related guide for an overview of the editing API.
-
ClassDescriptionThis class allows you to specify more options or requirements for actions that can be executed by handles, such as the mouse buttons that users need to click for the action to be executed, or the mouse cursor that is displayed when interacting with the handle.Event that indicates that the collection of
edit handles
has changed.The possible states of anIEditHandle
.A constraint that determines how a move operation is constrained.An edit handle is a visual element on theMap
that can react to events to perform an edit operation.An observer that allows you to receive change events from anIEditHandles
when the collection of handles changes.Abstraction of an action that is executed based on aPoint
.A translate action performs a translation of a geometry or feature.This interface allows to calculate a visual aid line based on the location of the handle.This handle allows you to translate a feature by translating its geometry usingITranslateEditAction
.