Uses of Class
org.onebusaway.geospatial.grid.BoundaryPath

Packages that use BoundaryPath
org.onebusaway.geospatial.grid   
 

Uses of BoundaryPath in org.onebusaway.geospatial.grid
 

Methods in org.onebusaway.geospatial.grid that return BoundaryPath
 BoundaryPath Boundary.getOuterBoundary()
           
 

Methods in org.onebusaway.geospatial.grid that return types with arguments of type BoundaryPath
 List<BoundaryPath> Boundary.getInnerBoundaries()
           
 

Methods in org.onebusaway.geospatial.grid with parameters of type BoundaryPath
 void Boundary.addInnerBoundary(BoundaryPath path)
           
protected  EncodedPolylineBean GridFactory.getPathAsEncodedPath(BoundaryPath path)
           
 void Boundary.setOuterBoundary(BoundaryPath outer)
           
 

Constructors in org.onebusaway.geospatial.grid with parameters of type BoundaryPath
Boundary(BoundaryPath outer, List<BoundaryPath> inner)
           
 

Constructor parameters in org.onebusaway.geospatial.grid with type arguments of type BoundaryPath
Boundary(BoundaryPath outer, List<BoundaryPath> inner)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.