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

Packages that use OpeningPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.citygml.brid._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.brid._2 with type arguments of type OpeningPropertyType
 void AbstractBoundarySurfaceType.setOpening(java.util.List<OpeningPropertyType> opening)
          Sets the value of the opening property.