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

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

Uses of DoubleOrNull in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DoubleOrNull
 DoubleOrNull GMLFactory.createDoubleOrNull()
           
 DoubleOrNull GMLFactory.createDoubleOrNull(double _double)
           
 DoubleOrNull GMLFactory.createDoubleOrNull(Null _null)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement DoubleOrNull
 class DoubleOrNullImpl
           
 

Methods in org.citygml4j.impl.gml.basicTypes that return types with arguments of type DoubleOrNull
 java.util.List<DoubleOrNull> DoubleOrNullListImpl.getDoubleOrNull()
           
 

Methods in org.citygml4j.impl.gml.basicTypes with parameters of type DoubleOrNull
 void DoubleOrNullListImpl.addDoubleOrNull(DoubleOrNull doubleOrNull)
           
 boolean DoubleOrNullListImpl.unsetDoubleOrNull(DoubleOrNull doubleOrNull)
           
 

Method parameters in org.citygml4j.impl.gml.basicTypes with type arguments of type DoubleOrNull
 void DoubleOrNullListImpl.setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
           
 

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

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type DoubleOrNull
 void QuantityExtentImpl.addDoubleOrNull(DoubleOrNull doubleOrNull)
           
 

Method parameters in org.citygml4j.impl.gml.valueObjects with type arguments of type DoubleOrNull
 void QuantityExtentImpl.setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
           
 

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

Methods in org.citygml4j.model.gml.basicTypes that return types with arguments of type DoubleOrNull
 java.util.List<DoubleOrNull> DoubleOrNullList.getDoubleOrNull()
           
 

Methods in org.citygml4j.model.gml.basicTypes with parameters of type DoubleOrNull
 void DoubleOrNullList.addDoubleOrNull(DoubleOrNull DoubleOrNull)
           
 boolean DoubleOrNullList.unsetDoubleOrNull(DoubleOrNull doubleOrNull)
           
 

Method parameters in org.citygml4j.model.gml.basicTypes with type arguments of type DoubleOrNull
 void DoubleOrNullList.setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)