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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfarePreDirection
 ThoroughfarePreDirectionType XALMarshaller.marshalThoroughfarePreDirection(ThoroughfarePreDirection src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfarePreDirection
 ThoroughfarePreDirection XALUnmarshaller.unmarshalThoroughfarePreDirection(ThoroughfarePreDirectionType src)
           
 

Uses of ThoroughfarePreDirection in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfarePreDirection
 ThoroughfarePreDirection XALFactory.createThoroughfarePreDirection()
           
 

Uses of ThoroughfarePreDirection in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfarePreDirection
 class ThoroughfarePreDirectionImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfarePreDirection
 ThoroughfarePreDirection ThoroughfareImpl.getThoroughfarePreDirection()
           
 ThoroughfarePreDirection DependentThoroughfareImpl.getThoroughfarePreDirection()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfarePreDirection
 void ThoroughfareImpl.setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
           
 void DependentThoroughfareImpl.setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
           
 

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

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

Uses of ThoroughfarePreDirection in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfarePreDirection
 ThoroughfarePreDirection Thoroughfare.getThoroughfarePreDirection()
           
 ThoroughfarePreDirection DependentThoroughfare.getThoroughfarePreDirection()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfarePreDirection
 void Thoroughfare.setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
           
 void DependentThoroughfare.setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
           
 

Uses of ThoroughfarePreDirection in org.citygml4j.util.walker
 

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