org.onebusaway.transit_data_federation.impl.shapes
Class PointAndOrientation

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.shapes.PointAndOrientation

public class PointAndOrientation
extends Object


Constructor Summary
PointAndOrientation(double lat, double lon, double orientation)
           
 
Method Summary
 double getOrientation()
           
 CoordinatePoint getPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointAndOrientation

public PointAndOrientation(double lat,
                           double lon,
                           double orientation)
Method Detail

getPoint

public CoordinatePoint getPoint()

getOrientation

public double getOrientation()


Copyright © 2012 OneBusAway. All Rights Reserved.