org.onebusaway.transit_data_federation.impl.shapes
Interface ShapePointIndex

All Known Implementing Classes:
AbstractShapePointIndex, DistanceTraveledShapePointIndex, FirstShapePointIndex, LastShapePointIndex, LocationShapePointIndex

public interface ShapePointIndex


Method Summary
 int getIndex(ShapePoints points)
           
 CoordinatePoint getPoint(ShapePoints points)
           
 PointAndOrientation getPointAndOrientation(ShapePoints points)
           
 

Method Detail

getIndex

int getIndex(ShapePoints points)

getPoint

CoordinatePoint getPoint(ShapePoints points)

getPointAndOrientation

PointAndOrientation getPointAndOrientation(ShapePoints points)


Copyright © 2012 OneBusAway. All Rights Reserved.