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.odroute 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.odroute
Subclasses of ODDataIteratorImpl in org.planit.od.odroute Modifier and Type Class Description class
ODRouteIterator
Iterator which runs through rows and columns of a matrix of Path objects, making the Path, row and column of each cell available
-