Uses of Class
org.locationtech.jts.geom.LineSegment
-
Packages that use LineSegment Package Description org.locationtech.jts.geom org.locationtech.jts.index.chain -
-
Uses of LineSegment in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return LineSegment Modifier and Type Method Description LineSegmentLineSegment. project(LineSegment seg)Project a line segment onto this line segment and return the resulting line segment.Methods in org.locationtech.jts.geom with parameters of type LineSegment Modifier and Type Method Description Coordinate[]LineSegment. closestPoints(LineSegment line)Computes the closest points on two line segments.doubleLineSegment. distance(LineSegment ls)Computes the distance between this line segment and another segment.booleanLineSegment. equalsTopo(LineSegment other)Returnstrueifotheris topologically equal to this LineSegment (e.g.CoordinateLineSegment. intersection(LineSegment line)Computes an intersection point between two line segments, if there is one.CoordinateLineSegment. lineIntersection(LineSegment line)Computes the intersection point of the lines of infinite extent defined by two line segments (if there is one).intLineSegment. orientationIndex(LineSegment seg)Determines the orientation of a LineSegment relative to this segment.LineSegmentLineSegment. project(LineSegment seg)Project a line segment onto this line segment and return the resulting line segment.voidLineSegment. setCoordinates(LineSegment ls)Constructors in org.locationtech.jts.geom with parameters of type LineSegment Constructor Description LineSegment(LineSegment ls) -
Uses of LineSegment in org.locationtech.jts.index.chain
Fields in org.locationtech.jts.index.chain declared as LineSegment Modifier and Type Field Description protected LineSegmentMonotoneChainOverlapAction. overlapSeg1protected LineSegmentMonotoneChainOverlapAction. overlapSeg2Methods in org.locationtech.jts.index.chain with parameters of type LineSegment Modifier and Type Method Description voidMonotoneChain. getLineSegment(int index, LineSegment ls)Gets the line segment starting atindexvoidMonotoneChainOverlapAction. overlap(LineSegment seg1, LineSegment seg2)This is a convenience function which can be overridden to obtain the actual line segments which overlapvoidMonotoneChainSelectAction. select(LineSegment seg)This is a convenience method which can be overridden to obtain the actual line segment which is selected.
-