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()
          Gets the value of the symbol property.
 SymbolType GeometryStyleType.getSymbol()
          Gets the value of the symbol property.
 

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)
          Sets the value of the symbol property.
 void GeometryStyleType.setSymbol(SymbolType value)
          Sets the value of the symbol property.