org.shapelogic.util
Class Constants

java.lang.Object
  extended by 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

Field Summary
static int BEFORE_START_INDEX
           
static java.lang.String BOOLEAN_TASK
           
static int BYTE_MASK
           
static java.lang.String COUNT_COLLECTION_GREATER_TASK
           
static java.lang.String COUNT_COLLECTION_TASK
           
static int[] CYCLE_POINTS_X
          What you need to add to the x coordinate to get to the indexed point
static int[] CYCLE_POINTS_Y
          What you need to add to the y coordinate to get to the indexed point
static byte DIRECTION_NOT_USED
           
static int DIRECTIONS_AROUND_POINT
           
static java.lang.String FILTER_COUNT_GREATER_TASK
           
static java.lang.String FILTER_COUNT_TASK
           
static java.lang.String NUMERIC_GREATER_TASK
           
static java.lang.String PARAMETRIC_RULE_TASK
           
static double PRECISION
           
static java.lang.String SIMPLE_NUMERIC_TASK
           
static int START_INDEX
           
static double TOLERANCE
           
static java.lang.Integer ZERO
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Constants

public Constants()


Copyright © 2007. All Rights Reserved.