Uses of Class
org.planit.od.ODDataIteratorImpl
-
Packages that use ODDataIteratorImpl Package Description org.planit.od.odmatrix This package contains classes for managing OD matrices.org.planit.od.odpath This package holds the origin-destination path objects. -
-
Uses of ODDataIteratorImpl in org.planit.od.odmatrix
Subclasses of ODDataIteratorImpl in org.planit.od.odmatrix Modifier and Type Class Description class
ODMatrixIterator
Iterator which runs through rows and columns of an OD matrix, making the value, row and column of each cell available -
Uses of ODDataIteratorImpl in org.planit.od.odpath
Subclasses of ODDataIteratorImpl in org.planit.od.odpath Modifier and Type Class Description class
ODPathIterator
Iterator which runs through rows and columns of a matrix of Path objects, making the Path, row and column of each cell available
-