Search Results for

    Show / Hide Table of Contents

    Class ConnectedElementPointFilter

    Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list

    Inheritance
    object
    ConnectedElementPointFilter
    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.Operation.Distance
    Assembly: NetTopologySuite.dll
    Syntax
    public class ConnectedElementPointFilter : IGeometryFilter

    Methods

    | Edit this page View Source

    Filter(Geometry)

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

    GetCoordinates(Geometry)

    Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified point. Thus, if the specified point is not a GeometryCollection, an empty list will be returned.

    Declaration
    public static IList<Coordinate> GetCoordinates(Geometry geom)
    Parameters
    Type Name Description
    Geometry geom
    Returns
    Type Description
    IList<Coordinate>

    Implements

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