Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalWindow(Window src)
           
 WindowType Building040Marshaller.marshalWindow(Window src)
           
 void Building100Marshaller.marshalWindow(Window src, WindowType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalWindow(WindowType src)
           
 Window Building040Unmarshaller.unmarshalWindow(WindowType src)
           
 

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

Uses of Window in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Window
 Window CityGMLFactory.createWindow()
           
 

Uses of Window in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement Window
 class WindowImpl
           
 

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)