Package com.graphhopper.reader.osm
Class RestrictionMembers
java.lang.Object
com.graphhopper.reader.osm.RestrictionMembers
-
Method Summary
Modifier and TypeMethodDescriptioncom.carrotsearch.hppc.LongArrayList
com.carrotsearch.hppc.LongArrayList
com.carrotsearch.hppc.LongArrayList
long
com.carrotsearch.hppc.LongArrayList
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)
-
Method Details
-
viaNode
public static RestrictionMembers viaNode(long viaOSMNode, com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList toWays) -
viaWay
public static RestrictionMembers viaWay(com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList viaWays, com.carrotsearch.hppc.LongArrayList toWays) -
isViaWay
public boolean isViaWay() -
getViaOSMNode
public long getViaOSMNode() -
getFromWays
public com.carrotsearch.hppc.LongArrayList getFromWays() -
getViaWays
public com.carrotsearch.hppc.LongArrayList getViaWays() -
getToWays
public com.carrotsearch.hppc.LongArrayList getToWays() -
getAllWays
public com.carrotsearch.hppc.LongArrayList getAllWays()
-