Uses of Class
org.locationtech.jts.triangulate.Segment
-
Packages that use Segment Package Description org.locationtech.jts.triangulate Classes to compute Delaunay triangulations. -
-
Uses of Segment in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate with parameters of type Segment Modifier and Type Method Description ConstraintVertexConstraintVertexFactory. createVertex(Coordinate p, Segment constraintSeg)booleanSegment. equalsTopo(Segment s)Determines whether two segments are topologically equal.CoordinateConstraintSplitPointFinder. findSplitPoint(Segment seg, Coordinate encroachPt)Finds a point at which to split an encroached segment to allow the original segment to appear as edges in a constrained Delaunay triangulation.CoordinateMidpointSplitPointFinder. findSplitPoint(Segment seg, Coordinate encroachPt)Gets the midpoint of the split segmentCoordinateNonEncroachingSplitPointFinder. findSplitPoint(Segment seg, Coordinate encroachPt)A basic strategy for finding split points when nothing extra is known about the geometry of the situation.CoordinateSegment. intersection(Segment s)Computes the intersection point between this segment and another one.static CoordinateNonEncroachingSplitPointFinder. projectedSplitPoint(Segment seg, Coordinate encroachPt)Computes a split point which is the projection of the encroaching point on the segment
-