Table of Contents

Class TaggedLineSegment

Namespace
NetTopologySuite.Simplify
Assembly
NetTopologySuite.dll

A LineSegment which is tagged with its location in a Geometry. Used to index the segments in a point and recover the segment locations from the index.

public class TaggedLineSegment : LineSegment, IComparable<LineSegment>
Inheritance
TaggedLineSegment
Implements
Inherited Members

Constructors

TaggedLineSegment(Coordinate, Coordinate)

public TaggedLineSegment(Coordinate p0, Coordinate p1)

Parameters

p0 Coordinate
p1 Coordinate

TaggedLineSegment(Coordinate, Coordinate, Geometry, int)

public TaggedLineSegment(Coordinate p0, Coordinate p1, Geometry parent, int index)

Parameters

p0 Coordinate
p1 Coordinate
parent Geometry
index int

Properties

Index

public int Index { get; }

Property Value

int

Parent

public Geometry Parent { get; }

Property Value

Geometry