|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.vividsolutions.jts.geom.LineSegment
com.vividsolutions.jump.geom.FeatureSegment
A FeatureSegment is a line segment contained in an edge of a feature
| Field Summary |
| Fields inherited from class com.vividsolutions.jts.geom.LineSegment |
p0, p1 |
| Constructor Summary | |
FeatureSegment(Feature feature,
int index,
com.vividsolutions.jts.geom.Coordinate p0,
com.vividsolutions.jts.geom.Coordinate p1)
|
|
| Method Summary | |
void |
addMatch(FeatureSegment match)
|
Feature |
getFeature()
|
java.util.List |
getMatches()
|
| Methods inherited from class com.vividsolutions.jts.geom.LineSegment |
angle, closestPoint, closestPoints, compareTo, distance, distance, distancePerpendicular, equals, equalsTopo, getCoordinate, getLength, intersection, isHorizontal, isVertical, normalize, orientationIndex, pointAlong, project, project, projectionFactor, reverse, setCoordinates, setCoordinates, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FeatureSegment(Feature feature,
int index,
com.vividsolutions.jts.geom.Coordinate p0,
com.vividsolutions.jts.geom.Coordinate p1)
| Method Detail |
public Feature getFeature()
public void addMatch(FeatureSegment match)
public java.util.List getMatches()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||