Uses of Interface
geo.google.mapping.XmlMappingFunctor

Packages that use XmlMappingFunctor
geo.google   
geo.google.mapping   
 

Uses of XmlMappingFunctor in geo.google
 

Methods in geo.google with parameters of type XmlMappingFunctor
<ReturnType>
ReturnType
GeoAddressStandardizer.standardize(String addressLine, XmlMappingFunctor<ReturnType> mappingFunction)
          Standardize an address using google's geocoding service;
 

Uses of XmlMappingFunctor in geo.google.mapping
 

Classes in geo.google.mapping that implement XmlMappingFunctor
 class XmlToAddressFunctor
          Maps a kml string returns by google's geocode service to a GeoAddress object.
 class XmlToUsAddressFunctor
          Maps a kml string returns by google's geocode service to a GeoUsAddress object.
 class XSLTMappingFunctor
          Use and XSLT to convert an KML xml doc to other format.
 



Copyright © 2008. All Rights Reserved.