Class TopologyPredicateTracer
Traces the evaluation of a TopologyPredicate.
Inherited Members
Namespace: NetTopologySuite.Operation.RelateNG
Assembly: NetTopologySuite.dll
Syntax
public static class TopologyPredicateTracer
Methods
| Edit this page View SourceTrace(TopologyPredicate)
Creates a new predicate tracing the evaluation of a given predicate.
Declaration
public static TopologyPredicate Trace(TopologyPredicate pred)
Parameters
| Type | Name | Description |
|---|---|---|
| TopologyPredicate | pred | The predicate to trace |
Returns
| Type | Description |
|---|---|
| TopologyPredicate | the traceable predicate |
Trace(TopologyPredicate, TextWriter)
Creates a new predicate tracing the evaluation of a given predicate.
Declaration
public static TopologyPredicate Trace(TopologyPredicate pred, TextWriter tw)
Parameters
| Type | Name | Description |
|---|---|---|
| TopologyPredicate | pred | The predicate to trace |
| TextWriter | tw | A text writer |
Returns
| Type | Description |
|---|---|
| TopologyPredicate | the traceable predicate |