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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopoComplexType
 TopoComplexType ObjectFactory.createTopoComplexType()
          Create an instance of TopoComplexType
 TopoComplexType TopoComplexMemberType.getTopoComplex()
          Ruft den Wert der topoComplex-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TopoComplexType
 javax.xml.bind.JAXBElement<TopoComplexType> ObjectFactory.createTopoComplex(TopoComplexType value)
          Create an instance of JAXBElement<TopoComplexType>}
 void TopoComplexMemberType.setTopoComplex(TopoComplexType value)
          Legt den Wert der topoComplex-Eigenschaft fest.