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

Packages that use MeasureOrNullListType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml.bldg._1   
org.citygml4j.jaxb.citygml.bldg._2   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of MeasureOrNullListType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MeasureOrNullListType
 MeasureOrNullListType GMLMarshaller.marshalMeasureOrNullList(MeasureOrNullList src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MeasureOrNullListType
 void GMLMarshaller.marshalMeasureOrNullList(MeasureOrNullList src, MeasureOrNullListType dest)
           
 

Uses of MeasureOrNullListType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MeasureOrNullListType
 MeasureOrNullList GMLUnmarshaller.unmarshalMeasureOrNullList(MeasureOrNullListType src)
           
 void GMLUnmarshaller.unmarshalMeasureOrNullList(MeasureOrNullListType src, MeasureOrNullList dest)
           
 

Uses of MeasureOrNullListType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return MeasureOrNullListType
 MeasureOrNullListType AbstractBuildingType.getStoreyHeightsAboveGround()
          Ruft den Wert der storeyHeightsAboveGround-Eigenschaft ab.
 MeasureOrNullListType AbstractBuildingType.getStoreyHeightsBelowGround()
          Ruft den Wert der storeyHeightsBelowGround-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 with parameters of type MeasureOrNullListType
 void AbstractBuildingType.setStoreyHeightsAboveGround(MeasureOrNullListType value)
          Legt den Wert der storeyHeightsAboveGround-Eigenschaft fest.
 void AbstractBuildingType.setStoreyHeightsBelowGround(MeasureOrNullListType value)
          Legt den Wert der storeyHeightsBelowGround-Eigenschaft fest.
 

Uses of MeasureOrNullListType in org.citygml4j.jaxb.citygml.bldg._2
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return MeasureOrNullListType
 MeasureOrNullListType AbstractBuildingType.getStoreyHeightsAboveGround()
          Ruft den Wert der storeyHeightsAboveGround-Eigenschaft ab.
 MeasureOrNullListType AbstractBuildingType.getStoreyHeightsBelowGround()
          Ruft den Wert der storeyHeightsBelowGround-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 with parameters of type MeasureOrNullListType
 void AbstractBuildingType.setStoreyHeightsAboveGround(MeasureOrNullListType value)
          Legt den Wert der storeyHeightsAboveGround-Eigenschaft fest.
 void AbstractBuildingType.setStoreyHeightsBelowGround(MeasureOrNullListType value)
          Legt den Wert der storeyHeightsBelowGround-Eigenschaft fest.
 

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

Subclasses of MeasureOrNullListType in org.citygml4j.jaxb.gml._3_1_1
 class QuantityExtentType
          Restriction of list type to store a 2-point range of numeric values.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MeasureOrNullListType
 MeasureOrNullListType ObjectFactory.createMeasureOrNullListType()
          Create an instance of MeasureOrNullListType
 MeasureOrNullListType ValuePropertyType.getQuantityList()
          Ruft den Wert der quantityList-Eigenschaft ab.
 MeasureOrNullListType RangeParametersType.getQuantityList()
          Ruft den Wert der quantityList-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MeasureOrNullListType
 javax.xml.bind.JAXBElement<MeasureOrNullListType> ObjectFactory.createQuantityList(MeasureOrNullListType value)
          Create an instance of JAXBElement<MeasureOrNullListType>}
 void ValuePropertyType.setQuantityList(MeasureOrNullListType value)
          Legt den Wert der quantityList-Eigenschaft fest.
 void RangeParametersType.setQuantityList(MeasureOrNullListType value)
          Legt den Wert der quantityList-Eigenschaft fest.