Class OrientedCoordinateArray
Allows comparing Coordinate arrays in an orientation-independent way.
Implements
Inherited Members
Namespace: NetTopologySuite.Noding
Assembly: NetTopologySuite.dll
Syntax
public class OrientedCoordinateArray : IComparable
Constructors
| Edit this page View SourceOrientedCoordinateArray(Coordinate[])
Creates a new OrientedCoordinateArray} for the given Coordinate array.
Declaration
public OrientedCoordinateArray(Coordinate[] pts)
Parameters
| Type | Name | Description |
|---|---|---|
| Coordinate[] | pts |
Methods
| Edit this page View SourceCompareTo(object)
Compares two OrientedCoordinateArrays for their relative order.
Declaration
public int CompareTo(object o1)
Parameters
| Type | Name | Description |
|---|---|---|
| object | o1 |
Returns
| Type | Description |
|---|---|
| int | -1 this one is smaller; |