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

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

Uses of Window in org.citygml4j.builder.jaxb.marshal.citygml.building
 

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return Window
 Window Building200Unmarshaller.unmarshalWindow(WindowType src)
           
 Window Building100Unmarshaller.unmarshalWindow(WindowType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type Window
 void Building200Unmarshaller.unmarshalWindow(WindowType src, Window dest)
           
 void Building100Unmarshaller.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)