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

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

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

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

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

Uses of AddressLatitudeDirection in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AddressLatitudeDirection
 AddressLatitudeDirection XALFactory.createAddressLatitudeDirection()
           
 

Uses of AddressLatitudeDirection in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement AddressLatitudeDirection
 class AddressLatitudeDirectionImpl
           
 

Methods in org.citygml4j.impl.xal that return AddressLatitudeDirection
 AddressLatitudeDirection PostalServiceElementsImpl.getAddressLatitudeDirection()
           
 

Methods in org.citygml4j.impl.xal with parameters of type AddressLatitudeDirection
 void PostalServiceElementsImpl.setAddressLatitudeDirection(AddressLatitudeDirection addressLatitudeDirection)
           
 

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

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

Uses of AddressLatitudeDirection in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return AddressLatitudeDirection
 AddressLatitudeDirection PostalServiceElements.getAddressLatitudeDirection()
           
 

Methods in org.citygml4j.model.xal with parameters of type AddressLatitudeDirection
 void PostalServiceElements.setAddressLatitudeDirection(AddressLatitudeDirection addressLatitudeDirection)
           
 

Uses of AddressLatitudeDirection in org.citygml4j.util.walker
 

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