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()
          Ruft den Wert der valueList-Eigenschaft ab.
 

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)
          Legt den Wert der valueList-Eigenschaft fest.