Class DelineationUtil
- java.lang.Object
-
- org.locationtech.jts.jump.demo.delineation.DelineationUtil
-
public class DelineationUtil extends Object
Code used by both CreateDelineationTool and EditDelineationTool.
-
-
Field Summary
Fields Modifier and Type Field Description static Cursor
CURSOR
static String
DELINEATION_LAYER_NAME
static String
DESTINATION_SNAPPED_ATTRIBUTE_NAME
static Icon
ICON
static String
SOURCE_SNAPPED_ATTRIBUTE_NAME
static Color
TOOL_COLOR
static int
TOOL_STROKE_WIDTH
-
Constructor Summary
Constructors Constructor Description DelineationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkDelineationCoordinates(org.locationtech.jts.geom.Coordinate[] coordinates)
static String
toString(boolean b)
-
-
-
Field Detail
-
DELINEATION_LAYER_NAME
public static final String DELINEATION_LAYER_NAME
- See Also:
- Constant Field Values
-
DESTINATION_SNAPPED_ATTRIBUTE_NAME
public static final String DESTINATION_SNAPPED_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
SOURCE_SNAPPED_ATTRIBUTE_NAME
public static final String SOURCE_SNAPPED_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
TOOL_COLOR
public static final Color TOOL_COLOR
-
TOOL_STROKE_WIDTH
public static final int TOOL_STROKE_WIDTH
- See Also:
- Constant Field Values
-
ICON
public static final Icon ICON
-
CURSOR
public static final Cursor CURSOR
-
-