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
| Improve this Doc View SourceOrientedCoordinateArray(Coordinate[])
Creates a new OrientedCoordinateArray} for the given Coordinate array.
Declaration
public OrientedCoordinateArray(Coordinate[] pts)
Parameters
Type | Name | Description |
---|---|---|
Coordinate[] | pts |
Methods
| Improve this Doc 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 |
---|---|
Int32 | -1 this one is smaller; |