Class SegmentNode
Assembly: NetTopologySuite.dll
Syntax
public class SegmentNode : IComparable
Constructors
|
Improve this Doc
View Source
SegmentNode(INodableSegmentString, Coordinate, Int32, Octants)
Declaration
public SegmentNode(INodableSegmentString segString, Coordinate coord, int segmentIndex, Octants segmentOctant)
Parameters
Fields
|
Improve this Doc
View Source
Coord
Declaration
public readonly Coordinate Coord
Field Value
|
Improve this Doc
View Source
SegmentIndex
Declaration
public readonly int SegmentIndex
Field Value
Properties
|
Improve this Doc
View Source
Coordinate
Gets the Coordinate giving the location of this node.
Declaration
public Coordinate Coordinate { get; }
Property Value
|
Improve this Doc
View Source
IsInterior
Declaration
public bool IsInterior { get; }
Property Value
Methods
|
Improve this Doc
View Source
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Type |
Description |
Int32 |
-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.
|
|
Improve this Doc
View Source
IsEndPoint(Int32)
Declaration
public bool IsEndPoint(int maxSegmentIndex)
Parameters
Type |
Name |
Description |
Int32 |
maxSegmentIndex |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
Write(StreamWriter)
Declaration
public void Write(StreamWriter outstream)
Parameters
Implements