org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCShapePoint

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.king_county_metro.model.MetroKCShapePoint
All Implemented Interfaces:
java.lang.Comparable<MetroKCShapePoint>

public class MetroKCShapePoint
extends java.lang.Object
implements java.lang.Comparable<MetroKCShapePoint>


Constructor Summary
MetroKCShapePoint()
           
 
Method Summary
 int compareTo(MetroKCShapePoint o)
           
 double getLat()
           
 double getLon()
           
 int getSequence()
           
 int getTransLinkId()
           
 double getX()
           
 double getY()
           
 void setLat(double lat)
           
 void setLon(double lon)
           
 void setSequence(int sequence)
           
 void setTransLinkId(int transLinkId)
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetroKCShapePoint

public MetroKCShapePoint()
Method Detail

getTransLinkId

public int getTransLinkId()

setTransLinkId

public void setTransLinkId(int transLinkId)

getX

public double getX()

setX

public void setX(double x)

getY

public double getY()

setY

public void setY(double y)

getSequence

public int getSequence()

setSequence

public void setSequence(int sequence)

getLat

public double getLat()

setLat

public void setLat(double lat)

getLon

public double getLon()

setLon

public void setLon(double lon)

compareTo

public int compareTo(MetroKCShapePoint o)
Specified by:
compareTo in interface java.lang.Comparable<MetroKCShapePoint>


Copyright © 2011 OneBusAway. All Rights Reserved.