Search Results for

    Show / Hide Table of Contents

    Class GeometryExtracter<T>

    Extracts the components of type T from a Geometry.

    Inheritance
    object
    GeometryExtracter<T>
    Implements
    IGeometryFilter
    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 class GeometryExtracter<T> : IGeometryFilter where T : Geometry
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    GeometryExtracter(IList<Geometry>)

    Constructs a filter with a list in which to store the elements found.

    Declaration
    public GeometryExtracter(IList<Geometry> comps)
    Parameters
    Type Name Description
    IList<Geometry> comps

    The list to extract into

    Methods

    | Edit this page View Source

    Filter(Geometry)

    Performs an operation with or on geom.

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

    A Geometry to which the filter is applied.

    Implements

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