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

Packages that use SubPremiseLocation
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 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.factory
 

Methods in org.citygml4j.factory that return SubPremiseLocation
 SubPremiseLocation XALFactory.createSubPremiseLocation()
           
 

Uses of SubPremiseLocation in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement SubPremiseLocation
 class SubPremiseLocationImpl
           
 

Methods in org.citygml4j.impl.xal that return SubPremiseLocation
 SubPremiseLocation SubPremiseImpl.getSubPremiseLocation()
           
 

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

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)