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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SolidType
 SolidType GMLMarshaller.marshalSolid(Solid src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SolidType
 Solid GMLUnmarshaller.unmarshalSolid(SolidType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SolidType
 SolidType ObjectFactory.createSolidType()
          Create an instance of SolidType
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SolidType
 javax.xml.bind.JAXBElement<SolidType> ObjectFactory.createSolid(SolidType value)
          Create an instance of JAXBElement<SolidType>}