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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PremiseLocation
 PremiseElement.PremiseLocation XALMarshaller.marshalPremiseLocation(PremiseLocation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PremiseLocation
 PremiseLocation XALUnmarshaller.unmarshalPremiseLocation(PremiseElement.PremiseLocation src)
           
 

Uses of PremiseLocation in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PremiseLocation
 PremiseLocation XALFactory.createPremiseLocation()
           
 

Uses of PremiseLocation in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement PremiseLocation
 class PremiseLocationImpl
           
 

Methods in org.citygml4j.impl.xal that return PremiseLocation
 PremiseLocation PremiseImpl.getPremiseLocation()
           
 

Methods in org.citygml4j.impl.xal with parameters of type PremiseLocation
 void PremiseImpl.setPremiseLocation(PremiseLocation premiseLocation)
           
 

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

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

Uses of PremiseLocation in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PremiseLocation
 PremiseLocation Premise.getPremiseLocation()
           
 

Methods in org.citygml4j.model.xal with parameters of type PremiseLocation
 void Premise.setPremiseLocation(PremiseLocation premiseLocation)
           
 

Uses of PremiseLocation in org.citygml4j.util.walker
 

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