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

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

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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type ClosureSurface
 void Bridge200Unmarshaller.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)