org.onebusaway.geospatial.grid
Class BoundaryPath

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

public class BoundaryPath
extends Object


Constructor Summary
BoundaryPath()
           
 
Method Summary
 void addEdge(GridIndex index, EDirection direction)
           
 EDirection getDirection(int index)
           
 List<EDirection> getDirections()
           
 GridIndex getIndex(int index)
           
 List<GridIndex> getIndices()
           
 boolean isEmpty()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundaryPath

public BoundaryPath()
Method Detail

isEmpty

public boolean isEmpty()

size

public int size()

addEdge

public void addEdge(GridIndex index,
                    EDirection direction)

getIndices

public List<GridIndex> getIndices()

getIndex

public GridIndex getIndex(int index)

getDirections

public List<EDirection> getDirections()

getDirection

public EDirection getDirection(int index)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.