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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type DependentLocality
 DependentLocalityType XALMarshaller.marshalDependentLocality(DependentLocality src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return DependentLocality
 DependentLocality XALUnmarshaller.unmarshalDependentLocality(DependentLocalityType src)
           
 

Uses of DependentLocality in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DependentLocality
 DependentLocality XALFactory.createDependentLocality()
           
 

Uses of DependentLocality in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement DependentLocality
 class DependentLocalityImpl
           
 

Methods in org.citygml4j.impl.xal that return DependentLocality
 DependentLocality ThoroughfareImpl.getDependentLocality()
           
 DependentLocality LocalityImpl.getDependentLocality()
           
 DependentLocality DependentLocalityImpl.getDependentLocality()
           
 

Methods in org.citygml4j.impl.xal with parameters of type DependentLocality
 void ThoroughfareImpl.setDependentLocality(DependentLocality dependentLocality)
           
 void LocalityImpl.setDependentLocality(DependentLocality dependentLocality)
           
 void DependentLocalityImpl.setDependentLocality(DependentLocality dependentLocality)
           
 

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

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

Uses of DependentLocality in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return DependentLocality
 DependentLocality Thoroughfare.getDependentLocality()
           
 DependentLocality Locality.getDependentLocality()
           
 DependentLocality DependentLocality.getDependentLocality()
           
 

Methods in org.citygml4j.model.xal with parameters of type DependentLocality
 void Thoroughfare.setDependentLocality(DependentLocality dependentLocality)
           
 void Locality.setDependentLocality(DependentLocality dependentLocality)
           
 void DependentLocality.setDependentLocality(DependentLocality dependentLocality)
           
 

Uses of DependentLocality in org.citygml4j.util.walker
 

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