API / geotoolkit / controls / tools / EditMode / EditMode
Editing mode for the AbstractEditor tools. Use bitwise operations for the full customization
Enumeration Members
Enumeration Members
• AddPoint = 8
New points can be added to the node (using mouse click)
• All = 255
All features are included
• Create = 248
Node creating mode (add, create, drag, insert and delete points)
• CreateWithBounds = 16
Creates node by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points
• DeletePoint = 128
Node points can be deleted (using right-click)
• DragPoint = 32
Node points can be moved (using drag-and-drop feature)
• EditBbox = 7
Node bounding box can be edited (resize, translate and rotate)
• EditNode = 231
Node editing mode (all except adding new points and creation with bounds)
• EditPoints = 224
Node point operations
• Ghost = 256
Enables mode when a ghost is edited instead of actual node
• InsertPoint = 64
New points can be added by inserting it inside the node
• Resize = 1
Node can be resized (using bounding box handles)
• Rotate = 4
Node can be rotated (using rotation handle)
• Translate = 2
Node can be translated (using drag-and-drop feature)