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

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

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

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

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

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