Class NaiveCircleSearcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(org.locationtech.jts.geom.Point startPosition)
      SearchPath move()
      Use this to perform a initial move, without a hint given.
      SearchPath move​(CircleHint circleHint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NaiveCircleSearcher

        public NaiveCircleSearcher()
    • Method Detail

      • init

        public void init​(org.locationtech.jts.geom.Point startPosition)
        Specified by:
        init in interface Searcher<CircleHint>
        Parameters:
        startPosition - the Searcher starting position, he will initialized on.
      • move

        public SearchPath move()
        Description copied from interface: Searcher
        Use this to perform a initial move, without a hint given. This is for the case, the searcher starts. (as he does normally)
        Specified by:
        move in interface Searcher<CircleHint>
        Returns:
        SearchPath, containing only the starting position.