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

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

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

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

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

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

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

Uses of Thoroughfare in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Thoroughfare
 Thoroughfare Locality.getThoroughfare()
           
 Thoroughfare LargeMailUser.getThoroughfare()
           
 Thoroughfare DependentLocality.getThoroughfare()
           
 Thoroughfare Country.getThoroughfare()
           
 Thoroughfare AddressDetails.getThoroughfare()
           
 

Methods in org.citygml4j.model.xal with parameters of type Thoroughfare
 void Locality.setThoroughfare(Thoroughfare thoroughfare)
           
 void LargeMailUser.setThoroughfare(Thoroughfare thoroughfare)
           
 void DependentLocality.setThoroughfare(Thoroughfare thoroughfare)
           
 void Country.setThoroughfare(Thoroughfare thoroughfare)
           
 void AddressDetails.setThoroughfare(Thoroughfare thoroughfare)
           
 

Uses of Thoroughfare in org.citygml4j.util.walker
 

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