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

Packages that use Window
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 Window in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type Window
 WindowType Tunnel200Marshaller.marshalWindow(Window src)
           
 void Tunnel200Marshaller.marshalWindow(Window src, WindowType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return Window
 Window Tunnel200Unmarshaller.unmarshalWindow(WindowType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type Window
 void Tunnel200Unmarshaller.unmarshalWindow(WindowType src, Window dest)
           
 

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

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

Uses of Window in org.citygml4j.util.walker
 

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