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

Packages that use ThoroughfarePreDirection
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 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.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)