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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type AddressLines
 AddressLinesType XALMarshaller.marshalAddressLines(AddressLines src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return AddressLines
 AddressLines XALUnmarshaller.unmarshalAddressLines(AddressLinesType src)
           
 

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

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

Uses of AddressLines in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return AddressLines
 AddressLines AddressDetails.getAddressLines()
           
 

Methods in org.citygml4j.model.xal with parameters of type AddressLines
 void AddressDetails.setAddressLines(AddressLines addressLines)
           
 

Uses of AddressLines in org.citygml4j.util.walker
 

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