Uses of Class
org.citygml4j.model.citygml.core.Address

Packages that use Address
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.model.citygml.core   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of Address in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type Address
 AddressType Core200Marshaller.marshalAddress(Address src)
           
 AddressType Core100Marshaller.marshalAddress(Address src)
           
 void Core200Marshaller.marshalAddress(Address src, AddressType dest)
           
 void Core100Marshaller.marshalAddress(Address src, AddressType dest)
           
 

Uses of Address in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return Address
 Address Core200Unmarshaller.unmarshalAddress(AddressType src)
           
 Address Core100Unmarshaller.unmarshalAddress(AddressType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type Address
 void Core200Unmarshaller.unmarshalAddress(AddressType src, Address dest)
           
 void Core100Unmarshaller.unmarshalAddress(AddressType src, Address dest)
           
 

Uses of Address in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return Address
 Address AddressProperty.getAddress()
           
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type Address
 java.lang.Class<Address> AddressProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type Address
 void AddressProperty.setAddress(Address address)
           
 

Constructors in org.citygml4j.model.citygml.core with parameters of type Address
AddressProperty(Address address)
           
 

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

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

Uses of Address in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Address
 T GMLFunctionWalker.apply(Address address)
           
 T FeatureFunctionWalker.apply(Address address)
           
 void GMLWalker.visit(Address address)
           
 void FeatureWalker.visit(Address address)