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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeneralConversionRefType
 GeneralConversionRefType ObjectFactory.createGeneralConversionRefType()
          Create an instance of GeneralConversionRefType
 GeneralConversionRefType AbstractGeneralDerivedCRSType.getDefinedByConversion()
          Gets the value of the definedByConversion property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeneralConversionRefType
 javax.xml.bind.JAXBElement<GeneralConversionRefType> ObjectFactory.createDefinedByConversion(GeneralConversionRefType value)
          Create an instance of JAXBElement<GeneralConversionRefType>}
 javax.xml.bind.JAXBElement<GeneralConversionRefType> ObjectFactory.createGeneralConversionRef(GeneralConversionRefType value)
          Create an instance of JAXBElement<GeneralConversionRefType>}
 void AbstractGeneralDerivedCRSType.setDefinedByConversion(GeneralConversionRefType value)
          Sets the value of the definedByConversion property.