Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CompositeSolidType

Packages that use CompositeSolidType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of CompositeSolidType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CompositeSolidType
 CompositeSolidType GMLMarshaller.marshalCompositeSolid(CompositeSolid src)
           
 

Uses of CompositeSolidType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CompositeSolidType
 CompositeSolid GMLUnmarshaller.unmarshalCompositeSolid(CompositeSolidType src)
           
 

Uses of CompositeSolidType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CompositeSolidType
 CompositeSolidType ObjectFactory.createCompositeSolidType()
          Create an instance of CompositeSolidType
 CompositeSolidType GeometricComplexPropertyType.getCompositeSolid()
          Gets the value of the compositeSolid property.
 CompositeSolidType CompositeSolidPropertyType.getCompositeSolid()
          Gets the value of the compositeSolid property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CompositeSolidType
 javax.xml.bind.JAXBElement<CompositeSolidType> ObjectFactory.createCompositeSolid(CompositeSolidType value)
          Create an instance of JAXBElement<CompositeSolidType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CompositeSolidType
 javax.xml.bind.JAXBElement<CompositeSolidType> ObjectFactory.createCompositeSolid(CompositeSolidType value)
          Create an instance of JAXBElement<CompositeSolidType>}
 void GeometricComplexPropertyType.setCompositeSolid(CompositeSolidType value)
          Sets the value of the compositeSolid property.
 void CompositeSolidPropertyType.setCompositeSolid(CompositeSolidType value)
          Sets the value of the compositeSolid property.