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

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

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)
           
 

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

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

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