Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MeasureListType

Packages that use MeasureListType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of MeasureListType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MeasureListType
 MeasureListType ObjectFactory.createMeasureListType()
          Create an instance of MeasureListType
 MeasureListType ParameterValueType.getValueList()
          Gets the value of the valueList property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MeasureListType
 javax.xml.bind.JAXBElement<MeasureListType> ObjectFactory.createValueList(MeasureListType value)
          Create an instance of JAXBElement<MeasureListType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MeasureListType
 javax.xml.bind.JAXBElement<MeasureListType> ObjectFactory.createValueList(MeasureListType value)
          Create an instance of JAXBElement<MeasureListType>}
 void ParameterValueType.setValueList(MeasureListType value)
          Sets the value of the valueList property.