Search Results for

    Show / Hide Table of Contents

    Class GeometryExtracterByTypeName

    Extracts the components of type T from a Geometry.

    Inheritance
    object
    GeometryExtracterByTypeName
    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 GeometryExtracterByTypeName : IGeometryFilter

    Constructors

    | Edit this page View Source

    GeometryExtracterByTypeName(string, IList<Geometry>)

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

    Declaration
    public GeometryExtracterByTypeName(string geometryType, IList<Geometry> comps)
    Parameters
    Type Name Description
    string geometryType

    Geometry type to extract (null means all types)

    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.

    | Edit this page View Source

    IsOfType(Geometry, string)

    Y

    Declaration
    protected static bool IsOfType(Geometry geom, string geometryType)
    Parameters
    Type Name Description
    Geometry geom
    string geometryType
    Returns
    Type Description
    bool

    Implements

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