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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfarePostDirection
 ThoroughfarePostDirectionType XALMarshaller.marshalThoroughfarePostDirection(ThoroughfarePostDirection src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfarePostDirection
 ThoroughfarePostDirection XALUnmarshaller.unmarshalThoroughfarePostDirection(ThoroughfarePostDirectionType src)
           
 

Uses of ThoroughfarePostDirection in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfarePostDirection
 ThoroughfarePostDirection XALFactory.createThoroughfarePostDirection()
           
 

Uses of ThoroughfarePostDirection in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfarePostDirection
 class ThoroughfarePostDirectionImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfarePostDirection
 ThoroughfarePostDirection ThoroughfareImpl.getThoroughfarePostDirection()
           
 ThoroughfarePostDirection DependentThoroughfareImpl.getThoroughfarePostDirection()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfarePostDirection
 void ThoroughfareImpl.setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
           
 void DependentThoroughfareImpl.setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
           
 

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

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

Uses of ThoroughfarePostDirection in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfarePostDirection
 ThoroughfarePostDirection Thoroughfare.getThoroughfarePostDirection()
           
 ThoroughfarePostDirection DependentThoroughfare.getThoroughfarePostDirection()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfarePostDirection
 void Thoroughfare.setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
           
 void DependentThoroughfare.setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
           
 

Uses of ThoroughfarePostDirection in org.citygml4j.util.walker
 

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