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

Packages that use Thoroughfare
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 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.factory
 

Methods in org.citygml4j.factory that return Thoroughfare
 Thoroughfare XALFactory.createThoroughfare()
           
 

Uses of Thoroughfare in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Thoroughfare
 class ThoroughfareImpl
           
 

Methods in org.citygml4j.impl.xal that return Thoroughfare
 Thoroughfare LocalityImpl.getThoroughfare()
           
 Thoroughfare LargeMailUserImpl.getThoroughfare()
           
 Thoroughfare DependentLocalityImpl.getThoroughfare()
           
 Thoroughfare CountryImpl.getThoroughfare()
           
 Thoroughfare AddressDetailsImpl.getThoroughfare()
           
 

Methods in org.citygml4j.impl.xal with parameters of type Thoroughfare
 void LocalityImpl.setThoroughfare(Thoroughfare thoroughfare)
           
 void LargeMailUserImpl.setThoroughfare(Thoroughfare thoroughfare)
           
 void DependentLocalityImpl.setThoroughfare(Thoroughfare thoroughfare)
           
 void CountryImpl.setThoroughfare(Thoroughfare thoroughfare)
           
 void AddressDetailsImpl.setThoroughfare(Thoroughfare thoroughfare)
           
 

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)