Uses of Class
geo.google.datamodel.GeoUsAddress

Packages that use GeoUsAddress
geo.google   
geo.google.mapping   
 

Uses of GeoUsAddress in geo.google
 

Methods in geo.google that return GeoUsAddress
 GeoUsAddress GeoAddressStandardizer.standardizeToGeoUsAddress(GeoUsAddress usAddress)
          Deprecated. Use #standardizeToUsGeoAddresses(String) instead. This method only returns the first return geocoded address, which is not always the best standardization.
 GeoUsAddress GeoAddressStandardizer.standardizeToGeoUsAddress(String addressLine)
          Deprecated. Use GeoAddressStandardizer.standardizeToGeoUsAddresses(String) instead. This method only returns the first return geocoded address, which is not always the best standardization.
 

Methods in geo.google that return types with arguments of type GeoUsAddress
 List<GeoUsAddress> GeoAddressStandardizer.standardizeToGeoUsAddresses(GeoUsAddress usAddress)
          Standardize an address using google's geocoding service;
 List<GeoUsAddress> GeoAddressStandardizer.standardizeToGeoUsAddresses(String addressLine)
          Standardize an address using google's geocoding service;
 

Methods in geo.google with parameters of type GeoUsAddress
 GeoAddress GeoAddressStandardizer.standardizeToGeoAddress(GeoUsAddress usAddress)
          Deprecated. Use GeoAddressStandardizer.standardizeToGeoAddresses(String) instead. This method only returns the first return geocoded address, which is not always the best standardization.
 List<GeoAddress> GeoAddressStandardizer.standardizeToGeoAddresses(GeoUsAddress usAddress)
          Standardize an address using google's geocoding service;
 GeoUsAddress GeoAddressStandardizer.standardizeToGeoUsAddress(GeoUsAddress usAddress)
          Deprecated. Use #standardizeToUsGeoAddresses(String) instead. This method only returns the first return geocoded address, which is not always the best standardization.
 List<GeoUsAddress> GeoAddressStandardizer.standardizeToGeoUsAddresses(GeoUsAddress usAddress)
          Standardize an address using google's geocoding service;
 

Uses of GeoUsAddress in geo.google.mapping
 

Methods in geo.google.mapping that return GeoUsAddress
 GeoUsAddress AddressToUsAddressFunctor.execute(GeoAddress addr)
           
 

Methods in geo.google.mapping that return types with arguments of type GeoUsAddress
 List<GeoUsAddress> XmlToUsAddressFunctor.execute(String xml)
           
 



Copyright © 2008. All Rights Reserved.