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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ConversionType
 ConversionType ObjectFactory.createConversionType()
          Create an instance of ConversionType
 ConversionType ConversionRefType.getConversion()
          Ruft den Wert der conversion-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ConversionType
 javax.xml.bind.JAXBElement<ConversionType> ObjectFactory.createConversion(ConversionType value)
          Create an instance of JAXBElement<ConversionType>}
 void ConversionRefType.setConversion(ConversionType value)
          Legt den Wert der conversion-Eigenschaft fest.