com.supermap.mapping
Class SnapMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.SnapMode
-
public class SnapMode extends Enum
Snap mode
-
-
Field Summary
Fields Modifier and Type Field and Description static SnapMode
POINT_DRAG_LINE
Snap along the linestatic SnapMode
POINT_ON_ENDPOINT
End point snapstatic SnapMode
POINT_ON_LINE
Snap point on the linestatic SnapMode
POINT_ON_POINT
Node snap
-
-
-
Field Detail
-
POINT_ON_ENDPOINT
public static final SnapMode POINT_ON_ENDPOINT
End point snap
-
POINT_ON_POINT
public static final SnapMode POINT_ON_POINT
Node snap
-
POINT_ON_LINE
public static final SnapMode POINT_ON_LINE
Snap point on the line
-
POINT_DRAG_LINE
public static final SnapMode POINT_DRAG_LINE
Snap along the line
-
-