Uses of Interface
org.citygml4j.model.common.visitor.Functor

Packages that use Functor
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of Functor in org.citygml4j.model.common.visitor
 

Subinterfaces of Functor in org.citygml4j.model.common.visitor
 interface FeatureFunctor<T>
           
 interface GeometryFunctor<T>
           
 interface GMLFunctor<T>
           
 interface XALFunctor<T>
           
 

Uses of Functor in org.citygml4j.util.walker
 

Classes in org.citygml4j.util.walker that implement Functor
 class FeatureFunctionWalker<T>
           
 class GeometryFunctionWalker<T>
           
 class GMLFunctionWalker<T>