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

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

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

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

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

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

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

Uses of Country in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Country
 Country AddressDetails.getCountry()
           
 

Methods in org.citygml4j.model.xal with parameters of type Country
 void AddressDetails.setCountry(Country country)
           
 

Uses of Country in org.citygml4j.util.walker
 

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