public class TemporaryRoad extends TemporaryObject
| Constructor and Description |
|---|
TemporaryRoad(java.util.List<DirectedEdge> edges)
Construct a new TemporaryRoad.
|
getBounds, getEdges, getNeighbour, getShape, isDuplicate, isEntirelyInside, makeGMLCoordinates, replaceEdge, setNeighbour, setNeighbourpublic TemporaryRoad(java.util.List<DirectedEdge> edges)
edges - The edges of the road in counter-clockwise order.