Class CircleSearcher

    • Constructor Summary

      Constructors 
      Constructor Description
      CircleSearcher()  
    • Method Summary

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

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

      • CircleSearcher

        public CircleSearcher()