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

Packages that use DoubleAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.factory   
org.citygml4j.impl.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 Generics100Marshaller.marshalDoubleAttribute(DoubleAttribute src)
           
 DoubleAttributeType Generics040Marshaller.marshalDoubleAttribute(DoubleAttribute src)
           
 void Generics100Marshaller.marshalDoubleAttribute(DoubleAttribute src, DoubleAttributeType dest)
           
 void Generics040Marshaller.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 Generics100Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src)
           
 DoubleAttribute Generics040Unmarshaller.unmarshalDoubleAttribute(DoubleAttributeType src)
           
 

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

Uses of DoubleAttribute in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DoubleAttribute
 DoubleAttribute CityGMLFactory.createDoubleAttribute()
           
 

Uses of DoubleAttribute in org.citygml4j.impl.citygml.generics
 

Classes in org.citygml4j.impl.citygml.generics that implement DoubleAttribute
 class DoubleAttributeImpl