org.onebusaway.geospatial.grid
Class Boundary

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

public class Boundary
extends Object


Constructor Summary
Boundary()
           
Boundary(BoundaryPath outer, List<BoundaryPath> inner)
           
 
Method Summary
 void addInnerBoundary(BoundaryPath path)
           
 List<BoundaryPath> getInnerBoundaries()
           
 BoundaryPath getOuterBoundary()
           
 void setOuterBoundary(BoundaryPath outer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boundary

public Boundary()

Boundary

public Boundary(BoundaryPath outer,
                List<BoundaryPath> inner)
Method Detail

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.