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

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

Methods in org.citygml4j.factory that return Locality
 Locality XALFactory.createLocality()
           
 

Uses of Locality in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Locality
 class LocalityImpl
           
 

Methods in org.citygml4j.impl.xal that return Locality
 Locality SubAdministrativeAreaImpl.getLocality()
           
 Locality CountryImpl.getLocality()
           
 Locality AdministrativeAreaImpl.getLocality()
           
 Locality AddressDetailsImpl.getLocality()
           
 

Methods in org.citygml4j.impl.xal with parameters of type Locality
 void SubAdministrativeAreaImpl.setLocality(Locality locality)
           
 void CountryImpl.setLocality(Locality locality)
           
 void AdministrativeAreaImpl.setLocality(Locality locality)
           
 void AddressDetailsImpl.setLocality(Locality locality)
           
 

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)