Search Results for

    Show / Hide Table of Contents

    Class RepeatedPointTester

    Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the NTS spec.

    Inheritance
    object
    RepeatedPointTester
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Valid
    Assembly: NetTopologySuite.dll
    Syntax
    public class RepeatedPointTester

    Properties

    | Edit this page View Source

    Coordinate

    Gets a value indicating the location of the repeated point

    Declaration
    public Coordinate Coordinate { get; }
    Property Value
    Type Description
    Coordinate

    Methods

    | Edit this page View Source

    HasRepeatedPoint(CoordinateSequence)

    Checks if an array of Coordinates has a repeated point

    Declaration
    public bool HasRepeatedPoint(CoordinateSequence sequence)
    Parameters
    Type Name Description
    CoordinateSequence sequence

    A coordinate sequence

    Returns
    Type Description
    bool

    true if sequence has a repeated point, otherwise false

    | Edit this page View Source

    HasRepeatedPoint(Coordinate[])

    Checks if an array of Coordinates has a repeated point

    Declaration
    public bool HasRepeatedPoint(Coordinate[] coord)
    Parameters
    Type Name Description
    Coordinate[] coord

    An array of coordinates

    Returns
    Type Description
    bool

    true if coord has a repeated point, otherwise false

    | Edit this page View Source

    HasRepeatedPoint(Geometry)

    Checks if a geometry has a repeated point

    Declaration
    public bool HasRepeatedPoint(Geometry g)
    Parameters
    Type Name Description
    Geometry g

    The geometry to test

    Returns
    Type Description
    bool

    true if the geometry has a repeated point, otherwise false

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