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

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