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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type Address
 AddressDetails.Address XALMarshaller.marshalAddress(Address src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return Address
 Address XALUnmarshaller.unmarshalAddress(AddressDetails.Address src)
           
 

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

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

Uses of Address in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Address
 Address AddressDetails.getAddress()
           
 

Methods in org.citygml4j.model.xal with parameters of type Address
 void AddressDetails.setAddress(Address address)
           
 

Uses of Address in org.citygml4j.util.walker
 

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