Class FeatureSegment
java.lang.Object
org.locationtech.jts.geom.LineSegment
com.vividsolutions.jump.geom.FeatureSegment
- All Implemented Interfaces:
Serializable, Comparable
public class FeatureSegment
extends org.locationtech.jts.geom.LineSegment
A FeatureSegment is a line segment contained in an edge of a feature
- See Also:
-
Field Summary
Fields inherited from class org.locationtech.jts.geom.LineSegment
p0, p1 -
Constructor Summary
ConstructorsConstructorDescriptionFeatureSegment(Feature feature, int index, org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1) -
Method Summary
Methods inherited from class org.locationtech.jts.geom.LineSegment
angle, closestPoint, closestPoints, compareTo, distance, distance, distancePerpendicular, distancePerpendicularOriented, equals, equalsTopo, getCoordinate, getLength, hashCode, intersection, isHorizontal, isVertical, lineIntersection, maxX, maxY, midPoint, midPoint, minX, minY, normalize, offset, OLDhashCode, orientationIndex, orientationIndex, pointAlong, pointAlongOffset, project, project, projectionFactor, reflect, reverse, segmentFraction, setCoordinates, setCoordinates, toGeometry, toString
-
Constructor Details
-
FeatureSegment
public FeatureSegment(Feature feature, int index, org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1)
-
-
Method Details
-
getFeature
-
addMatch
-
getMatches
-