Uses of Class
org.citygml4j.jaxb.citygml.gen._2.MeasureAttributeType

Packages that use MeasureAttributeType
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.jaxb.citygml.gen._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics that return MeasureAttributeType
 MeasureAttributeType Generics200Marshaller.marshalMeasureAttribute(MeasureAttribute src)
           
 

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

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

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

Uses of MeasureAttributeType in org.citygml4j.jaxb.citygml.gen._2
 

Methods in org.citygml4j.jaxb.citygml.gen._2 that return MeasureAttributeType
 MeasureAttributeType ObjectFactory.createMeasureAttributeType()
          Create an instance of MeasureAttributeType
 

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

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