Codota Logo
PrepareContractionHierarchies$Params.forTraversalMode
Code IndexAdd Codota to your IDE (free)

How to use
forTraversalMode
method
in
com.graphhopper.routing.ch.PrepareContractionHierarchies$Params

Best Java code snippets using com.graphhopper.routing.ch.PrepareContractionHierarchies$Params.forTraversalMode (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Point p =
  • Codota Iconnew Point(x, y)
  • Codota Iconnew Point()
  • Codota IconMouseEvent e;e.getPoint()
  • Smart code suggestions by Codota
}
origin: graphhopper/graphhopper

public PrepareContractionHierarchies(CHGraph chGraph, Weighting weighting, TraversalMode traversalMode) {
  this.prepareGraph = chGraph;
  this.traversalMode = traversalMode;
  this.weighting = weighting;
  prepareWeighting = new PreparationWeighting(weighting);
  this.params = Params.forTraversalMode(traversalMode);
}
origin: com.graphhopper/graphhopper-core

public PrepareContractionHierarchies(Directory dir, GraphHopperStorage ghStorage, CHGraph chGraph, TraversalMode traversalMode) {
  this.dir = dir;
  this.ghStorage = ghStorage;
  this.prepareGraph = (CHGraphImpl) chGraph;
  this.traversalMode = traversalMode;
  this.weighting = ((CHGraphImpl) chGraph).getWeighting();
  prepareWeighting = new PreparationWeighting(weighting);
  this.params = Params.forTraversalMode(traversalMode);
}
com.graphhopper.routing.chPrepareContractionHierarchies$ParamsforTraversalMode

Popular methods of PrepareContractionHierarchies$Params

  • <init>
  • checkPercentage
  • getLastNodesLazyUpdatePercentage
  • getLogMessagesPercentage
  • getNeighborUpdatePercentage
  • getNodesContractedPercentage
  • getPeriodicUpdatesPercentage
  • setLastNodesLazyUpdatePercentage
  • setLogMessagesPercentage
  • setNeighborUpdatePercentage
  • setNodesContractedPercentage
  • setPeriodicUpdatesPercentage
  • setNodesContractedPercentage,
  • setPeriodicUpdatesPercentage

Popular in Java

  • Making http post requests using okhttp
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • runOnUiThread (Activity)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • URI (java.net)
    Represents a Uniform Resource Identifier (URI) reference. Aside from some minor deviations noted bel
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Notification (javax.management)
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Join (org.hibernate.mapping)
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