Uses of Interface
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.factory   
org.citygml4j.impl.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 Core100Marshaller.marshalAddress(Address src)
           
 AddressType Core040Marshaller.marshalAddress(Address src)
           
 void Core100Marshaller.marshalAddress(Address src, AddressType dest)
           
 void Core040Marshaller.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 Core100Unmarshaller.unmarshalAddress(AddressType src)
           
 Address Core040Unmarshaller.unmarshalAddress(AddressType src)
           
 

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

Uses of Address in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Address
 Address CityGMLFactory.createAddress()
           
 

Methods in org.citygml4j.factory with parameters of type Address
 AddressProperty CityGMLFactory.createAddressProperty(Address address)
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement Address
 class AddressImpl
           
 

Methods in org.citygml4j.impl.citygml.core that return Address
 Address AddressPropertyImpl.getAddress()
           
 

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

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 with parameters of type Address
 void AddressProperty.setAddress(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)