Constructor and Description |
---|
GabrielGraph(String name,
boolean oriented) |
GabrielGraph(String name,
boolean oriented,
ITriangulation triGraph) |
GabrielGraph(String name,
boolean oriented,
Set<IFeature> features) |
Modifier and Type | Method and Description |
---|---|
void |
buildGabrielGraph(Set<IFeature> features) |
void |
buildGabrielGraphFromTriangulation(ITriangulation triGraph)
Builds a gabriel graph from a previously computed Delaunay Triangulation.
|
computeCentralities, computeDijkstraShortestPath, cutInConnexParts, equals, getEdgeFromGeoObj, getEdges, getEdgesConnectingNodes, getId, getName, getNodeAt, getNodeFromGeoObj, getNodes, getPaths, hashCode, isOriented, nodeEdgeRatio, setEdges, setId, setName, setNodes, setOriented, setPaths, toString
public GabrielGraph(String name, boolean oriented)
public GabrielGraph(String name, boolean oriented, ITriangulation triGraph)
public void buildGabrielGraphFromTriangulation(ITriangulation triGraph)
triGraph
- Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.