| net.refractions.udig.tools.edit.support.SnapBehaviour
SnapBehaviour | public enum SnapBehaviour (Code) | | Indicates the different ways that snapping can behave.
author: Jesse since: 1.1.0 |
ALL_LAYERS | Enum Constant ALL_LAYERS(Code) | | Search all layers
|
CURRENT_LAYER | Enum Constant CURRENT_LAYER(Code) | | Search the current layer and the selected features
|
GRID | Enum Constant GRID(Code) | | Snap to a grid defined in the preferences
|
OFF | Enum Constant OFF(Code) | | No snapping
|
SELECTED | Enum Constant SELECTED(Code) | | Snap to features selected (on the edit blackboard)
|
|
|