org.onebusaway.transit_data.model
Class PolygonBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.PolygonBean
All Implemented Interfaces:
Serializable

public class PolygonBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
PolygonBean()
           
 
Method Summary
 double[] getLat()
           
 double[] getLon()
           
 void setLat(double[] lat)
           
 void setLon(double[] lon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonBean

public PolygonBean()
Method Detail

getLat

public double[] getLat()

setLat

public void setLat(double[] lat)

getLon

public double[] getLon()

setLon

public void setLon(double[] lon)


Copyright © 2012 OneBusAway. All Rights Reserved.