geo.google.mapping
Class AddressToUsAddressFunctor
java.lang.Object
geo.google.mapping.AddressToUsAddressFunctor
- All Implemented Interfaces:
- Functor<GeoUsAddress,GeoAddress,GeoException>
public final class AddressToUsAddressFunctor
- extends Object
- implements Functor<GeoUsAddress,GeoAddress,GeoException>
Mapping function that maps a GeoAddress
object to a GeoUsAddress
object.
- Author:
- jliang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressToUsAddressFunctor
public AddressToUsAddressFunctor()
getInstance
public static AddressToUsAddressFunctor getInstance()
execute
public GeoUsAddress execute(GeoAddress addr)
- Specified by:
execute
in interface Functor<GeoUsAddress,GeoAddress,GeoException>
Copyright © 2008. All Rights Reserved.