Search Results for

    Show / Hide Table of Contents

    Class TopologyPredicateTracer

    Traces the evaluation of a TopologyPredicate.

    Inheritance
    object
    TopologyPredicateTracer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.RelateNG
    Assembly: NetTopologySuite.dll
    Syntax
    public static class TopologyPredicateTracer

    Methods

    | Edit this page View Source

    Trace(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

    | Edit this page View Source

    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

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX