Package org.geotools.graph.traverse.standard

Examples of org.geotools.graph.traverse.standard.BreadthFirstTopologicalIterator


   * Creates the iterator to be used in the cycle detection.
   *
   * @return a BreathFirstToplogicalIterator.
   */
  protected GraphIterator createIterator() {
    return(new BreadthFirstTopologicalIterator());
  }
View Full Code Here

TOP

Related Classes of org.geotools.graph.traverse.standard.BreadthFirstTopologicalIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.