Class ConstraintManager
- java.lang.Object
-
- org.openjump.core.ui.plugin.edittoolbox.tab.ConstraintManager
-
public class ConstraintManager extends Object
Constraint Manager Improved by ioan on 2017-08-05 to honour IncrementalAngle constraint even on the first segment
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABSOLUTE_ANGLE_KEY
static String
ANGLE_SIZE_KEY
static String
CONSTRAIN_ANGLE_ENABLED_KEY
static String
CONSTRAIN_INCREMENTAL_ANGLE_ENABLED_KEY
static String
CONSTRAIN_LENGTH_ENABLED_KEY
static String
CONSTRAIN_RECTANGLE_RATIO_ENABLED_KEY
static String
INCREMENTAL_ANGLE_SIZE_KEY
static String
LENGTH_CONSTRAINT_KEY
protected LayerViewPanel
panel
static String
RATIO_HEIGHT_KEY
static String
RATIO_WIDTH_KEY
static String
RELATIVE_ANGLE_KEY
-
Constructor Summary
Constructors Constructor Description ConstraintManager(WorkbenchContext workbenchContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Coordinate
constrain(LayerViewPanel panel, List coordinates, org.locationtech.jts.geom.Coordinate targetPt, MouseEvent e)
protected org.locationtech.jts.geom.Coordinate
constrainIncrementalAngle(org.locationtech.jts.geom.Coordinate startPt, org.locationtech.jts.geom.Coordinate endPt, org.locationtech.jts.geom.Coordinate targetPt, int angleConstraint)
double
getBearing(org.locationtech.jts.geom.Coordinate startPt, org.locationtech.jts.geom.Coordinate endPt)
-
-
-
Field Detail
-
CONSTRAIN_LENGTH_ENABLED_KEY
public static final String CONSTRAIN_LENGTH_ENABLED_KEY
- See Also:
- Constant Field Values
-
CONSTRAIN_INCREMENTAL_ANGLE_ENABLED_KEY
public static final String CONSTRAIN_INCREMENTAL_ANGLE_ENABLED_KEY
- See Also:
- Constant Field Values
-
CONSTRAIN_ANGLE_ENABLED_KEY
public static final String CONSTRAIN_ANGLE_ENABLED_KEY
- See Also:
- Constant Field Values
-
LENGTH_CONSTRAINT_KEY
public static final String LENGTH_CONSTRAINT_KEY
- See Also:
- Constant Field Values
-
INCREMENTAL_ANGLE_SIZE_KEY
public static final String INCREMENTAL_ANGLE_SIZE_KEY
- See Also:
- Constant Field Values
-
ANGLE_SIZE_KEY
public static final String ANGLE_SIZE_KEY
- See Also:
- Constant Field Values
-
RELATIVE_ANGLE_KEY
public static final String RELATIVE_ANGLE_KEY
- See Also:
- Constant Field Values
-
ABSOLUTE_ANGLE_KEY
public static final String ABSOLUTE_ANGLE_KEY
- See Also:
- Constant Field Values
-
CONSTRAIN_RECTANGLE_RATIO_ENABLED_KEY
public static final String CONSTRAIN_RECTANGLE_RATIO_ENABLED_KEY
- See Also:
- Constant Field Values
-
RATIO_WIDTH_KEY
public static final String RATIO_WIDTH_KEY
- See Also:
- Constant Field Values
-
RATIO_HEIGHT_KEY
public static final String RATIO_HEIGHT_KEY
- See Also:
- Constant Field Values
-
panel
protected LayerViewPanel panel
-
-
Constructor Detail
-
ConstraintManager
public ConstraintManager(WorkbenchContext workbenchContext)
-
-
Method Detail
-
constrain
public org.locationtech.jts.geom.Coordinate constrain(LayerViewPanel panel, List coordinates, org.locationtech.jts.geom.Coordinate targetPt, MouseEvent e)
-
constrainIncrementalAngle
protected org.locationtech.jts.geom.Coordinate constrainIncrementalAngle(org.locationtech.jts.geom.Coordinate startPt, org.locationtech.jts.geom.Coordinate endPt, org.locationtech.jts.geom.Coordinate targetPt, int angleConstraint)
-
getBearing
public double getBearing(org.locationtech.jts.geom.Coordinate startPt, org.locationtech.jts.geom.Coordinate endPt)
-
-