public class Subgraph extends Object
Constructor and Description |
---|
Subgraph() |
Modifier and Type | Method and Description |
---|---|
void |
addVertex(Vertex vertex) |
boolean |
contains(Vertex vertex) |
boolean |
containsStreet(Vertex vertex) |
org.locationtech.jts.geom.Geometry |
getConvexHull() |
Vertex |
getRepresentativeVertex() |
Iterator<Vertex> |
stopIterator() |
int |
stopSize() |
Iterator<Vertex> |
streetIterator() |
int |
streetSize() |
public void addVertex(Vertex vertex)
public boolean contains(Vertex vertex)
public boolean containsStreet(Vertex vertex)
public int streetSize()
public int stopSize()
public Vertex getRepresentativeVertex()
public org.locationtech.jts.geom.Geometry getConvexHull()
Copyright © 2019. All rights reserved.