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

Packages that use ThoroughfareName
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 ThoroughfareName in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareName
 ThoroughfareNameType XALMarshaller.marshalThoroughfareName(ThoroughfareName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareName
 ThoroughfareName XALUnmarshaller.unmarshalThoroughfareName(ThoroughfareNameType src)
           
 

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

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

Uses of ThoroughfareName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type ThoroughfareName
 java.util.List<ThoroughfareName> Thoroughfare.getThoroughfareName()
           
 java.util.List<ThoroughfareName> DependentThoroughfare.getThoroughfareName()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareName
 void Thoroughfare.addThoroughfareName(ThoroughfareName thoroughfareName)
           
 void DependentThoroughfare.addThoroughfareName(ThoroughfareName thoroughfareName)
           
 boolean Thoroughfare.unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 boolean DependentThoroughfare.unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type ThoroughfareName
 void Thoroughfare.setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 void DependentThoroughfare.setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 

Uses of ThoroughfareName in org.citygml4j.util.walker
 

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