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

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

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

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

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

Uses of AddressLongitude in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AddressLongitude
 AddressLongitude XALFactory.createAddressLongitude()
           
 

Uses of AddressLongitude in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement AddressLongitude
 class AddressLongitudeImpl
           
 

Methods in org.citygml4j.impl.xal that return AddressLongitude
 AddressLongitude PostalServiceElementsImpl.getAddressLongitude()
           
 

Methods in org.citygml4j.impl.xal with parameters of type AddressLongitude
 void PostalServiceElementsImpl.setAddressLongitude(AddressLongitude addressLongitude)
           
 

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

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

Uses of AddressLongitude in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return AddressLongitude
 AddressLongitude PostalServiceElements.getAddressLongitude()
           
 

Methods in org.citygml4j.model.xal with parameters of type AddressLongitude
 void PostalServiceElements.setAddressLongitude(AddressLongitude addressLongitude)
           
 

Uses of AddressLongitude in org.citygml4j.util.walker
 

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