Package org.gephi.graph.api
Interface SpatialIndex
-
public interface SpatialIndex
Object to query the nodes and edges of the graph in a spatial context.- Author:
- Eduardo Ramos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgeIterable
getEdgesInArea(Rect2D rect)
NodeIterable
getNodesInArea(Rect2D rect)
-
-
-
Method Detail
-
getNodesInArea
NodeIterable getNodesInArea(Rect2D rect)
-
getEdgesInArea
EdgeIterable getEdgesInArea(Rect2D rect)
-
-