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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type SubPremiseLocation
 SubPremiseType.SubPremiseLocation XALMarshaller.marshalSubPremiseLocation(SubPremiseLocation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return SubPremiseLocation
 SubPremiseLocation XALUnmarshaller.unmarshalSubPremiseLocation(SubPremiseType.SubPremiseLocation src)
           
 

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

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

Uses of SubPremiseLocation in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return SubPremiseLocation
 SubPremiseLocation SubPremise.getSubPremiseLocation()
           
 

Methods in org.citygml4j.model.xal with parameters of type SubPremiseLocation
 void SubPremise.setSubPremiseLocation(SubPremiseLocation subPremiseLocation)
           
 

Uses of SubPremiseLocation in org.citygml4j.util.walker
 

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