Uses of Class
org.citygml4j.model.citygml.generics.DoubleAttribute

Packages that use DoubleAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return DoubleAttribute
 DoubleAttribute Generics200Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src)
           
 DoubleAttribute Generics100Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src)
           
 

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