Class SnapManager
java.lang.Object
com.vividsolutions.jump.workbench.ui.snap.SnapManager
Inputs and outputs are in model space, not view space.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPolicies(Collection policies) static intgetToleranceInPixels(Blackboard blackboard) static voidsetToleranceInPixels(int toleranceInPixels, Blackboard blackboard) org.locationtech.jts.geom.Coordinatesnap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate) boolean
-
Constructor Details
-
SnapManager
public SnapManager()
-
-
Method Details
-
snap
public org.locationtech.jts.geom.Coordinate snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate) -
addPolicies
-
wasSnapCoordinateFound
public boolean wasSnapCoordinateFound() -
getToleranceInPixels
-
setToleranceInPixels
-