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

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

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

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

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

Uses of Premise in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Premise
 Premise XALFactory.createPremise()
           
 

Uses of Premise in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Premise
 class PremiseImpl
           
 

Methods in org.citygml4j.impl.xal that return Premise
 Premise ThoroughfareImpl.getPremise()
           
 Premise PremiseImpl.getPremise()
           
 Premise LocalityImpl.getPremise()
           
 Premise DependentLocalityImpl.getPremise()
           
 

Methods in org.citygml4j.impl.xal with parameters of type Premise
 void ThoroughfareImpl.setPremise(Premise premise)
           
 void PremiseImpl.setPremise(Premise premise)
           
 void LocalityImpl.setPremise(Premise premise)
           
 void DependentLocalityImpl.setPremise(Premise premise)
           
 

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

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

Uses of Premise in org.citygml4j.model.xal
 

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

Methods in org.citygml4j.model.xal with parameters of type Premise
 void Thoroughfare.setPremise(Premise premise)
           
 void Premise.setPremise(Premise premise)
           
 void Locality.setPremise(Premise premise)
           
 void DependentLocality.setPremise(Premise premise)
           
 

Uses of Premise in org.citygml4j.util.walker
 

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