Class TopologyPredicateTracer

java.lang.Object
org.locationtech.jts.operation.relateng.TopologyPredicateTracer

public class TopologyPredicateTracer extends Object
Traces the evaluation of a TopologyPredicate.
Author:
mdavis
  • Method Details

    • trace

      public static TopologyPredicate trace(TopologyPredicate pred)
      Creates a new predicate tracing the evaluation of a given predicate.
      Parameters:
      pred - the predicate to trace
      Returns:
      the traceable predicate