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()
          Ruft den Wert der topoSolid-Eigenschaft ab.
 TopoSolidType ContainerPropertyType.getTopoSolid()
          Ruft den Wert der topoSolid-Eigenschaft ab.
 

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)
          Legt den Wert der topoSolid-Eigenschaft fest.
 void ContainerPropertyType.setTopoSolid(TopoSolidType value)
          Legt den Wert der topoSolid-Eigenschaft fest.