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

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