Uses of Class
eu.europa.ec.eurostat.jgiscotools.graph.base.structure.Node
-
Packages that use Node Package Description eu.europa.ec.eurostat.jgiscotools.graph.algo Various algorithms on graphs.eu.europa.ec.eurostat.jgiscotools.graph.algo.stroke Stroke analysis on graphs.eu.europa.ec.eurostat.jgiscotools.graph.base Basic manipulation of graphs.eu.europa.ec.eurostat.jgiscotools.graph.base.structure Graph structure. -
-
Uses of Node in eu.europa.ec.eurostat.jgiscotools.graph.algo
Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo that return Node Modifier and Type Method Description static NodeGraphUtils. areConnected(Edge e1, Edge e2)Check if two edges are connected.Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo that return types with arguments of type Node Modifier and Type Method Description static Set<Node>GraphUtils. getNodes(Collection<Edge> edges)Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo with parameters of type Node Modifier and Type Method Description static EdgeNodeReduction. ensure(Node n)static EdgeNodeReduction. ensure(Node n, NodeReduction.NodeReductionCriteria nrc)booleanNodeReduction.NodeReductionCriteria. isReducable(Node n)static voidEdgeMerging. merge(Graph g, Edge e1, Node n, Edge e2)static voidNodeDisplacement. moveTo(Node n, double x, double y)Method parameters in eu.europa.ec.eurostat.jgiscotools.graph.algo with type arguments of type Node Modifier and Type Method Description static Collection<Edge>NodeReduction. ensure(Collection<Node> ns)static Collection<Edge>NodeReduction. ensure(Collection<Node> ns, NodeReduction.NodeReductionCriteria nrc) -
Uses of Node in eu.europa.ec.eurostat.jgiscotools.graph.algo.stroke
Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo.stroke with parameters of type Node Modifier and Type Method Description protected org.locationtech.jts.geom.CoordinateStrokeConnectionSalienceComputation. getCoordinateForDeflation(Edge e, Node n) -
Uses of Node in eu.europa.ec.eurostat.jgiscotools.graph.base
Methods in eu.europa.ec.eurostat.jgiscotools.graph.base with parameters of type Node Modifier and Type Method Description static FeatureGraphToFeature. asFeature(Node n)static StringTopologyAnalysis. getTopologicalType(Node n)static booleanTopologyAnalysis. isCoastal(Node n)static booleanTopologyAnalysis. isDangle(Node n)static booleanTopologyAnalysis. isSingle(Node n) -
Uses of Node in eu.europa.ec.eurostat.jgiscotools.graph.base.structure
Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure that return Node Modifier and Type Method Description NodeGraph. buildNode(org.locationtech.jts.geom.Coordinate c)NodeGraph. getCreateNodeAt(org.locationtech.jts.geom.Coordinate c)NodeEdge. getN1()NodeEdge. getN2()NodeGraph. getNode(String id)NodeGraph. getNodeAt(org.locationtech.jts.geom.Coordinate c)Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure that return types with arguments of type Node Modifier and Type Method Description Set<Node>Face. getNodes()Set<Node>Graph. getNodes()Collection<Node>Graph. getNodesAt(org.locationtech.jts.geom.Envelope env)Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure with parameters of type Node Modifier and Type Method Description EdgeGraph. buildEdge(Node n1, Node n2)EdgeGraph. buildEdge(Node n1, Node n2, org.locationtech.jts.geom.Coordinate[] coords)Set<Edge>Graph. getEdge(Node n1, Node n2)voidGraph. insertInSpatialIndex(Node n)voidGraph. remove(Node n)booleanGraph. removeFromSpatialIndex(Node n)voidEdge. setN1(Node n)voidEdge. setN2(Node n)
-