org.onebusaway.geospatial.grid
Class BoundaryFactory

java.lang.Object
  extended by org.onebusaway.geospatial.grid.BoundaryFactory

public class BoundaryFactory
extends Object


Constructor Summary
BoundaryFactory()
           
 
Method Summary
<T> List<Boundary>
getBoundaries(Grid<T> grid)
           
<T> List<Boundary>
getBoundaries(Grid<T> grid, Iterable<Grid.Entry<T>> entries)
           
 void setPruneAllButCorners(boolean pruneAllButCorners)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundaryFactory

public BoundaryFactory()
Method Detail

setPruneAllButCorners

public void setPruneAllButCorners(boolean pruneAllButCorners)

getBoundaries

public <T> List<Boundary> getBoundaries(Grid<T> grid)

getBoundaries

public <T> List<Boundary> getBoundaries(Grid<T> grid,
                                        Iterable<Grid.Entry<T>> entries)


Copyright © 2012 OneBusAway. All Rights Reserved.