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

Packages that use DependentLocality
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 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.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)