public class Segment extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
long |
endNodeId
ID of the ending OSM node.
|
long |
startNodeId
ID of the starting OSM node.
|
long |
wayId
ID of the way to which this is attached
|
Constructor and Description |
---|
Segment(io.opentraffic.engine.data.pbf.ExchangeFormat.SegmentDefinition segmentDefinition) |
Segment(long wayId,
long startNodeId,
long endNodeId) |
Segment(StreetEdge edge) |
public final long wayId
public final long startNodeId
public final long endNodeId
public Segment(io.opentraffic.engine.data.pbf.ExchangeFormat.SegmentDefinition segmentDefinition)
public Segment(StreetEdge edge)
public Segment(long wayId, long startNodeId, long endNodeId)
Copyright © 2018. All rights reserved.