Class EdgeSetNoder


  • public class EdgeSetNoder
    extends java.lang.Object
    Nodes a set of edges. Takes one or more sets of edges and constructs a new set of edges consisting of all the split edges created by noding the input edges together
    Version:
    1.7
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEdges​(java.util.List edges)  
      java.util.List getNodedEdges()  
      • Methods inherited from class java.lang.Object

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

      • addEdges

        public void addEdges​(java.util.List edges)
      • getNodedEdges

        public java.util.List getNodedEdges()