Search Results for

    Show / Hide Table of Contents

    Class CoordinateArrayFilter

    A CoordinateFilter that creates an array containing every coordinate in a Geometry.

    Inheritance
    object
    CoordinateArrayFilter
    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 CoordinateArrayFilter : ICoordinateFilter

    Constructors

    | Edit this page View Source

    CoordinateArrayFilter(int)

    Constructs a CoordinateArrayFilter.

    Declaration
    public CoordinateArrayFilter(int size)
    Parameters
    Type Name Description
    int size

    The number of points that the CoordinateArrayFilter will collect.

    Properties

    | Edit this page View Source

    Coordinates

    Returns the Coordinates collected by this CoordinateArrayFilter.

    Declaration
    public Coordinate[] Coordinates { get; }
    Property Value
    Type Description
    Coordinate[]

    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