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

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

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

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

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

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

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

Uses of SubPremise in org.citygml4j.model.xal
 

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

Methods in org.citygml4j.model.xal that return types with arguments of type SubPremise
 java.util.List<SubPremise> Premise.getSubPremise()
           
 

Methods in org.citygml4j.model.xal with parameters of type SubPremise
 void Premise.addSubPremise(SubPremise subPremise)
           
 void SubPremise.setSubPremise(SubPremise subPremise)
           
 boolean Premise.unsetSubPremise(SubPremise subPremise)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type SubPremise
 void Premise.setSubPremise(java.util.List<SubPremise> subPremise)
           
 

Uses of SubPremise in org.citygml4j.util.walker
 

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