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

Packages that use DoubleOrNullList
org.citygml4j.factory   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.coverage   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.gml.basicTypes   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.valueObjects   
 

Uses of DoubleOrNullList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DoubleOrNullList
 DoubleOrNullList GMLFactory.createDoubleOrNullList()
           
 

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

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

Uses of DoubleOrNullList in org.citygml4j.impl.gml.coverage
 

Methods in org.citygml4j.impl.gml.coverage that return DoubleOrNullList
 DoubleOrNullList DataBlockImpl.getDoubleOrNullTupleList()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type DoubleOrNullList
 void DataBlockImpl.setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
           
 

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

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

Uses of DoubleOrNullList in org.citygml4j.model.gml.basicTypes
 

Subinterfaces of DoubleOrNullList in org.citygml4j.model.gml.basicTypes
 interface MeasureOrNullList
           
 

Uses of DoubleOrNullList in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return DoubleOrNullList
 DoubleOrNullList DataBlock.getDoubleOrNullTupleList()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type DoubleOrNullList
 void DataBlock.setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
           
 

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

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