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

Packages that use OpeningProperty
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   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type OpeningProperty
 OpeningPropertyType Building100Marshaller.marshalOpeningProperty(OpeningProperty src)
           
 OpeningPropertyType Building040Marshaller.marshalOpeningProperty(OpeningProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return OpeningProperty
 OpeningProperty Building100Unmarshaller.unmarshalOpeningProperty(OpeningPropertyType src)
           
 OpeningProperty Building040Unmarshaller.unmarshalOpeningProperty(OpeningPropertyType src)
           
 

Uses of OpeningProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return OpeningProperty
 OpeningProperty CityGMLFactory.createOpeningProperty()
           
 OpeningProperty CityGMLFactory.createOpeningProperty(AbstractOpening opening)
           
 OpeningProperty CityGMLFactory.createOpeningProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement OpeningProperty
 class OpeningPropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return types with arguments of type OpeningProperty
 java.util.List<OpeningProperty> AbstractBoundarySurfaceImpl.getOpening()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type OpeningProperty
 void AbstractBoundarySurfaceImpl.addOpening(OpeningProperty opening)
           
 boolean AbstractBoundarySurfaceImpl.unsetOpening(OpeningProperty opening)
           
 

Method parameters in org.citygml4j.impl.citygml.building with type arguments of type OpeningProperty
 void AbstractBoundarySurfaceImpl.setOpening(java.util.List<OpeningProperty> opening)
           
 

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

Methods in org.citygml4j.model.citygml.building that return types with arguments of type OpeningProperty
 java.util.List<OpeningProperty> AbstractBoundarySurface.getOpening()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type OpeningProperty
 void AbstractBoundarySurface.addOpening(OpeningProperty opening)
           
 boolean AbstractBoundarySurface.unsetOpening(OpeningProperty opening)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type OpeningProperty
 void AbstractBoundarySurface.setOpening(java.util.List<OpeningProperty> opening)