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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type ClosureSurface
 ClosureSurfaceType Tunnel200Marshaller.marshalClosureSurface(ClosureSurface src)
           
 void Tunnel200Marshaller.marshalClosureSurface(ClosureSurface src, ClosureSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return ClosureSurface
 ClosureSurface Tunnel200Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type ClosureSurface
 void Tunnel200Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src, ClosureSurface dest)
           
 

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

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

Uses of ClosureSurface in org.citygml4j.util.walker
 

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