Uses of Interface
geo.google.mapping.Functor

Packages that use Functor
geo.google.mapping   
 

Uses of Functor in geo.google.mapping
 

Subinterfaces of Functor in geo.google.mapping
 interface XmlMappingFunctor<ReturnType>
          A function that maps a kml string to an user-defined object.
 

Classes in geo.google.mapping that implement Functor
 class AddressToUsAddressFunctor
          Mapping function that maps a GeoAddress object to a GeoUsAddress object.
 class PointToCoordinateFunctor
          Mapping function that maps a PointType object to a GeoCoordinate object.
 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.
 

Methods in geo.google.mapping that return Functor
 Functor FunctionChain.getHead()
           
 

Methods in geo.google.mapping with parameters of type Functor
static FunctionChain FunctionChain.getChain(Functor func)
           
 void FunctionChain.setHead(Functor head)
           
 

Constructors in geo.google.mapping with parameters of type Functor
FunctionChain(Functor[] functions)
           
FunctionChain(Functor head, FunctionChain tail)
           
 

Constructor parameters in geo.google.mapping with type arguments of type Functor
FunctionChain(List<Functor> functions)
           
 



Copyright © 2008. All Rights Reserved.