org.onebusaway.geocoder.impl
Class FixedGeocoderImpl
java.lang.Object
org.onebusaway.geocoder.impl.FixedGeocoderImpl
- All Implemented Interfaces:
- GeocoderService
public class FixedGeocoderImpl
- extends Object
- implements GeocoderService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedGeocoderImpl
public FixedGeocoderImpl()
setLat
public void setLat(double lat)
setLon
public void setLon(double lon)
setAddress
public void setAddress(String address)
setCity
public void setCity(String city)
setState
public void setState(String state)
setPostalCode
public void setPostalCode(String postalCode)
setCountry
public void setCountry(String country)
geocode
public GeocoderResults geocode(String location)
- Specified by:
geocode
in interface GeocoderService
Copyright © 2012 OneBusAway. All Rights Reserved.