Class SegmentNode
Assembly: NetTopologySuite.dll
Syntax
public class SegmentNode : IComparable
Constructors
|
Edit this page
View Source
SegmentNode(INodableSegmentString, Coordinate, int, Octants)
Declaration
public SegmentNode(INodableSegmentString segString, Coordinate coord, int segmentIndex, Octants segmentOctant)
Parameters
Fields
|
Edit this page
View Source
Coord
Declaration
public readonly Coordinate Coord
Field Value
|
Edit this page
View Source
SegmentIndex
Declaration
public readonly int SegmentIndex
Field Value
Properties
|
Edit this page
View Source
Coordinate
Gets the Coordinate giving the location of this node.
Declaration
public Coordinate Coordinate { get; }
Property Value
|
Edit this page
View Source
IsInterior
Declaration
public bool IsInterior { get; }
Property Value
Methods
|
Edit this page
View Source
CompareTo(object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Type |
Description |
int |
-1 this SegmentNode is located before the argument location;
0 this SegmentNode is at the argument location;
1 this SegmentNode is located after the argument location.
|
|
Edit this page
View Source
IsEndPoint(int)
Declaration
public bool IsEndPoint(int maxSegmentIndex)
Parameters
Type |
Name |
Description |
int |
maxSegmentIndex |
|
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Edit this page
View Source
Write(StreamWriter)
Declaration
public void Write(StreamWriter outstream)
Parameters
Implements