Uses of Class
org.citygml4j.jaxb.citygml.gen._1.DoubleAttributeType

Packages that use DoubleAttributeType
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.jaxb.citygml.gen._1   
 

Uses of DoubleAttributeType in org.citygml4j.builder.jaxb.marshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return DoubleAttributeType
 DoubleAttributeType Generics100Marshaller.marshalDoubleAttribute(DoubleAttribute src)
           
 DoubleAttributeType Generics100Marshaller.marshalMeasureAttribute(MeasureAttribute src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type DoubleAttributeType
 void Generics100Marshaller.marshalDoubleAttribute(DoubleAttribute src, DoubleAttributeType dest)
           
 void Generics100Marshaller.marshalMeasureAttribute(MeasureAttribute src, DoubleAttributeType dest)
           
 

Uses of DoubleAttributeType in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type DoubleAttributeType
 DoubleAttribute Generics100Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src)
           
 void Generics100Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src, DoubleAttribute dest)
           
 

Uses of DoubleAttributeType in org.citygml4j.jaxb.citygml.gen._1
 

Methods in org.citygml4j.jaxb.citygml.gen._1 that return DoubleAttributeType
 DoubleAttributeType ObjectFactory.createDoubleAttributeType()
          Create an instance of DoubleAttributeType
 

Methods in org.citygml4j.jaxb.citygml.gen._1 that return types with arguments of type DoubleAttributeType
 javax.xml.bind.JAXBElement<DoubleAttributeType> ObjectFactory.createDoubleAttribute(DoubleAttributeType value)
          Create an instance of JAXBElement<DoubleAttributeType>}
 

Methods in org.citygml4j.jaxb.citygml.gen._1 with parameters of type DoubleAttributeType
 javax.xml.bind.JAXBElement<DoubleAttributeType> ObjectFactory.createDoubleAttribute(DoubleAttributeType value)
          Create an instance of JAXBElement<DoubleAttributeType>}