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

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