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()
          Ruft den Wert der compositeSolid-Eigenschaft ab.
 CompositeSolidType CompositeSolidPropertyType.getCompositeSolid()
          Ruft den Wert der compositeSolid-Eigenschaft ab.
 

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)
          Legt den Wert der compositeSolid-Eigenschaft fest.
 void CompositeSolidPropertyType.setCompositeSolid(CompositeSolidType value)
          Legt den Wert der compositeSolid-Eigenschaft fest.