Uses of Class
org.citygml4j.model.xal.ThoroughfareLeadingType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareLeadingType
 ThoroughfareLeadingTypeType XALMarshaller.marshalThoroughfareLeadingType(ThoroughfareLeadingType src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareLeadingType
 ThoroughfareLeadingType XALUnmarshaller.unmarshalThoroughfareLeadingType(ThoroughfareLeadingTypeType src)
           
 

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

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

Uses of ThoroughfareLeadingType in org.citygml4j.model.xal
 

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

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareLeadingType
 void Thoroughfare.setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 void DependentThoroughfare.setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 

Uses of ThoroughfareLeadingType in org.citygml4j.util.walker
 

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