Uses of Interface
org.onebusaway.geospatial.grid.Grid

Packages that use Grid
org.onebusaway.geospatial.grid   
 

Uses of Grid in org.onebusaway.geospatial.grid
 

Classes in org.onebusaway.geospatial.grid that implement Grid
 class AbstractGrid<T>
           
 class FilteredGrid<T>
           
 class MapGrid<T>
           
 

Fields in org.onebusaway.geospatial.grid declared as Grid
protected  Grid<Object> GridFactory._grid
           
 

Methods in org.onebusaway.geospatial.grid with parameters of type Grid
<T> List<Boundary>
BoundaryFactory.getBoundaries(Grid<T> grid)
           
<T> List<Boundary>
BoundaryFactory.getBoundaries(Grid<T> grid, Iterable<Grid.Entry<T>> entries)
           
 

Constructors in org.onebusaway.geospatial.grid with parameters of type Grid
FilteredGrid(Grid<T> grid, IFilter<T> filter)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.