Uses of Interface
org.citygml4j.model.xal.DependentThoroughfare

Packages that use DependentThoroughfare
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.factory   
org.citygml4j.impl.xal   
org.citygml4j.model.common.visitor   
org.citygml4j.model.xal   
org.citygml4j.util.walker   
 

Uses of DependentThoroughfare in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type DependentThoroughfare
 ThoroughfareElement.DependentThoroughfare XALMarshaller.marshalDependentThoroughfare(DependentThoroughfare src)
           
 

Uses of DependentThoroughfare in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return DependentThoroughfare
 DependentThoroughfare XALUnmarshaller.unmarshalDependentThoroughfare(ThoroughfareElement.DependentThoroughfare src)
           
 

Uses of DependentThoroughfare in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DependentThoroughfare
 DependentThoroughfare XALFactory.createDependentThoroughfare()
           
 

Uses of DependentThoroughfare in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement DependentThoroughfare
 class DependentThoroughfareImpl
           
 

Methods in org.citygml4j.impl.xal that return DependentThoroughfare
 DependentThoroughfare ThoroughfareImpl.getDependentThoroughfare()
           
 

Methods in org.citygml4j.impl.xal with parameters of type DependentThoroughfare
 void ThoroughfareImpl.setDependentThoroughfare(DependentThoroughfare dependentThoroughfare)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type DependentThoroughfare
 T XALFunctor.apply(DependentThoroughfare dependentThoroughfare)
           
 void XALVisitor.visit(DependentThoroughfare dependentThoroughfare)
           
 

Uses of DependentThoroughfare in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return DependentThoroughfare
 DependentThoroughfare Thoroughfare.getDependentThoroughfare()
           
 

Methods in org.citygml4j.model.xal with parameters of type DependentThoroughfare
 void Thoroughfare.setDependentThoroughfare(DependentThoroughfare dependentThoroughfare)
           
 

Uses of DependentThoroughfare in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type DependentThoroughfare
 void XALWalker.visit(DependentThoroughfare dependentThoroughfare)