Last updated

API / geotoolkit / controls / tools / EditMode / EditMode

Enumeration: EditMode

tools.EditMode.EditMode

Editing mode for the AbstractEditor tools. Use bitwise operations for the full customization

Table of contents

Enumeration Members

Contents

Enumeration Members

AddPoint

AddPoint = 8

New points can be added to the node (using mouse click)


All

All = 255

All features are included


Create

Create = 248

Node creating mode (add, create, drag, insert and delete points)


CreateWithBounds

CreateWithBounds = 16

Creates node by inscribing it into a bounding rectangle defined by the start (mouse down) and end (mouse up) points


DeletePoint

DeletePoint = 128

Node points can be deleted (using right-click)


DragPoint

DragPoint = 32

Node points can be moved (using drag-and-drop feature)


EditBbox

EditBbox = 7

Node bounding box can be edited (resize, translate and rotate)


EditNode

EditNode = 231

Node editing mode (all except adding new points and creation with bounds)


EditPoints

EditPoints = 224

Node point operations


Ghost

Ghost = 256

Enables mode when a ghost is edited instead of actual node


InsertPoint

InsertPoint = 64

New points can be added by inserting it inside the node


Resize

Resize = 1

Node can be resized (using bounding box handles)


Rotate

Rotate = 4

Node can be rotated (using rotation handle)


Translate

Translate = 2

Node can be translated (using drag-and-drop feature)