Package com.graphhopper.reader.osm
Class RestrictionMembers
java.lang.Object
com.graphhopper.reader.osm.RestrictionMembers
-
Method Summary
Modifier and TypeMethodDescriptioncom.carrotsearch.hppc.LongArrayListcom.carrotsearch.hppc.LongArrayListcom.carrotsearch.hppc.LongArrayListlongcom.carrotsearch.hppc.LongArrayListbooleanisViaWay()static RestrictionMembersviaNode(long viaOSMNode, com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList toWays) static RestrictionMembersviaWay(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()
-