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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type AddressLongitudeDirection
 AddressDetails.PostalServiceElements.AddressLongitudeDirection XALMarshaller.marshalAddressLongitudeDirection(AddressLongitudeDirection src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return AddressLongitudeDirection
 AddressLongitudeDirection XALUnmarshaller.unmarshalAddressLongitudeDirection(AddressDetails.PostalServiceElements.AddressLongitudeDirection src)
           
 

Uses of AddressLongitudeDirection in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AddressLongitudeDirection
 AddressLongitudeDirection XALFactory.createAddressLongitudeDirection()
           
 

Uses of AddressLongitudeDirection in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement AddressLongitudeDirection
 class AddressLongitudeDirectionImpl
           
 

Methods in org.citygml4j.impl.xal that return AddressLongitudeDirection
 AddressLongitudeDirection PostalServiceElementsImpl.getAddressLongitudeDirection()
           
 

Methods in org.citygml4j.impl.xal with parameters of type AddressLongitudeDirection
 void PostalServiceElementsImpl.setAddressLongitudeDirection(AddressLongitudeDirection addressLongitudeDirection)
           
 

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

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

Uses of AddressLongitudeDirection in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return AddressLongitudeDirection
 AddressLongitudeDirection PostalServiceElements.getAddressLongitudeDirection()
           
 

Methods in org.citygml4j.model.xal with parameters of type AddressLongitudeDirection
 void PostalServiceElements.setAddressLongitudeDirection(AddressLongitudeDirection addressLongitudeDirection)
           
 

Uses of AddressLongitudeDirection in org.citygml4j.util.walker
 

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