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

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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return MeasureAttribute
 MeasureAttribute Generics200Unmarshaller.unmarshalMeasureAttribute(MeasureAttributeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type MeasureAttribute
 void Generics200Unmarshaller.unmarshalMeasureAttribute(MeasureAttributeType src, MeasureAttribute dest)