public class ChainOfWays extends Object
| Constructor and Description |
|---|
ChainOfWays(OsmWay
|
| Modifier and Type | Method and Description |
|---|---|
void |
addWay(OsmWay
|
long |
getFirst()
|
long |
getLast()
|
int |
getLength()
|
List |
getSegments()
|
Set |
getWaySet()
|
boolean |
isClosed()
|
boolean |
isValidRing()
|
LinearRing |
toLinearRing(OsmEntityProvider
|
LineString |
toLineString(OsmEntityProvider
|
ChainOfNodes |
toSegmentRing()
|
public ChainOfWays(OsmWayway)
public boolean isValidRing()
public void addWay(OsmWayway)
public long getFirst()
public long getLast()
public boolean isClosed()
public List<WaySegment > getSegments()
public LineStringtoLineString(OsmEntityProvider resolver) throws EntityNotFoundException
EntityNotFoundException
public LinearRingtoLinearRing(OsmEntityProvider resolver) throws EntityNotFoundException
EntityNotFoundException
public int getLength()
public ChainOfNodestoSegmentRing()