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

Packages that use TopoSolidType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopoSolidType
 TopoSolidType ObjectFactory.createTopoSolidType()
          Create an instance of TopoSolidType
 TopoSolidType DirectedTopoSolidPropertyType.getTopoSolid()
          Gets the value of the topoSolid property.
 TopoSolidType ContainerPropertyType.getTopoSolid()
          Gets the value of the topoSolid property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TopoSolidType
 javax.xml.bind.JAXBElement<TopoSolidType> ObjectFactory.createTopoSolid(TopoSolidType value)
          Create an instance of JAXBElement<TopoSolidType>}
 void DirectedTopoSolidPropertyType.setTopoSolid(TopoSolidType value)
          Sets the value of the topoSolid property.
 void ContainerPropertyType.setTopoSolid(TopoSolidType value)
          Sets the value of the topoSolid property.