Uses of Class
org.citygml4j.model.citygml.tunnel.HollowSpace

Packages that use HollowSpace
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of HollowSpace in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type HollowSpace
 HollowSpaceType Tunnel200Marshaller.marshalHollowSpace(HollowSpace src)
           
 void Tunnel200Marshaller.marshalHollowSpace(HollowSpace src, HollowSpaceType dest)
           
 

Uses of HollowSpace in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return HollowSpace
 HollowSpace Tunnel200Unmarshaller.unmarshalHollowSpace(HollowSpaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type HollowSpace
 void Tunnel200Unmarshaller.unmarshalHollowSpace(HollowSpaceType src, HollowSpace dest)
           
 

Uses of HollowSpace in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return HollowSpace
 HollowSpace InteriorHollowSpaceProperty.getHollowSpace()
           
 

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type HollowSpace
 java.lang.Class<HollowSpace> InteriorHollowSpaceProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type HollowSpace
 void InteriorHollowSpaceProperty.setHollowSpace(HollowSpace hollowSpace)
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type HollowSpace
InteriorHollowSpaceProperty(HollowSpace hollowSpace)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type HollowSpace
 T FeatureFunctor.apply(HollowSpace hollowSpace)
           
 void FeatureVisitor.visit(HollowSpace hollowSpace)
           
 

Uses of HollowSpace in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type HollowSpace
 T GMLFunctionWalker.apply(HollowSpace hollowSpace)
           
 T FeatureFunctionWalker.apply(HollowSpace hollowSpace)
           
 void GMLWalker.visit(HollowSpace hollowSpace)
           
 void FeatureWalker.visit(HollowSpace hollowSpace)