Uses of Class
org.citygml4j.model.citygml.tunnel.OpeningProperty

Packages that use OpeningProperty
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.model.citygml.tunnel   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type OpeningProperty
 OpeningPropertyType Tunnel200Marshaller.marshalOpeningProperty(OpeningProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return OpeningProperty
 OpeningProperty Tunnel200Unmarshaller.unmarshalOpeningProperty(OpeningPropertyType src)
           
 

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

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

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

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