Table of Contents

Class OrientedCoordinateArray

Namespace
NetTopologySuite.Noding
Assembly
NetTopologySuite.dll

Allows comparing Coordinate arrays in an orientation-independent way.

public class OrientedCoordinateArray : IComparable
Inheritance
OrientedCoordinateArray
Implements
Inherited Members

Constructors

OrientedCoordinateArray(Coordinate[])

Creates a new OrientedCoordinateArray} for the given Coordinate array.

public OrientedCoordinateArray(Coordinate[] pts)

Parameters

pts Coordinate[]

Methods

CompareTo(object)

Compares two OrientedCoordinateArrays for their relative order.

public int CompareTo(object o1)

Parameters

o1 object

Returns

int

-1 this one is smaller;
0 the two objects are equal;
1 this one is greater.