org.onebusaway.geospatial.grid
Class Boundary
java.lang.Object
org.onebusaway.geospatial.grid.Boundary
public class Boundary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Boundary
public Boundary()
Boundary
public Boundary(BoundaryPath outer,
List<BoundaryPath> inner)
getOuterBoundary
public BoundaryPath getOuterBoundary()
setOuterBoundary
public void setOuterBoundary(BoundaryPath outer)
getInnerBoundaries
public List<BoundaryPath> getInnerBoundaries()
addInnerBoundary
public void addInnerBoundary(BoundaryPath path)
Copyright © 2012 OneBusAway. All Rights Reserved.