public class Path extends Walk
modCount
Constructor and Description |
---|
Path() |
Path(Collection<Node> nodes) |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
Tests if the path is valid.
|
add, add, addAll, addAll, addEdge, addEdges, buildEdges, duplicate, equals, equals, getEdges, getFirst, getLast, hashCode, isClosed, remove, remove, remove, removeAll, reverse, riterator, truncate
clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
containsAll, toString
iterator, size
containsAll
parallelStream, stream
public Path()
public Path(Collection<Node> nodes)
public boolean isValid()
isValid
in interface NodeSequence
isValid
in class Walk
Copyright © 1996–2022 Geotools. All rights reserved.