Search Results for

    Show / Hide Table of Contents

    Class GeometryComponentFilter

    An IGeometryComponentFilter implementation that applies filtering with the provided FilterMethod

    Inheritance
    object
    GeometryComponentFilter
    Implements
    IGeometryComponentFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries
    Assembly: NetTopologySuite.dll
    Syntax
    public class GeometryComponentFilter : IGeometryComponentFilter

    Constructors

    | Edit this page View Source

    GeometryComponentFilter(FilterMethod)

    Creates an instance of this class

    Declaration
    public GeometryComponentFilter(FilterMethod filterMethod)
    Parameters
    Type Name Description
    FilterMethod filterMethod

    The filter method to be used

    Methods

    | Edit this page View Source

    Filter(Geometry)

    Performs an operation with or on a geometry component.

    Declaration
    public void Filter(Geometry geom)
    Parameters
    Type Name Description
    Geometry geom

    A component of the geometry to which the filter is applied.

    Implements

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