org.onebusaway.transit_data_federation.impl.beans.itineraries
Class ShapeSupport

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.beans.itineraries.ShapeSupport

public class ShapeSupport
extends Object


Constructor Summary
ShapeSupport()
           
 
Method Summary
static String getFullPath(ShapePoints shapePoints, CoordinatePoint nextPoint)
           
static String getPartialPathBetweenStops(ShapePoints shapePoints, StopTimeEntry fromStop, StopTimeEntry toStop)
           
static String getPartialPathFromStop(ShapePoints shapePoints, StopTimeEntry fromStop, CoordinatePoint nextPoint)
           
static String getPartialPathToStop(ShapePoints shapePoints, StopTimeEntry toStop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeSupport

public ShapeSupport()
Method Detail

getFullPath

public static String getFullPath(ShapePoints shapePoints,
                                 CoordinatePoint nextPoint)

getPartialPathToStop

public static String getPartialPathToStop(ShapePoints shapePoints,
                                          StopTimeEntry toStop)

getPartialPathFromStop

public static String getPartialPathFromStop(ShapePoints shapePoints,
                                            StopTimeEntry fromStop,
                                            CoordinatePoint nextPoint)

getPartialPathBetweenStops

public static String getPartialPathBetweenStops(ShapePoints shapePoints,
                                                StopTimeEntry fromStop,
                                                StopTimeEntry toStop)


Copyright © 2012 OneBusAway. All Rights Reserved.