Uses of Interface
org.citygml4j.model.citygml.building.AbstractOpening

Packages that use AbstractOpening
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.citygml.building   
org.citygml4j.util.walker   
 

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

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

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

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

Uses of AbstractOpening in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractOpening
 OpeningProperty CityGMLFactory.createOpeningProperty(AbstractOpening opening)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement AbstractOpening
 class AbstractOpeningImpl
           
 class DoorImpl
           
 class WindowImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return AbstractOpening
 AbstractOpening OpeningPropertyImpl.getOpening()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type AbstractOpening
 void OpeningPropertyImpl.setOpening(AbstractOpening opening)
           
 

Uses of AbstractOpening in org.citygml4j.model.citygml.building
 

Subinterfaces of AbstractOpening in org.citygml4j.model.citygml.building
 interface Door
           
 interface Window
           
 

Methods in org.citygml4j.model.citygml.building that return AbstractOpening
 AbstractOpening OpeningProperty.getOpening()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type AbstractOpening
 void OpeningProperty.setOpening(AbstractOpening opening)
           
 

Uses of AbstractOpening in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractOpening
 T GMLFunctionWalker.apply(AbstractOpening abstractOpening)
           
 T FeatureFunctionWalker.apply(AbstractOpening abstractOpening)
           
 void GMLWalker.visit(AbstractOpening abstractOpening)
           
 void FeatureWalker.visit(AbstractOpening abstractOpening)