This is the main handler for snapping to coordinates. It supports different modes of operating and different algorithms for the actual snapping. The different algorithms to use are defined in the vector layer configurations objects, while the modes are defined by the {@link SnappingMode} class.
All you have to do to make use of snapping, is to make an instance of this class, and call the snap
method.
|
|