org.shapelogic.util
Class Constants
java.lang.Object
org.shapelogic.util.Constants
public class Constants
- extends java.lang.Object
This just contains a lot of constants.
This should help prevent cyclic dependencies.
- Author:
- Sami Badawi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRECISION
public static final double PRECISION
- See Also:
- Constant Field Values
BYTE_MASK
public static final int BYTE_MASK
- See Also:
- Constant Field Values
DIRECTION_NOT_USED
public static final byte DIRECTION_NOT_USED
- See Also:
- Constant Field Values
DIRECTIONS_AROUND_POINT
public static final int DIRECTIONS_AROUND_POINT
- See Also:
- Constant Field Values
BEFORE_START_INDEX
public static final int BEFORE_START_INDEX
- See Also:
- Constant Field Values
START_INDEX
public static final int START_INDEX
- See Also:
- Constant Field Values
ZERO
public static final java.lang.Integer ZERO
CYCLE_POINTS_X
public static int[] CYCLE_POINTS_X
- What you need to add to the x coordinate to get to the indexed point
CYCLE_POINTS_Y
public static int[] CYCLE_POINTS_Y
- What you need to add to the y coordinate to get to the indexed point
SIMPLE_NUMERIC_TASK
public static final java.lang.String SIMPLE_NUMERIC_TASK
- See Also:
- Constant Field Values
COUNT_COLLECTION_TASK
public static final java.lang.String COUNT_COLLECTION_TASK
- See Also:
- Constant Field Values
FILTER_COUNT_TASK
public static final java.lang.String FILTER_COUNT_TASK
- See Also:
- Constant Field Values
BOOLEAN_TASK
public static final java.lang.String BOOLEAN_TASK
- See Also:
- Constant Field Values
NUMERIC_GREATER_TASK
public static final java.lang.String NUMERIC_GREATER_TASK
- See Also:
- Constant Field Values
COUNT_COLLECTION_GREATER_TASK
public static final java.lang.String COUNT_COLLECTION_GREATER_TASK
- See Also:
- Constant Field Values
FILTER_COUNT_GREATER_TASK
public static final java.lang.String FILTER_COUNT_GREATER_TASK
- See Also:
- Constant Field Values
PARAMETRIC_RULE_TASK
public static final java.lang.String PARAMETRIC_RULE_TASK
- See Also:
- Constant Field Values
TOLERANCE
public static final double TOLERANCE
- See Also:
- Constant Field Values
Constants
public Constants()
Copyright © 2007. All Rights Reserved.