Class TopologyPredicateTracer
java.lang.Object
org.locationtech.jts.operation.relateng.TopologyPredicateTracer
Traces the evaluation of a
TopologyPredicate
.- Author:
- mdavis
-
Method Summary
Modifier and TypeMethodDescriptionstatic TopologyPredicate
trace
(TopologyPredicate pred) Creates a new predicate tracing the evaluation of a given predicate.
-
Method Details
-
trace
Creates a new predicate tracing the evaluation of a given predicate.- Parameters:
pred
- the predicate to trace- Returns:
- the traceable predicate
-