|
||||||||||
| 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.jts.simplify.TaggedLineSegment
A LineSegment which is tagged with its location in a parent Geometry.
Used to index the segments in a geometry and recover the segment locations
from the index.
| Field Summary |
| Fields inherited from class com.vividsolutions.jts.geom.LineSegment |
p0, p1 |
| Constructor Summary | |
TaggedLineSegment(Coordinate p0,
Coordinate p1)
|
|
TaggedLineSegment(Coordinate p0,
Coordinate p1,
Geometry parent,
int index)
|
|
| Method Summary | |
int |
getIndex()
|
Geometry |
getParent()
|
| Methods inherited from class com.vividsolutions.jts.geom.LineSegment |
angle, closestPoint, closestPoints, compareTo, distance, distance, distancePerpendicular, equals, equalsTopo, getCoordinate, getLength, intersection, isHorizontal, isVertical, midPoint, normalize, orientationIndex, orientationIndex, pointAlong, pointAlongOffset, project, project, projectionFactor, reverse, segmentFraction, setCoordinates, setCoordinates, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TaggedLineSegment(Coordinate p0,
Coordinate p1,
Geometry parent,
int index)
public TaggedLineSegment(Coordinate p0,
Coordinate p1)
| Method Detail |
public Geometry getParent()
public int getIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||