Class Node
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
-
- eu.europa.ec.eurostat.jgiscotools.graph.base.structure.Node
-
public class Node extends GraphElement
A graph node. It is located somewhere and is linked to incoming and outcoming edges.- Author:
- julien gaffuri
-
-
Field Summary
-
Fields inherited from class eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
obj, value
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.CoordinategetC()Set<Edge>getEdges()ArrayList<Edge>getEdgesAsList()HashSet<Face>getFaces()org.locationtech.jts.geom.PointgetGeometry()Set<Edge>getInEdges()Set<Edge>getOutEdges()-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
getGraph, getId, toString
-
-