Search in sources :

Example 1 with NonRobustLineIntersector

use of com.revolsys.geometry.algorithm.NonRobustLineIntersector in project com.revolsys.open by revolsys.

the class LineIntersectorBenchmark method run.

@Override
public void run() {
    exercise(new NonRobustLineIntersector());
    exercise(new RobustLineIntersector());
}
Also used : NonRobustLineIntersector(com.revolsys.geometry.algorithm.NonRobustLineIntersector) NonRobustLineIntersector(com.revolsys.geometry.algorithm.NonRobustLineIntersector) RobustLineIntersector(com.revolsys.geometry.algorithm.RobustLineIntersector)

Aggregations

NonRobustLineIntersector (com.revolsys.geometry.algorithm.NonRobustLineIntersector)1 RobustLineIntersector (com.revolsys.geometry.algorithm.RobustLineIntersector)1