Uses of Class
org.citygml4j.jaxb.citygml._0_4._OpeningType

Packages that use _OpeningType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type _OpeningType
 void Building040Marshaller.marshalOpening(AbstractOpening src, _OpeningType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type _OpeningType
 void Building040Unmarshaller.unmarshalOpening(_OpeningType src, AbstractOpening dest)
           
 

Uses of _OpeningType in org.citygml4j.jaxb.citygml._0_4
 

Subclasses of _OpeningType in org.citygml4j.jaxb.citygml._0_4
 class DoorType
          Type for doors in walls.
 class WindowType
          Type for windows in walls.
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type _OpeningType
 javax.xml.bind.JAXBElement<_OpeningType> ObjectFactory.create_Opening(_OpeningType value)
          Create an instance of JAXBElement<_OpeningType>}