Class Node


  • public class Node
    extends GraphElement
    A graph node. It is located somewhere and is linked to incoming and outcoming edges.
    Author:
    julien gaffuri
    • Method Detail

      • getC

        public org.locationtech.jts.geom.Coordinate getC()
      • getGeometry

        public org.locationtech.jts.geom.Point getGeometry()
      • getInEdges

        public Set<Edge> getInEdges()
      • getOutEdges

        public Set<Edge> getOutEdges()
      • getEdges

        public Set<Edge> getEdges()