Search Results for

    Show / Hide Table of Contents

    Class CoordinateCountFilter

    A CoordinateFilter that counts the total number of coordinates in a Geometry.

    Inheritance
    object
    CoordinateCountFilter
    Implements
    ICoordinateFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    public class CoordinateCountFilter : ICoordinateFilter

    Properties

    | Edit this page View Source

    Count

    Returns the result of the filtering.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Filter(Coordinate)

    Declaration
    public void Filter(Coordinate coord)
    Parameters
    Type Name Description
    Coordinate coord

    Implements

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