Codota Logo
PrepareContractionHierarchies.findShortcuts
Code IndexAdd Codota to your IDE (free)

How to use
findShortcuts
method
in
com.graphhopper.routing.ch.PrepareContractionHierarchies

Best Java code snippets using com.graphhopper.routing.ch.PrepareContractionHierarchies.findShortcuts (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: com.graphhopper/graphhopper

Set<Shortcut> testFindShortcuts( int node )
{
  findShortcuts(addScHandler.setNode(node));
  return shortcuts.keySet();
}
origin: com.rgi-corp/graphhopper

Set<Shortcut> testFindShortcuts(int node) {
  findShortcuts(addScHandler.setNode(node));
  return shortcuts.keySet();
}
origin: com.rgi-corp/graphhopper

findShortcuts(calcScHandler.setNode(v));
origin: com.graphhopper/graphhopper

findShortcuts(calcScHandler.setNode(v));
origin: com.graphhopper/graphhopper

findShortcuts(addScHandler.setNode(v));
int tmpNewShortcuts = 0;
NEXT_SC:
origin: com.rgi-corp/graphhopper

findShortcuts(addScHandler.setNode(polledNode));
newShortcuts += addShortcuts(shortcuts.keySet());
prepareGraph.setLevel(polledNode, level);
com.graphhopper.routing.chPrepareContractionHierarchiesfindShortcuts

Javadoc

Finds shortcuts, does not change the underlying graph.

Popular methods of PrepareContractionHierarchies

  • getWeighting
  • <init>
  • doWork
  • calculatePriority
    Calculates the priority of adjNode v without changing the graph. Warning: the calculated priority mu
  • close
  • contractNodes
  • getTimesAsString
  • initFromGraph
  • prepareNodes
  • addShortcuts
    Introduces the necessary shortcuts for adjNode v in the graph.
  • fromGraphHopperStorage
  • getCoords
  • fromGraphHopperStorage,
  • getCoords,
  • getOrigEdgeCount,
  • setLazyUpdates,
  • setLogMessages,
  • setNeighborUpdates,
  • setOrigEdgeCount,
  • setPeriodicUpdates,
  • createAStarBidirection

Popular in Java

  • Creating JSON documents from java classes using gson
  • scheduleAtFixedRate (Timer)
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InputStreamReader (java.io)
    An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Permission (java.security)
    Abstract class for representing access to a system resource. All permissions have a name (whose inte
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Reference (javax.naming)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now