org.onebusaway.geospatial.model
Class EncodedPolylineBean

java.lang.Object
  extended by org.onebusaway.geospatial.model.EncodedPolylineBean
All Implemented Interfaces:
Serializable

public class EncodedPolylineBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EncodedPolylineBean()
           
EncodedPolylineBean(String points, String levels, int length)
           
 
Method Summary
 int getLength()
           
 String getLevels()
           
 String getLevels(int defaultLevel)
           
 String getPoints()
           
 void setLength(int length)
           
 void setLevels(String levels)
           
 void setPoints(String points)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodedPolylineBean

public EncodedPolylineBean()

EncodedPolylineBean

public EncodedPolylineBean(String points,
                           String levels,
                           int length)
Method Detail

getPoints

public String getPoints()

setPoints

public void setPoints(String points)

getLevels

public String getLevels()

getLevels

public String getLevels(int defaultLevel)

setLevels

public void setLevels(String levels)

getLength

public int getLength()

setLength

public void setLength(int length)


Copyright © 2012 OneBusAway. All Rights Reserved.