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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type Locality
 LocalityElement XALMarshaller.marshalLocality(Locality src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return Locality
 Locality XALUnmarshaller.unmarshalLocality(LocalityElement src)
           
 

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

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

Uses of Locality in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Locality
 Locality SubAdministrativeArea.getLocality()
           
 Locality Country.getLocality()
           
 Locality AdministrativeArea.getLocality()
           
 Locality AddressDetails.getLocality()
           
 

Methods in org.citygml4j.model.xal with parameters of type Locality
 void SubAdministrativeArea.setLocality(Locality locality)
           
 void Country.setLocality(Locality locality)
           
 void AdministrativeArea.setLocality(Locality locality)
           
 void AddressDetails.setLocality(Locality locality)
           
 

Uses of Locality in org.citygml4j.util.walker
 

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