Uses of Class
org.citygml4j.jaxb.citygml.tun._2.OpeningPropertyType

Packages that use OpeningPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.jaxb.citygml.tun._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return OpeningPropertyType
 OpeningPropertyType Tunnel200Marshaller.marshalOpeningProperty(OpeningProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type OpeningPropertyType
 OpeningProperty Tunnel200Unmarshaller.unmarshalOpeningProperty(OpeningPropertyType src)
           
 

Uses of OpeningPropertyType in org.citygml4j.jaxb.citygml.tun._2
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return OpeningPropertyType
 OpeningPropertyType ObjectFactory.createOpeningPropertyType()
          Create an instance of OpeningPropertyType
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type OpeningPropertyType
 java.util.List<OpeningPropertyType> AbstractBoundarySurfaceType.getOpening()
          Gets the value of the opening property.
 

Method parameters in org.citygml4j.jaxb.citygml.tun._2 with type arguments of type OpeningPropertyType
 void AbstractBoundarySurfaceType.setOpening(java.util.List<OpeningPropertyType> opening)
          Sets the value of the opening property.