public class FeatureSegment
extends com.vividsolutions.jts.geom.LineSegment
| Constructor and Description | 
|---|
FeatureSegment(Feature feature,
              int index,
              com.vividsolutions.jts.geom.Coordinate p0,
              com.vividsolutions.jts.geom.Coordinate p1)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addMatch(FeatureSegment match)  | 
Feature | 
getFeature()  | 
java.util.List | 
getMatches()  | 
angle, closestPoint, closestPoints, compareTo, distance, distance, distancePerpendicular, equals, equalsTopo, getCoordinate, getLength, hashCode, intersection, isHorizontal, isVertical, lineIntersection, midPoint, midPoint, normalize, orientationIndex, orientationIndex, pointAlong, pointAlongOffset, project, project, projectionFactor, reverse, segmentFraction, setCoordinates, setCoordinates, toGeometry, toStringpublic FeatureSegment(Feature feature, int index, com.vividsolutions.jts.geom.Coordinate p0, com.vividsolutions.jts.geom.Coordinate p1)
public Feature getFeature()
public void addMatch(FeatureSegment match)
public java.util.List getMatches()