Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.AbstractOpeningType

Packages that use AbstractOpeningType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._1   
 

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

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

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

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

Uses of AbstractOpeningType in org.citygml4j.jaxb.citygml.bldg._1
 

Subclasses of AbstractOpeningType in org.citygml4j.jaxb.citygml.bldg._1
 class DoorType
          Type for doors in walls.
 class WindowType
          Type for windows in walls.
 

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

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