Uses of Class
org.citygml4j.jaxb.citygml.bldg._2.WindowType

Packages that use WindowType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return WindowType
 WindowType Building200Marshaller.marshalWindow(Window src)
           
 

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

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

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

Uses of WindowType in org.citygml4j.jaxb.citygml.bldg._2
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return WindowType
 WindowType ObjectFactory.createWindowType()
          Create an instance of WindowType
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return types with arguments of type WindowType
 javax.xml.bind.JAXBElement<WindowType> ObjectFactory.createWindow(WindowType value)
          Create an instance of JAXBElement<WindowType>}
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 with parameters of type WindowType
 javax.xml.bind.JAXBElement<WindowType> ObjectFactory.createWindow(WindowType value)
          Create an instance of JAXBElement<WindowType>}