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

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

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

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

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

Uses of AddressLatitude in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AddressLatitude
 AddressLatitude XALFactory.createAddressLatitude()
           
 

Uses of AddressLatitude in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement AddressLatitude
 class AddressLatitudeImpl
           
 

Methods in org.citygml4j.impl.xal that return AddressLatitude
 AddressLatitude PostalServiceElementsImpl.getAddressLatitude()
           
 

Methods in org.citygml4j.impl.xal with parameters of type AddressLatitude
 void PostalServiceElementsImpl.setAddressLatitude(AddressLatitude addressLatitude)
           
 

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

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

Uses of AddressLatitude in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return AddressLatitude
 AddressLatitude PostalServiceElements.getAddressLatitude()
           
 

Methods in org.citygml4j.model.xal with parameters of type AddressLatitude
 void PostalServiceElements.setAddressLatitude(AddressLatitude addressLatitude)
           
 

Uses of AddressLatitude in org.citygml4j.util.walker
 

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