Search Results for

    Show / Hide Table of Contents

    Class ShortCircuitedGeometryVisitor

    A visitor to Geometry elements which components, which allows short-circuiting when a defined condition holds.

    Inheritance
    object
    ShortCircuitedGeometryVisitor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    public abstract class ShortCircuitedGeometryVisitor

    Methods

    | Edit this page View Source

    ApplyTo(Geometry)

    Declaration
    public void ApplyTo(Geometry geom)
    Parameters
    Type Name Description
    Geometry geom
    | Edit this page View Source

    IsDone()

    Reports whether visiting components can be terminated. Once this method returns true, it must continue to return true on every subsequent call.

    Declaration
    protected abstract bool IsDone()
    Returns
    Type Description
    bool

    true if visiting can be terminated.

    | Edit this page View Source

    Visit(Geometry)

    Declaration
    protected abstract void Visit(Geometry element)
    Parameters
    Type Name Description
    Geometry element
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX