Uses of Interface
org.citygml4j.model.gml.basicTypes.MeasureOrNullList

Packages that use MeasureOrNullList
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.citygml.building   
org.citygml4j.model.gml.valueObjects   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MeasureOrNullList
 MeasureOrNullList GMLUnmarshaller.unmarshalMeasureOrNullList(MeasureOrNullListType src)
           
 

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

Uses of MeasureOrNullList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MeasureOrNullList
 MeasureOrNullList GMLFactory.createMeasureOrNullList()
           
 

Methods in org.citygml4j.factory with parameters of type MeasureOrNullList
 ScalarValueList GMLFactory.createScalarValueList(MeasureOrNullList quantityList)
           
 

Uses of MeasureOrNullList in org.citygml4j.impl.citygml.building
 

Methods in org.citygml4j.impl.citygml.building that return MeasureOrNullList
 MeasureOrNullList AbstractBuildingImpl.getStoreyHeightsAboveGround()
           
 MeasureOrNullList AbstractBuildingImpl.getStoreyHeightsBelowGround()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type MeasureOrNullList
 void AbstractBuildingImpl.setStoreyHeightsAboveGround(MeasureOrNullList storeyHeightsAboveGround)
           
 void AbstractBuildingImpl.setStoreyHeightsBelowGround(MeasureOrNullList storeyHeightsBelowGround)
           
 

Uses of MeasureOrNullList in org.citygml4j.impl.gml.basicTypes
 

Classes in org.citygml4j.impl.gml.basicTypes that implement MeasureOrNullList
 class MeasureOrNullListImpl
           
 

Uses of MeasureOrNullList in org.citygml4j.impl.gml.valueObjects
 

Classes in org.citygml4j.impl.gml.valueObjects that implement MeasureOrNullList
 class QuantityExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return MeasureOrNullList
 MeasureOrNullList ScalarValueListImpl.getQuantityList()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type MeasureOrNullList
 void ScalarValueListImpl.setQuantityList(MeasureOrNullList quantityList)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type MeasureOrNullList
ScalarValueListImpl(MeasureOrNullList quantityList)
           
 

Uses of MeasureOrNullList in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return MeasureOrNullList
 MeasureOrNullList AbstractBuilding.getStoreyHeightsAboveGround()
           
 MeasureOrNullList AbstractBuilding.getStoreyHeightsBelowGround()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type MeasureOrNullList
 void AbstractBuilding.setStoreyHeightsAboveGround(MeasureOrNullList storeyHeightsAboveGround)
           
 void AbstractBuilding.setStoreyHeightsBelowGround(MeasureOrNullList storeyHeightsBelowGround)
           
 

Uses of MeasureOrNullList in org.citygml4j.model.gml.valueObjects
 

Subinterfaces of MeasureOrNullList in org.citygml4j.model.gml.valueObjects
 interface QuantityExtent
           
 

Methods in org.citygml4j.model.gml.valueObjects that return MeasureOrNullList
 MeasureOrNullList ScalarValueList.getQuantityList()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type MeasureOrNullList
 void ScalarValueList.setQuantityList(MeasureOrNullList quantityList)