public class DSegment
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static long |
INVALID_DSEGMENT_ID |
| 构造器和说明 |
|---|
DSegment(long dsegmentId) |
| 限定符和类型 | 方法和说明 |
|---|---|
AdasPoint[] |
getAdasPoints()
路段id对应的adas形状点数组
|
SlopePoint[] |
getSlopePoints() |
static SlopePoint[] |
getSlopePointsById(long dSegmentId)
路段id对应的adas形状点数组
|
static TransitionAdas |
getTransitionAdas(long inLinkId,
long outLinkId)
获取两个有向路段过渡的ADAS数据,入边与出边必须是直接相连的路段,接口仅在V2版本中数据支持
|
public static final long INVALID_DSEGMENT_ID
public static TransitionAdas getTransitionAdas(long inLinkId, long outLinkId)
inLinkId - 入边的有向路段的IDoutLinkId - 出边的有向路段的IDpublic AdasPoint[] getAdasPoints()
public static SlopePoint[] getSlopePointsById(long dSegmentId)
public SlopePoint[] getSlopePoints()
©Mapbar Engine Team;All Rights Reserved