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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PostalRoute
 PostalRouteType XALMarshaller.marshalPostalRoute(PostalRoute src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PostalRoute
 PostalRoute XALUnmarshaller.unmarshalPostalRoute(PostalRouteType src)
           
 

Uses of PostalRoute in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PostalRoute
 PostalRoute XALFactory.createPostalRoute()
           
 

Uses of PostalRoute in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement PostalRoute
 class PostalRouteImpl
           
 

Methods in org.citygml4j.impl.xal that return PostalRoute
 PostalRoute PostOfficeImpl.getPostalRoute()
           
 PostalRoute LocalityImpl.getPostalRoute()
           
 PostalRoute DependentLocalityImpl.getPostalRoute()
           
 

Methods in org.citygml4j.impl.xal with parameters of type PostalRoute
 void PostOfficeImpl.setPostalRoute(PostalRoute postalRoute)
           
 void LocalityImpl.setPostalRoute(PostalRoute postalRoute)
           
 void DependentLocalityImpl.setPostalRoute(PostalRoute postalRoute)
           
 

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

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

Uses of PostalRoute in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostalRoute
 PostalRoute PostOffice.getPostalRoute()
           
 PostalRoute Locality.getPostalRoute()
           
 PostalRoute DependentLocality.getPostalRoute()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostalRoute
 void PostOffice.setPostalRoute(PostalRoute postalRoute)
           
 void Locality.setPostalRoute(PostalRoute postalRoute)
           
 void DependentLocality.setPostalRoute(PostalRoute postalRoute)
           
 

Uses of PostalRoute in org.citygml4j.util.walker
 

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