public class RestrictionMembers extends Object
| Modifier and Type | Method and Description |
|---|---|
com.carrotsearch.hppc.LongArrayList |
getAllWays() |
com.carrotsearch.hppc.LongArrayList |
getFromWays() |
com.carrotsearch.hppc.LongArrayList |
getToWays() |
long |
getViaOSMNode() |
com.carrotsearch.hppc.LongArrayList |
getViaWays() |
boolean |
isViaWay() |
static RestrictionMembers |
viaNode(long viaOSMNode,
com.carrotsearch.hppc.LongArrayList fromWays,
com.carrotsearch.hppc.LongArrayList toWays) |
static RestrictionMembers |
viaWay(com.carrotsearch.hppc.LongArrayList fromWays,
com.carrotsearch.hppc.LongArrayList viaWays,
com.carrotsearch.hppc.LongArrayList toWays) |
public static RestrictionMembers viaNode(long viaOSMNode, com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList toWays)
public static RestrictionMembers viaWay(com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList viaWays, com.carrotsearch.hppc.LongArrayList toWays)
public boolean isViaWay()
public long getViaOSMNode()
public com.carrotsearch.hppc.LongArrayList getFromWays()
public com.carrotsearch.hppc.LongArrayList getViaWays()
public com.carrotsearch.hppc.LongArrayList getToWays()
public com.carrotsearch.hppc.LongArrayList getAllWays()
Copyright © 2012–2022. All rights reserved.