Class IntersectionPoint

java.lang.Object
se.conciliate.extensions.router.IntersectionPoint

public class IntersectionPoint extends Object
Author:
sebastian
  • Field Details

  • Constructor Details

    • IntersectionPoint

      public IntersectionPoint(Point intersection, int zorder, int direction)
    • IntersectionPoint

      public IntersectionPoint(Point intersection, boolean selfIntersecting, int zorder, int direction)
  • Method Details

    • getIntersection

      public Point getIntersection()
    • setIntersection

      public void setIntersection(Point intersection)
    • isSelfIntersecting

      public boolean isSelfIntersecting()
    • setSelfIntersecting

      public void setSelfIntersecting(boolean selfIntersecting)
    • getDirection

      public int getDirection()
    • setDirection

      public void setDirection(int direction)
    • getZorder

      public int getZorder()
    • setZorder

      public void setZorder(int zorder)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object