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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SymbolType
 SymbolType ObjectFactory.createSymbolType()
          Create an instance of SymbolType
 SymbolType TopologyStyleType.getSymbol()
          Ruft den Wert der symbol-Eigenschaft ab.
 SymbolType GeometryStyleType.getSymbol()
          Ruft den Wert der symbol-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SymbolType
 javax.xml.bind.JAXBElement<SymbolType> ObjectFactory.createSymbol(SymbolType value)
          Create an instance of JAXBElement<SymbolType>}
 void TopologyStyleType.setSymbol(SymbolType value)
          Legt den Wert der symbol-Eigenschaft fest.
 void GeometryStyleType.setSymbol(SymbolType value)
          Legt den Wert der symbol-Eigenschaft fest.